Shades of Chinook #9DDDA8
Tints of Chinook #9DDDA8
RGB
CMYK
RGB Variations
Color information
#9DDDA8 (or 0x9DDDA8) is known color: Chinook. HEX triplet: 9D, DD and A8. RGB value is (157,221,168). Sum of RGB (Red+Green+Blue) = 157+221+168=546 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.75% from 546); Green value is 221 (86.72% from 255 or 40.48% from 546); Blue value is 168 (66.02% from 255 or 30.77% from 546); Max value from RGB is 221 - color contains mainly: green. Hex color #9DDDA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDDA8 is #622257. Grayscale: #C3C3C3. Windows color (decimal): -6431320 or 11066781. OLE color: 11066781.
HSL color Cylindrical-coordinate representation of color #9DDDA8: hue angle of 130.31º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DDDA8 is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 221 | 168 | - |
| CMYK | 0.29 | 0 | 0.24 | 0.13 |
| HSL | 130.31º | 0.48% | 0.74% | - |
| HSV(B) | 130.31º | 0.29% | 0.87% | - |
| XYZ | 46.83 | 61.71 | 46.49 | - |
| YUV | 195.82 | 112.3 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 221 | 168 | 0.29 | 0 | 0.24 | 0.13 | 130.31 | 0.48 | 0.74 |
| Hex | 9D | DD | A8 | 1D | 0 | 18 | D | 82 | 30 | 4A |
| Octal | 235 | 335 | 250 | 35 | 0 | 30 | 15 | 202 | 60 | 112 |
| Binary | 10011101 | 11011101 | 10101000 | 11101 | 0 | 11000 | 1101 | 10000010 | 110000 | 1001010 |
Color Harmonies of #9DDDA8
Complementary color
Monochromatic Colors of #9DDDA8
Black with #9DDDA8
Text Example
Text Example
White with #9DDDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDDA8; }
p { color: rgb(157,221,168); }
H1.HeaderClassName
{
color: #9DDDA8;
}
.AnyTagClassName
{
color: #9DDDA8;
}
</style>
background-color css
<style>
a { background-color: #9DDDA8; }
a { background-color: rgb(157,221,168); }
div.DivClassName
{
background-color: #9DDDA8;
}
.BgClassName
{
background-color: #9DDDA8;
}
</style>
border-color css
<style>
span { border-color: #9DDDA8; }
span { border-color: rgb(157,221,168); }
td.TdClassName
{
border-color: #9DDDA8;
}
.TagClassName
{
border-color: #9DDDA8;
}
</style>