Shades of Chinook #9DDFAF
Tints of Chinook #9DDFAF
RGB
CMYK
RGB Variations
Color information
#9DDFAF (or 0x9DDFAF) is known color: Chinook. HEX triplet: 9D, DF and AF. RGB value is (157,223,175). Sum of RGB (Red+Green+Blue) = 157+223+175=555 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.29% from 555); Green value is 223 (87.5% from 255 or 40.18% from 555); Blue value is 175 (68.75% from 255 or 31.53% from 555); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDFAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDFAF is #622050. Grayscale: #C5C5C5. Windows color (decimal): -6430801 or 11526045. OLE color: 11526045.
HSL color Cylindrical-coordinate representation of color #9DDFAF: hue angle of 136.36º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DDFAF is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 223 | 175 | - |
| CMYK | 0.30 | 0 | 0.22 | 0.13 |
| HSL | 136.36º | 0.51% | 0.75% | - |
| HSV(B) | 136.36º | 0.3% | 0.87% | - |
| XYZ | 48.03 | 63.04 | 50.19 | - |
| YUV | 197.79 | 115.13 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 223 | 175 | 0.30 | 0 | 0.22 | 0.13 | 136.36 | 0.51 | 0.75 |
| Hex | 9D | DF | AF | 1E | 0 | 16 | D | 88 | 33 | 4B |
| Octal | 235 | 337 | 257 | 36 | 0 | 26 | 15 | 210 | 63 | 113 |
| Binary | 10011101 | 11011111 | 10101111 | 11110 | 0 | 10110 | 1101 | 10001000 | 110011 | 1001011 |
Color Harmonies of #9DDFAF
Complementary color
Monochromatic Colors of #9DDFAF
Black with #9DDFAF
Text Example
Text Example
White with #9DDFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDFAF; }
p { color: rgb(157,223,175); }
H1.HeaderClassName
{
color: #9DDFAF;
}
.AnyTagClassName
{
color: #9DDFAF;
}
</style>
background-color css
<style>
a { background-color: #9DDFAF; }
a { background-color: rgb(157,223,175); }
div.DivClassName
{
background-color: #9DDFAF;
}
.BgClassName
{
background-color: #9DDFAF;
}
</style>
border-color css
<style>
span { border-color: #9DDFAF; }
span { border-color: rgb(157,223,175); }
td.TdClassName
{
border-color: #9DDFAF;
}
.TagClassName
{
border-color: #9DDFAF;
}
</style>