Html Css Color HEX #8EDEA2 Chinook

📋 copy color: '#8EDEA2'

red 142 ◦ green 222 ◦ blue 162

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

Shades of Chinook #8EDEA2

Tints of Chinook #8EDEA2

RGB

 RED value IS 142 (55.86% from 255) = 27%

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

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

R = 27%
G = 42.21%
B = 30.8%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#8EDEA2 (or 0x8EDEA2) is known color: Chinook. HEX triplet: 8E, DE and A2. RGB value is (142,222,162). Sum of RGB (Red+Green+Blue) = 142+222+162=526 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.00% from 526); Green value is 222 (87.11% from 255 or 42.21% from 526); Blue value is 162 (63.67% from 255 or 30.80% from 526); Max value from RGB is 222 - color contains mainly: green. Hex color #8EDEA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDEA2 is #71215D. Grayscale: #BFBFBF. Windows color (decimal): -7414110 or 10673806. OLE color: 10673806.

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

Color convert

RGB 142 222 162 -
CMYK 0.36 0 0.27 0.13
HSL 135º 0.55% 0.71% -
HSV(B) 135º 0.36% 0.87% -
XYZ 43.8 60.6 43.57 -
YUV 191.24 111.5 92.88 -
System Red Green Blue C M Y K H S L
Decimal 142 222 162 0.36 0 0.27 0.13 135 0.55 0.71
Hex 8E DE A2 24 0 1B D 87 37 47
Octal 216 336 242 44 0 33 15 207 67 107
Binary 10001110 11011110 10100010 100100 0 11011 1101 10000111 110111 1000111

Color Harmonies of #8EDEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDEA2

Black with #8EDEA2

Text Example


Text Example

White with #8EDEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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