#9EC6A6

Color #9EC6A6 Chinook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chinook #9EC6A6

Tints of Chinook #9EC6A6

Color information

#9EC6A6 (or 0x9EC6A6) is unknown color: approx Chinook. HEX triplet: 9E, C6 and A6. RGB value is (158,198,166). Sum of RGB (Red+Green+Blue) = 158+198+166=522 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.27% from 522); Green value is 198 (77.73% from 255 or 37.93% from 522); Blue value is 166 (65.23% from 255 or 31.80% from 522); Max value from RGB is 198 - color contains mainly: green. Hex color #9EC6A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EC6A6 is #613959. Grayscale: #B6B6B6. Windows color (decimal): -6371674 or 10929822. OLE color: 10929822.

HSL color Cylindrical-coordinate representation of color #9EC6A6: hue angle of 132º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9EC6A6 is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB158198166-
CMYK0.2000.160.22
HSL132º25.97%69.8%-
HSV(B)132º20.2%77.65%-
XYZ41.1850.4143.64-
YUV182.39118.75110.6-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.27%
GREEN value IS 198 (77.73% from 255) = 37.93%
BLUE value IS 166 (65.23% from 255) = 31.80%
R=30.27%
G=37.93%
B=31.80%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1581981660.2000.160.2213225.9769.8
Hex9EC6A61401016841a46
Octal236306246240202620432106
Binary100111101100011010100110101000100001011010000100110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC6A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9EC6A6;
 }
 .AnyTagClassName
 {
   color: #9EC6A6;
 }
</style>
background-color css

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

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

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

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

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

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