COLOR #A5EABE

HEX: #A5EABE RGB: (165,234,190)

Color info

#A5EABE contains mainly green and blue colors. Web safe color of #A5EABE is #99FFCC (or #9FC).

RGB color model

#A5EABE color RGB value is (165,234,190).

RGB: (165,234,190) (65%, 92%, 75%)

RGB channels and saturation

R 165 of 255 = 65%
G 234 of 255 = 92%
B 190 of 255 = 75%

165
234
190

R + G + B ~ 77%. #A5EABE is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 234 + 190 = 589 (100%)
R 165 of 589 ~ 28.01%
G 234 of 589 ~ 39.73%
B 190 of 589 ~ 32.26'%

%28.01
%39.73
%32.26

CMYK color model

#A5EABE color CMYK value is (29,0,19,8).

  • cyan value is 29.49%
  • magenta value is 0.00%
  • yellow value is 18.80%
  • key color value is 8.24%

CMYK: (29,0,19,8)
C29M0Y19K8 (29%, 0%, 19%, 8%)
(0.29 / 0.00 / 0.19 / 0.08)

CMYK percentages

%29.49
%0
%18.8
%8.24

Codes

Color #A5EABE in popluar color models

A5 EA BE
RGB 165 234 190
HSL 142° 62.16% 78.24%
HSB/HSV 142° 29.49% 91.76%
CMYK 29.49% 0.00% 18.80%
8.24%

Color #A5EABE in popluar number systems.

HEX A5 EA BE
Decimal 165 234 190
Binary 10100101 11101010 10111110
Octal 245 352 276

Shades and tints

Shades of #A5EABE

#A5EABE
(165,234,190)
#96D5AD
(150,213,173)
#87C09C
(135,192,156)
#78AB8B
(120,171,139)
#69967A
(105,150,122)
#5A8169
(90,129,105)
#4B6C58
(75,108,88)
#3C5747
(60,87,71)
#2D4236
(45,66,54)
#1E2D25
(30,45,37)
#0F1814
(15,24,20)
#000000
(0,0,0)

Tints of #A5EABE

#A5EABE
(165,234,190)
#ADEBC3
(173,235,195)
#B5ECC8
(181,236,200)
#BDEDCD
(189,237,205)
#C5EED2
(197,238,210)
#CDEFD7
(205,239,215)
#D5F0DC
(213,240,220)
#DDF1E1
(221,241,225)
#E5F2E6
(229,242,230)
#EDF3EB
(237,243,235)
#F5F4F0
(245,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5EABE color. Also use rgb(165,234,190) instead hex code.

Text Font Color

.myTextColor { color: #A5EABE; }

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

This text font color is #A5EABE.

Background Color

.myBgColor { background-color: #A5EABE; }

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

This div background color is #A5EABE.

Border color

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

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

This div border color is #A5EABE.

Opacity

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

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

Text with #A5EABE 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 #A5EABE;}

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

This text has shadow with #A5EABE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5EABE.

Preview

Color preview on black background

This text has color #A5EABE on black background.


Color preview on white background

This text has color #A5EABE on white background.


Black color preview on #A5EABE background

This text has black color on #A5EABE background.


White color preview on #A5EABE background

This text has white color on #A5EABE background.


Related colors

Complementary color

Complementary color for #hex is #5A1541.


I love getcolorcode.com

Triadic colors

1 #BEA5EA and #EABEA5 with #A5EABE are triadic colors.

2 #BEEAA5 and #EAA5BE with #A5EABE are triadic colors.