Html Css Color HEX #8ADEA0 Chinook

📋 copy color: '#8ADEA0'

red 138 ◦ green 222 ◦ blue 160

#8ADEA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chinook #8ADEA0

Tints of Chinook #8ADEA0

RGB

 RED value IS 138 (54.3% 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 value IS 0.38

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#8ADEA0 (or 0x8ADEA0) is known color: 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

RGB 138 222 160 -
CMYK 0.38 0 0.28 0.13
HSL 135.71º 0.56% 0.71% -
HSV(B) 135.71º 0.38% 0.87% -
XYZ 42.95 60.18 42.61 -
YUV 189.82 111.17 91.04 -
System Red Green Blue C M Y K H S L
Decimal 138 222 160 0.38 0 0.28 0.13 135.71 0.56 0.71
Hex 8A DE A0 26 0 1C D 88 38 47
Octal 212 336 240 46 0 34 15 210 70 107
Binary 10001010 11011110 10100000 100110 0 11100 1101 10001000 111000 1000111

Color Harmonies of #8ADEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADEA0

Black with #8ADEA0

Text Example


Text Example

White with #8ADEA0

Text Example


Text Example

HTML Codes & Css Web 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>