Html Css Color HEX #8EDDA6 Chinook

📋 copy color: '#8EDDA6'

red 142 ◦ green 221 ◦ blue 166

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

Shades of Chinook #8EDDA6

Tints of Chinook #8EDDA6

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.78%

 BLUE value IS 166 (65.23% from 255) = 31.38%

R = 26.84%
G = 41.78%
B = 31.38%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#8EDDA6 (or 0x8EDDA6) is known color: Chinook. HEX triplet: 8E, DD and A6. RGB value is (142,221,166). Sum of RGB (Red+Green+Blue) = 142+221+166=529 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.84% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 166 (65.23% from 255 or 31.38% from 529); Max value from RGB is 221 - color contains mainly: green. Hex color #8EDDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDDA6 is #712259. Grayscale: #BFBFBF. Windows color (decimal): -7414362 or 10935694. OLE color: 10935694.

HSL color Cylindrical-coordinate representation of color #8EDDA6: hue angle of 138.23º degrees, saturation: 0.54, 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 #8EDDA6 is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 221 166 -
CMYK 0.36 0 0.25 0.13
HSL 138.23º 0.54% 0.71% -
HSV(B) 138.23º 0.36% 0.87% -
XYZ 43.89 60.22 45.39 -
YUV 191.11 113.83 92.97 -
System Red Green Blue C M Y K H S L
Decimal 142 221 166 0.36 0 0.25 0.13 138.23 0.54 0.71
Hex 8E DD A6 24 0 19 D 8A 36 47
Octal 216 335 246 44 0 31 15 212 66 107
Binary 10001110 11011101 10100110 100100 0 11001 1101 10001010 110110 1000111

Color Harmonies of #8EDDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDDA6

Black with #8EDDA6

Text Example


Text Example

White with #8EDDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,221,166); }

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

background-color css

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

 a { background-color: rgb(142,221,166); }

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

border-color css

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

 span { border-color: rgb(142,221,166); }

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