Html Css Color HEX #8ADEA2 Chinook

📋 copy color: '#8ADEA2'

red 138 ◦ green 222 ◦ blue 162

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

Shades of Chinook #8ADEA2

Tints of Chinook #8ADEA2

RGB

 RED value IS 138 (54.3% from 255) = 26.44%

 GREEN value IS 222 (87.11% from 255) = 42.53%

 BLUE value IS 162 (63.67% from 255) = 31.03%

R = 26.44%
G = 42.53%
B = 31.03%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#8ADEA2 (or 0x8ADEA2) is known color: Chinook. HEX triplet: 8A, DE and A2. RGB value is (138,222,162). Sum of RGB (Red+Green+Blue) = 138+222+162=522 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.44% from 522); Green value is 222 (87.11% from 255 or 42.53% from 522); Blue value is 162 (63.67% from 255 or 31.03% from 522); Max value from RGB is 222 - color contains mainly: green. Hex color #8ADEA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADEA2 is #75215D. Grayscale: #BEBEBE. Windows color (decimal): -7676254 or 10673802. OLE color: 10673802.

HSL color Cylindrical-coordinate representation of color #8ADEA2: hue angle of 137.14º 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 #8ADEA2 is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB 138 222 162 -
CMYK 0.38 0 0.27 0.13
HSL 137.14º 0.56% 0.71% -
HSV(B) 137.14º 0.38% 0.87% -
XYZ 43.12 60.25 43.54 -
YUV 190.04 112.17 90.88 -
System Red Green Blue C M Y K H S L
Decimal 138 222 162 0.38 0 0.27 0.13 137.14 0.56 0.71
Hex 8A DE A2 26 0 1B D 89 38 47
Octal 212 336 242 46 0 33 15 211 70 107
Binary 10001010 11011110 10100010 100110 0 11011 1101 10001001 111000 1000111

Color Harmonies of #8ADEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADEA2

Black with #8ADEA2

Text Example


Text Example

White with #8ADEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8ADEA2;
 }
 .AnyTagClassName
 {
   color: #8ADEA2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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