#9DCAAA

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

Shades of Chinook #9DCAAA

Tints of Chinook #9DCAAA

Color information

#9DCAAA (or 0x9DCAAA) is unknown color: approx Chinook. HEX triplet: 9D, CA and AA. RGB value is (157,202,170). Sum of RGB (Red+Green+Blue) = 157+202+170=529 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.68% from 529); Green value is 202 (79.30% from 255 or 38.19% from 529); Blue value is 170 (66.80% from 255 or 32.14% from 529); Max value from RGB is 202 - color contains mainly: green. Hex color #9DCAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCAAA is #623555. Grayscale: #B8B8B8. Windows color (decimal): -6436182 or 11192989. OLE color: 11192989.

HSL color Cylindrical-coordinate representation of color #9DCAAA: hue angle of 137.33º degrees, saturation: 0.3, 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 #9DCAAA is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB157202170-
CMYK0.2200.160.21
HSL137.33º29.8%70.39%-
HSV(B)137.33º22.28%79.22%-
XYZ42.2852.3145.9-
YUV184.9119.59108.1-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.68%
GREEN value IS 202 (79.30% from 255) = 38.19%
BLUE value IS 170 (66.80% from 255) = 32.14%
R=29.68%
G=38.19%
B=32.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1572021700.2200.160.21137.3329.870.39
Hex9DCAAA1601015891e46
Octal235312252260202521136106
Binary100111011100101010101010101100100001010110001001111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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