Html Css Color HEX #8EDEA7 Chinook

📋 copy color: '#8EDEA7'

red 142 ◦ green 222 ◦ blue 167

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

Shades of Chinook #8EDEA7

Tints of Chinook #8EDEA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 31.45%

R = 26.74%
G = 41.81%
B = 31.45%

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

#8EDEA7 (or 0x8EDEA7) is known color: Chinook. HEX triplet: 8E, DE and A7. RGB value is (142,222,167). Sum of RGB (Red+Green+Blue) = 142+222+167=531 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.74% from 531); Green value is 222 (87.11% from 255 or 41.81% from 531); Blue value is 167 (65.62% from 255 or 31.45% from 531); Max value from RGB is 222 - color contains mainly: green. Hex color #8EDEA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDEA7 is #712158. Grayscale: #BFBFBF. Windows color (decimal): -7414105 or 11001486. OLE color: 11001486.

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

Color convert

RGB 142 222 167 -
CMYK 0.36 0 0.25 0.13
HSL 138.75º 0.55% 0.71% -
HSV(B) 138.75º 0.36% 0.87% -
XYZ 44.25 60.78 45.96 -
YUV 191.81 114 92.47 -
System Red Green Blue C M Y K H S L
Decimal 142 222 167 0.36 0 0.25 0.13 138.75 0.55 0.71
Hex 8E DE A7 24 0 19 D 8B 37 47
Octal 216 336 247 44 0 31 15 213 67 107
Binary 10001110 11011110 10100111 100100 0 11001 1101 10001011 110111 1000111

Color Harmonies of #8EDEA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDEA7

Black with #8EDEA7

Text Example


Text Example

White with #8EDEA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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