#9DC0A6

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

Shades of Chinook #9DC0A6

Tints of Chinook #9DC0A6

Color information

#9DC0A6 (or 0x9DC0A6) is unknown color: approx Chinook. HEX triplet: 9D, C0 and A6. RGB value is (157,192,166). Sum of RGB (Red+Green+Blue) = 157+192+166=515 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.49% from 515); Green value is 192 (75.39% from 255 or 37.28% from 515); Blue value is 166 (65.23% from 255 or 32.23% from 515); Max value from RGB is 192 - color contains mainly: green. Hex color #9DC0A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC0A6 is #623F59. Grayscale: #B2B2B2. Windows color (decimal): -6438746 or 10928285. OLE color: 10928285.

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

Color convert

RGB157192166-
CMYK0.1800.140.25
HSL135.43º21.74%68.43%-
HSV(B)135.43º18.23%75.29%-
XYZ39.6447.6243.18-
YUV178.57120.9112.61-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.49%
GREEN value IS 192 (75.39% from 255) = 37.28%
BLUE value IS 166 (65.23% from 255) = 32.23%
R=30.49%
G=37.28%
B=32.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1571921660.1800.140.25135.4321.7468.43
Hex9DC0A6120E19871644
Octal235300246220163120726104
Binary10011101110000001010011010010011101100110000111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC0A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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