Html Css Color HEX #9ECBA6 Chinook

📋 copy color: '#9ECBA6'

red 158 ◦ green 203 ◦ blue 166

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

Shades of Chinook #9ECBA6

Tints of Chinook #9ECBA6

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.52%

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

R = 29.98%
G = 38.52%
B = 31.5%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.18

 K value IS 0.20

RGB Variations

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

Color information

#9ECBA6 (or 0x9ECBA6) is known color: Chinook. HEX triplet: 9E, CB and A6. RGB value is (158,203,166). Sum of RGB (Red+Green+Blue) = 158+203+166=527 (69% of max value = 765). Red value is 158 (62.11% from 255 or 29.98% from 527); Green value is 203 (79.69% from 255 or 38.52% from 527); Blue value is 166 (65.23% from 255 or 31.50% from 527); Max value from RGB is 203 - color contains mainly: green. Hex color #9ECBA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ECBA6 is #613459. Grayscale: #B9B9B9. Windows color (decimal): -6370394 or 10931102. OLE color: 10931102.

HSL color Cylindrical-coordinate representation of color #9ECBA6: hue angle of 130.67º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9ECBA6 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB 158 203 166 -
CMYK 0.22 0 0.18 0.20
HSL 130.67º 0.3% 0.71% -
HSV(B) 130.67º 0.22% 0.8% -
XYZ 42.34 52.73 44.02 -
YUV 185.33 117.09 108.51 -
System Red Green Blue C M Y K H S L
Decimal 158 203 166 0.22 0 0.18 0.20 130.67 0.3 0.71
Hex 9E CB A6 16 0 12 14 83 1E 47
Octal 236 313 246 26 0 22 24 203 36 107
Binary 10011110 11001011 10100110 10110 0 10010 10100 10000011 11110 1000111

Color Harmonies of #9ECBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ECBA6

Black with #9ECBA6

Text Example


Text Example

White with #9ECBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,203,166); }

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

background-color css

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

 a { background-color: rgb(158,203,166); }

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

border-color css

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

 span { border-color: rgb(158,203,166); }

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