#8AE0A0

Color #8AE0A0 Chinook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chinook #8AE0A0

Tints of Chinook #8AE0A0

Color information

#8AE0A0 (or 0x8AE0A0) is unknown color: approx Chinook. HEX triplet: 8A, E0 and A0. RGB value is (138,224,160). Sum of RGB (Red+Green+Blue) = 138+224+160=522 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.44% from 522); Green value is 224 (87.89% from 255 or 42.91% from 522); Blue value is 160 (62.89% from 255 or 30.65% from 522); Max value from RGB is 224 - color contains mainly: green. Hex color #8AE0A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AE0A0 is #751F5F. Grayscale: #BFBFBF. Windows color (decimal): -7675744 or 10543242. OLE color: 10543242.

HSL color Cylindrical-coordinate representation of color #8AE0A0: hue angle of 135.35º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8AE0A0 is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB138224160-
CMYK0.3800.290.12
HSL135.35º58.11%70.98%-
HSV(B)135.35º38.39%87.84%-
XYZ43.4861.2542.79-
YUV190.99110.5190.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 138 (54.30% from 255) = 26.44%
GREEN value IS 224 (87.89% from 255) = 42.91%
BLUE value IS 160 (62.89% from 255) = 30.65%
R=26.44%
G=42.91%
B=30.65%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1382241600.3800.290.12135.3558.1170.98
Hex8AE0A02601DC873a47
Octal212340240460351420772107
Binary1000101011100000101000001001100111011100100001111110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AE0A0; }

 p { color: rgb(138,224,160); }

 H1.HeaderClassName
 {
   color: #8AE0A0;
 }
 .AnyTagClassName
 {
   color: #8AE0A0;
 }
</style>
background-color css

<style>
 a { background-color: #8AE0A0; }

 a { background-color: rgb(138,224,160); }

 div.DivClassName
 {
   background-color: #8AE0A0;
 }
 .BgClassName
 {
   background-color: #8AE0A0;
 }
</style>
border-color css

<style>
 span { border-color: #8AE0A0; }

 span { border-color: rgb(138,224,160); }

 td.TdClassName
 {
   border-color: #8AE0A0;
 }
 .TagClassName
 {
   border-color: #8AE0A0;
 }
</style>