#9DC9AA

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

Shades of Chinook #9DC9AA

Tints of Chinook #9DC9AA

Color information

#9DC9AA (or 0x9DC9AA) is unknown color: approx Chinook. HEX triplet: 9D, C9 and AA. RGB value is (157,201,170). Sum of RGB (Red+Green+Blue) = 157+201+170=528 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.73% from 528); Green value is 201 (78.91% from 255 or 38.07% from 528); Blue value is 170 (66.80% from 255 or 32.20% from 528); Max value from RGB is 201 - color contains mainly: green. Hex color #9DC9AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC9AA is #623655. Grayscale: #B8B8B8. Windows color (decimal): -6436438 or 11192733. OLE color: 11192733.

HSL color Cylindrical-coordinate representation of color #9DC9AA: hue angle of 137.73º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9DC9AA is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB157201170-
CMYK0.2200.150.21
HSL137.73º28.95%70.2%-
HSV(B)137.73º21.89%78.82%-
XYZ42.0551.8445.82-
YUV184.31119.92108.52-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.73%
GREEN value IS 201 (78.91% from 255) = 38.07%
BLUE value IS 170 (66.80% from 255) = 32.20%
R=29.73%
G=38.07%
B=32.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1572011700.2200.150.21137.7328.9570.2
Hex9DC9AA160F158a1d46
Octal235311252260172521235106
Binary10011101110010011010101010110011111010110001010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,201,170); }

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

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

 a { background-color: rgb(157,201,170); }

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

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

 span { border-color: rgb(157,201,170); }

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