Html Css Color HEX #8EDAA2 Chinook

📋 copy color: '#8EDAA2'

red 142 ◦ green 218 ◦ blue 162

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

Shades of Chinook #8EDAA2

Tints of Chinook #8EDAA2

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.76%

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

R = 27.2%
G = 41.76%
B = 31.03%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#8EDAA2 (or 0x8EDAA2) is known color: Chinook. HEX triplet: 8E, DA and A2. RGB value is (142,218,162). Sum of RGB (Red+Green+Blue) = 142+218+162=522 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.20% from 522); Green value is 218 (85.55% from 255 or 41.76% from 522); Blue value is 162 (63.67% from 255 or 31.03% from 522); Max value from RGB is 218 - color contains mainly: green. Hex color #8EDAA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDAA2 is #71255D. Grayscale: #BDBDBD. Windows color (decimal): -7415134 or 10672782. OLE color: 10672782.

HSL color Cylindrical-coordinate representation of color #8EDAA2: hue angle of 135.79º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EDAA2 is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB 142 218 162 -
CMYK 0.35 0 0.26 0.15
HSL 135.79º 0.51% 0.71% -
HSV(B) 135.79º 0.35% 0.85% -
XYZ 42.75 58.5 43.22 -
YUV 188.89 112.82 94.55 -
System Red Green Blue C M Y K H S L
Decimal 142 218 162 0.35 0 0.26 0.15 135.79 0.51 0.71
Hex 8E DA A2 23 0 1A F 88 33 47
Octal 216 332 242 43 0 32 17 210 63 107
Binary 10001110 11011010 10100010 100011 0 11010 1111 10001000 110011 1000111

Color Harmonies of #8EDAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDAA2

Black with #8EDAA2

Text Example


Text Example

White with #8EDAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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