COLOR #A5EEC0

HEX: #A5EEC0 RGB: (165,238,192)

Renk bilgisi

#A5EEC0 contains mainly green and blue colors. #A5EEC0 ‘ nin web güvenlik rengi #99FFCC (ya da #9FC) dir.

RGB renk modeli

#A5EEC0 color RGB value is (165,238,192).

RGB: (165,238,192) (65%, 93%, 75%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 238 of 255 = 93%
B 192 of 255 = 75%

165
238
192

R + G + B ~ 78%. #A5EEC0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 165 + 238 + 192 = 595 (100%)
R 165 of 595 ~ 27.73%
G 238 of 595 ~ 40%
B 192 of 595 ~ 32.27'%

%27.73
%40
%32.27

CMYK RENK MODELİ

#A5EEC0 rengi CMYK tonu (31,0,19,7).

  • camgöbeği tonu 30.67%
  • eflatun tonu 0.00%
  • sarı tonu 19.33%
  • ana renk tonu 6.67%

CMYK: (31,0,19,7)
C31M0Y19K7 (31%, 0%, 19%, 7%)
(0.31 / 0.00 / 0.19 / 0.07)

CMYK yüzdeleri

%30.67
%0
%19.33
%6.67

Codes

Color #A5EEC0 in popluar color models

A5 EE C0
RGB 165 238 192
HSL 142° 68.22% 79.02%
HSB/HSV 142° 30.67% 93.33%
CMYK 30.67% 0.00% 19.33%
6.67%

Color #A5EEC0 in popluar number systems.

HEX A5 EE C0
Decimal 165 238 192
Binary 10100101 11101110 11000000
Octal 245 356 300

Shades and tints

Shades of #A5EEC0

#A5EEC0
(165,238,192)
#96D9AF
(150,217,175)
#87C49E
(135,196,158)
#78AF8D
(120,175,141)
#699A7C
(105,154,124)
#5A856B
(90,133,107)
#4B705A
(75,112,90)
#3C5B49
(60,91,73)
#2D4638
(45,70,56)
#1E3127
(30,49,39)
#0F1C16
(15,28,22)
#000000
(0,0,0)

Tints of #A5EEC0

#A5EEC0
(165,238,192)
#ADEFC5
(173,239,197)
#B5F0CA
(181,240,202)
#BDF1CF
(189,241,207)
#C5F2D4
(197,242,212)
#CDF3D9
(205,243,217)
#D5F4DE
(213,244,222)
#DDF5E3
(221,245,227)
#E5F6E8
(229,246,232)
#EDF7ED
(237,247,237)
#F5F8F2
(245,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5EEC0 color. Also use rgb(165,238,192) instead hex code.

Text Font Color

.myTextColor { color: #A5EEC0; }

<p style="color:#A5EEC0">This sample text font color is #A5EEC0.</p>

This text font color is #A5EEC0.

Background Color

.myBgColor { background-color: #A5EEC0; }

<div style="background-color:#A5EEC0">Inner text</div>

This div background color is #A5EEC0.

Border color

.myBorderColor { border: 1px solid #A5EEC0; }

<div style="border:3px solid #A5EEC0">Div</div>

This div border color is #A5EEC0.

Opacity

.myOpacity80 { color: #A5EEC0; opacity: 0.8; }

<p style="color:#A5EEC0;opacity:0.8;">80%</p>

Text with #A5EEC0 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A5EEC0;}

<p style="text-shadow: 3px 3px 1px #A5EEC0">Text here.</p>

This text has shadow with #A5EEC0 color.


.textShadow {text-shadow: 3px 3px 1px #A5EEC0', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A5EEC0, 5px 5px 20px red">Text here.</p>

This text has shadow with #A5EEC0 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5EEC0, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A5EEC0, Direction=45, Strength=4)">Text</p>

This text has shadow with #A5EEC0 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A5EEC0;
-webkit-box-shadow: 1px 1px 3px 2px #A5EEC0;
box-shadow: 1px 1px 3px 2px #A5EEC0;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5EEC0; -webkit-box-shadow: 1px 1px 3px 2px #A5EEC0; box-shadow:1px 1px 3px 2px #A5EEC0;">
Div content here
</div>

This div box has shadow with color #A5EEC0.

Preview

Color preview on black background

This text has color #A5EEC0 on black background.


Color preview on white background

This text has color #A5EEC0 on white background.


Black color preview on #A5EEC0 background

This text has black color on #A5EEC0 background.


White color preview on #A5EEC0 background

This text has white color on #A5EEC0 background.


Related colors

Complementary color

Complementary color for #hex is #5A113F.


I love getcolorcode.com

Triadic colors

1 #C0A5EE and #EEC0A5 with #A5EEC0 are triadic colors.

2 #C0EEA5 and #EEA5C0 with #A5EEC0 are triadic colors.