#9DCCAB

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

Shades of Chinook #9DCCAB

Tints of Chinook #9DCCAB

Color information

#9DCCAB (or 0x9DCCAB) is unknown color: approx Chinook. HEX triplet: 9D, CC and AB. RGB value is (157,204,171). Sum of RGB (Red+Green+Blue) = 157+204+171=532 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.51% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 171 (67.19% from 255 or 32.14% from 532); Max value from RGB is 204 - color contains mainly: green. Hex color #9DCCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCCAB is #623354. Grayscale: #BABABA. Windows color (decimal): -6435669 or 11259037. OLE color: 11259037.

HSL color Cylindrical-coordinate representation of color #9DCCAB: hue angle of 137.87º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9DCCAB is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB157204171-
CMYK0.2300.160.2
HSL137.87º31.54%70.78%-
HSV(B)137.87º23.04%80%-
XYZ42.8553.2946.56-
YUV186.18119.43107.18-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.51%
GREEN value IS 204 (80.08% from 255) = 38.35%
BLUE value IS 171 (67.19% from 255) = 32.14%
R=29.51%
G=38.35%
B=32.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1572041710.2300.160.2137.8731.5470.78
Hex9DCCAB17010148a2047
Octal235314253270202421240107
Binary1001110111001100101010111011101000010100100010101000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,204,171); }

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

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

 a { background-color: rgb(157,204,171); }

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

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

 span { border-color: rgb(157,204,171); }

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