Html Css Color HEX #9ECEAA Chinook

📋 copy color: '#9ECEAA'

red 158 ◦ green 206 ◦ blue 170

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

Shades of Chinook #9ECEAA

Tints of Chinook #9ECEAA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.58%

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

R = 29.59%
G = 38.58%
B = 31.84%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#9ECEAA (or 0x9ECEAA) is known color: Chinook. HEX triplet: 9E, CE and AA. RGB value is (158,206,170). Sum of RGB (Red+Green+Blue) = 158+206+170=534 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.59% from 534); Green value is 206 (80.86% from 255 or 38.58% from 534); Blue value is 170 (66.80% from 255 or 31.84% from 534); Max value from RGB is 206 - color contains mainly: green. Hex color #9ECEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ECEAA is #613155. Grayscale: #BBBBBB. Windows color (decimal): -6369622 or 11194014. OLE color: 11194014.

HSL color Cylindrical-coordinate representation of color #9ECEAA: hue angle of 135º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9ECEAA is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 158 206 170 -
CMYK 0.23 0 0.17 0.19
HSL 135º 0.33% 0.71% -
HSV(B) 135º 0.23% 0.81% -
XYZ 43.43 54.31 46.22 -
YUV 187.54 118.1 106.93 -
System Red Green Blue C M Y K H S L
Decimal 158 206 170 0.23 0 0.17 0.19 135 0.33 0.71
Hex 9E CE AA 17 0 11 13 87 21 47
Octal 236 316 252 27 0 21 23 207 41 107
Binary 10011110 11001110 10101010 10111 0 10001 10011 10000111 100001 1000111

Color Harmonies of #9ECEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ECEAA

Black with #9ECEAA

Text Example


Text Example

White with #9ECEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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