Html Css Color HEX #9EC0A6 Chinook

📋 copy color: '#9EC0A6'

red 158 ◦ green 192 ◦ blue 166

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

Shades of Chinook #9EC0A6

Tints of Chinook #9EC0A6

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.21%

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

R = 30.62%
G = 37.21%
B = 32.17%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#9EC0A6 (or 0x9EC0A6) is known color: Chinook. HEX triplet: 9E, C0 and A6. RGB value is (158,192,166). Sum of RGB (Red+Green+Blue) = 158+192+166=516 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.62% from 516); Green value is 192 (75.39% from 255 or 37.21% from 516); Blue value is 166 (65.23% from 255 or 32.17% from 516); Max value from RGB is 192 - color contains mainly: green. Hex color #9EC0A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EC0A6 is #613F59. Grayscale: #B2B2B2. Windows color (decimal): -6373210 or 10928286. OLE color: 10928286.

HSL color Cylindrical-coordinate representation of color #9EC0A6: hue angle of 134.12º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9EC0A6 is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB 158 192 166 -
CMYK 0.18 0 0.14 0.25
HSL 134.12º 0.21% 0.69% -
HSV(B) 134.12º 0.18% 0.75% -
XYZ 39.83 47.72 43.19 -
YUV 178.87 120.74 113.11 -
System Red Green Blue C M Y K H S L
Decimal 158 192 166 0.18 0 0.14 0.25 134.12 0.21 0.69
Hex 9E C0 A6 12 0 E 19 86 15 45
Octal 236 300 246 22 0 16 31 206 25 105
Binary 10011110 11000000 10100110 10010 0 1110 11001 10000110 10101 1000101

Color Harmonies of #9EC0A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC0A6

Black with #9EC0A6

Text Example


Text Example

White with #9EC0A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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