Html Css Color HEX #9EDEAA Chinook

📋 copy color: '#9EDEAA'

red 158 ◦ green 222 ◦ blue 170

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

Shades of Chinook #9EDEAA

Tints of Chinook #9EDEAA

RGB

 RED value IS 158 (62.11% from 255) = 28.73%

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

 BLUE value IS 170 (66.8% from 255) = 30.91%

R = 28.73%
G = 40.36%
B = 30.91%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#9EDEAA (or 0x9EDEAA) is known color: Chinook. HEX triplet: 9E, DE and AA. RGB value is (158,222,170). Sum of RGB (Red+Green+Blue) = 158+222+170=550 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.73% from 550); Green value is 222 (87.11% from 255 or 40.36% from 550); Blue value is 170 (66.80% from 255 or 30.91% from 550); Max value from RGB is 222 - color contains mainly: green. Hex color #9EDEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDEAA is #612155. Grayscale: #C5C5C5. Windows color (decimal): -6365526 or 11198110. OLE color: 11198110.

HSL color Cylindrical-coordinate representation of color #9EDEAA: hue angle of 131.25º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EDEAA is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 158 222 170 -
CMYK 0.29 0 0.23 0.13
HSL 131.25º 0.49% 0.75% -
HSV(B) 131.25º 0.29% 0.87% -
XYZ 47.48 62.41 47.57 -
YUV 196.94 112.8 100.23 -
System Red Green Blue C M Y K H S L
Decimal 158 222 170 0.29 0 0.23 0.13 131.25 0.49 0.75
Hex 9E DE AA 1D 0 17 D 83 31 4B
Octal 236 336 252 35 0 27 15 203 61 113
Binary 10011110 11011110 10101010 11101 0 10111 1101 10000011 110001 1001011

Color Harmonies of #9EDEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDEAA

Black with #9EDEAA

Text Example


Text Example

White with #9EDEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9EDEAA; }

 p { color: rgb(158,222,170); }

 H1.HeaderClassName
 {
   color: #9EDEAA;
 }
 .AnyTagClassName
 {
   color: #9EDEAA;
 }
</style>

background-color css

<style>
 a { background-color: #9EDEAA; }

 a { background-color: rgb(158,222,170); }

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

border-color css

<style>
 span { border-color: #9EDEAA; }

 span { border-color: rgb(158,222,170); }

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