Shades of Chinook #9DD1A8
Tints of Chinook #9DD1A8
RGB
CMYK
RGB Variations
Color information
#9DD1A8 (or 0x9DD1A8) is known color: Chinook. HEX triplet: 9D, D1 and A8. RGB value is (157,209,168). Sum of RGB (Red+Green+Blue) = 157+209+168=534 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.40% from 534); Green value is 209 (82.03% from 255 or 39.14% from 534); Blue value is 168 (66.02% from 255 or 31.46% from 534); Max value from RGB is 209 - color contains mainly: green. Hex color #9DD1A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD1A8 is #622E57. Grayscale: #BCBCBC. Windows color (decimal): -6434392 or 11063709. OLE color: 11063709.
HSL color Cylindrical-coordinate representation of color #9DD1A8: hue angle of 132.69º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9DD1A8 is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 157 | 209 | 168 | - |
| CMYK | 0.25 | 0 | 0.20 | 0.18 |
| HSL | 132.69º | 0.36% | 0.72% | - |
| HSV(B) | 132.69º | 0.25% | 0.82% | - |
| XYZ | 43.77 | 55.6 | 45.47 | - |
| YUV | 188.78 | 116.27 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 209 | 168 | 0.25 | 0 | 0.20 | 0.18 | 132.69 | 0.36 | 0.72 |
| Hex | 9D | D1 | A8 | 19 | 0 | 14 | 12 | 85 | 24 | 48 |
| Octal | 235 | 321 | 250 | 31 | 0 | 24 | 22 | 205 | 44 | 110 |
| Binary | 10011101 | 11010001 | 10101000 | 11001 | 0 | 10100 | 10010 | 10000101 | 100100 | 1001000 |
Color Harmonies of #9DD1A8
Complementary color
Monochromatic Colors of #9DD1A8
Black with #9DD1A8
Text Example
Text Example
White with #9DD1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD1A8; }
p { color: rgb(157,209,168); }
H1.HeaderClassName
{
color: #9DD1A8;
}
.AnyTagClassName
{
color: #9DD1A8;
}
</style>
background-color css
<style>
a { background-color: #9DD1A8; }
a { background-color: rgb(157,209,168); }
div.DivClassName
{
background-color: #9DD1A8;
}
.BgClassName
{
background-color: #9DD1A8;
}
</style>
border-color css
<style>
span { border-color: #9DD1A8; }
span { border-color: rgb(157,209,168); }
td.TdClassName
{
border-color: #9DD1A8;
}
.TagClassName
{
border-color: #9DD1A8;
}
</style>