COLOR #A0E5BA

HEX: #A0E5BA RGB: (160,229,186)

Color info

#A0E5BA contains mainly green and blue colors. Web safe color of #A0E5BA is #99CCCC (or #9CC).

RGB color model

#A0E5BA color RGB value is (160,229,186).

RGB: (160,229,186) (63%, 90%, 73%)

RGB channels and saturation

R 160 of 255 = 63%
G 229 of 255 = 90%
B 186 of 255 = 73%

160
229
186

R + G + B ~ 75%. #A0E5BA is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 229 + 186 = 575 (100%)
R 160 of 575 ~ 27.83%
G 229 of 575 ~ 39.83%
B 186 of 575 ~ 32.35'%

%27.83
%39.83
%32.35

CMYK color model

#A0E5BA color CMYK value is (30,0,19,10).

  • cyan value is 30.13%
  • magenta value is 0.00%
  • yellow value is 18.78%
  • key color value is 10.20%

CMYK: (30,0,19,10)
C30M0Y19K10 (30%, 0%, 19%, 10%)
(0.30 / 0.00 / 0.19 / 0.10)

CMYK percentages

%30.13
%0
%18.78
%10.2

Codes

Color #A0E5BA in popluar color models

A0 E5 BA
RGB 160 229 186
HSL 143° 57.02% 76.27%
HSB/HSV 143° 30.13% 89.80%
CMYK 30.13% 0.00% 18.78%
10.20%

Color #A0E5BA in popluar number systems.

HEX A0 E5 BA
Decimal 160 229 186
Binary 10100000 11100101 10111010
Octal 240 345 272

Shades and tints

Shades of #A0E5BA

#A0E5BA
(160,229,186)
#92D1AA
(146,209,170)
#84BD9A
(132,189,154)
#76A98A
(118,169,138)
#68957A
(104,149,122)
#5A816A
(90,129,106)
#4C6D5A
(76,109,90)
#3E594A
(62,89,74)
#30453A
(48,69,58)
#22312A
(34,49,42)
#141D1A
(20,29,26)
#000000
(0,0,0)

Tints of #A0E5BA

#A0E5BA
(160,229,186)
#A8E7C0
(168,231,192)
#B0E9C6
(176,233,198)
#B8EBCC
(184,235,204)
#C0EDD2
(192,237,210)
#C8EFD8
(200,239,216)
#D0F1DE
(208,241,222)
#D8F3E4
(216,243,228)
#E0F5EA
(224,245,234)
#E8F7F0
(232,247,240)
#F0F9F6
(240,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0E5BA color. Also use rgb(160,229,186) instead hex code.

Text Font Color

.myTextColor { color: #A0E5BA; }

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

This text font color is #A0E5BA.

Background Color

.myBgColor { background-color: #A0E5BA; }

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

This div background color is #A0E5BA.

Border color

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

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

This div border color is #A0E5BA.

Opacity

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

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

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

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

This text has shadow with #A0E5BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0E5BA.

Preview

Color preview on black background

This text has color #A0E5BA on black background.


Color preview on white background

This text has color #A0E5BA on white background.


Black color preview on #A0E5BA background

This text has black color on #A0E5BA background.


White color preview on #A0E5BA background

This text has white color on #A0E5BA background.


Related colors

Complementary color

Complementary color for #hex is #5F1A45.


I love getcolorcode.com

Triadic colors

1 #BAA0E5 and #E5BAA0 with #A0E5BA are triadic colors.

2 #BAE5A0 and #E5A0BA with #A0E5BA are triadic colors.