#9DC0A0

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

Shades of Chinook #9DC0A0

Tints of Chinook #9DC0A0

Color information

#9DC0A0 (or 0x9DC0A0) is unknown color: approx Chinook. HEX triplet: 9D, C0 and A0. RGB value is (157,192,160). Sum of RGB (Red+Green+Blue) = 157+192+160=509 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.84% from 509); Green value is 192 (75.39% from 255 or 37.72% from 509); Blue value is 160 (62.89% from 255 or 31.43% from 509); Max value from RGB is 192 - color contains mainly: green. Hex color #9DC0A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC0A0 is #623F5F. Grayscale: #B1B1B1. Windows color (decimal): -6438752 or 10535069. OLE color: 10535069.

HSL color Cylindrical-coordinate representation of color #9DC0A0: hue angle of 125.14º 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 #9DC0A0 is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB157192160-
CMYK0.1800.170.25
HSL125.14º21.74%68.43%-
HSV(B)125.14º18.23%75.29%-
XYZ39.147.4140.35-
YUV177.89117.9113.1-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.84%
GREEN value IS 192 (75.39% from 255) = 37.72%
BLUE value IS 160 (62.89% from 255) = 31.43%
R=30.84%
G=37.72%
B=31.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1571921600.1800.170.25125.1421.7468.43
Hex9DC0A012011197d1644
Octal235300240220213117526104
Binary10011101110000001010000010010010001110011111101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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