#8ADEA0

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

Shades of Chinook #8ADEA0

Tints of Chinook #8ADEA0

Color information

#8ADEA0 (or 0x8ADEA0) is unknown color: approx Chinook. HEX triplet: 8A, DE and A0. RGB value is (138,222,160). Sum of RGB (Red+Green+Blue) = 138+222+160=520 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.54% from 520); Green value is 222 (87.11% from 255 or 42.69% from 520); Blue value is 160 (62.89% from 255 or 30.77% from 520); Max value from RGB is 222 - color contains mainly: green. Hex color #8ADEA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADEA0 is #75215F. Grayscale: #BDBDBD. Windows color (decimal): -7676256 or 10542730. OLE color: 10542730.

HSL color Cylindrical-coordinate representation of color #8ADEA0: hue angle of 135.71º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ADEA0 is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB138222160-
CMYK0.3800.280.13
HSL135.71º56%70.59%-
HSV(B)135.71º37.84%87.06%-
XYZ42.9560.1842.61-
YUV189.82111.1791.04-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.54%
GREEN value IS 222 (87.11% from 255) = 42.69%
BLUE value IS 160 (62.89% from 255) = 30.77%
R=26.54%
G=42.69%
B=30.77%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1382221600.3800.280.13135.715670.59
Hex8ADEA02601CD883847
Octal212336240460341521070107
Binary1000101011011110101000001001100111001101100010001110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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