Shades of Chinook #9DDAA8
Tints of Chinook #9DDAA8
RGB
CMYK
RGB Variations
Color information
#9DDAA8 (or 0x9DDAA8) is known color: Chinook. HEX triplet: 9D, DA and A8. RGB value is (157,218,168). Sum of RGB (Red+Green+Blue) = 157+218+168=543 (71% of max value = 765). Red value is 157 (61.72% from 255 or 28.91% from 543); Green value is 218 (85.55% from 255 or 40.15% from 543); Blue value is 168 (66.02% from 255 or 30.94% from 543); Max value from RGB is 218 - color contains mainly: green. Hex color #9DDAA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDAA8 is #622557. Grayscale: #C2C2C2. Windows color (decimal): -6432088 or 11066013. OLE color: 11066013.
HSL color Cylindrical-coordinate representation of color #9DDAA8: hue angle of 130.82º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DDAA8 is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 218 | 168 | - |
| CMYK | 0.28 | 0 | 0.23 | 0.15 |
| HSL | 130.82º | 0.45% | 0.74% | - |
| HSV(B) | 130.82º | 0.28% | 0.85% | - |
| XYZ | 46.04 | 60.14 | 46.23 | - |
| YUV | 194.06 | 113.29 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 218 | 168 | 0.28 | 0 | 0.23 | 0.15 | 130.82 | 0.45 | 0.74 |
| Hex | 9D | DA | A8 | 1C | 0 | 17 | F | 83 | 2D | 4A |
| Octal | 235 | 332 | 250 | 34 | 0 | 27 | 17 | 203 | 55 | 112 |
| Binary | 10011101 | 11011010 | 10101000 | 11100 | 0 | 10111 | 1111 | 10000011 | 101101 | 1001010 |
Color Harmonies of #9DDAA8
Complementary color
Monochromatic Colors of #9DDAA8
Black with #9DDAA8
Text Example
Text Example
White with #9DDAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDAA8; }
p { color: rgb(157,218,168); }
H1.HeaderClassName
{
color: #9DDAA8;
}
.AnyTagClassName
{
color: #9DDAA8;
}
</style>
background-color css
<style>
a { background-color: #9DDAA8; }
a { background-color: rgb(157,218,168); }
div.DivClassName
{
background-color: #9DDAA8;
}
.BgClassName
{
background-color: #9DDAA8;
}
</style>
border-color css
<style>
span { border-color: #9DDAA8; }
span { border-color: rgb(157,218,168); }
td.TdClassName
{
border-color: #9DDAA8;
}
.TagClassName
{
border-color: #9DDAA8;
}
</style>