Shades of Chinook #9DD8AE
Tints of Chinook #9DD8AE
RGB
CMYK
RGB Variations
Color information
#9DD8AE (or 0x9DD8AE) is known color: Chinook. HEX triplet: 9D, D8 and AE. RGB value is (157,216,174). Sum of RGB (Red+Green+Blue) = 157+216+174=547 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.70% from 547); Green value is 216 (84.77% from 255 or 39.49% from 547); Blue value is 174 (68.36% from 255 or 31.81% from 547); Max value from RGB is 216 - color contains mainly: green. Hex color #9DD8AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD8AE is #622751. Grayscale: #C1C1C1. Windows color (decimal): -6432594 or 11458717. OLE color: 11458717.
HSL color Cylindrical-coordinate representation of color #9DD8AE: hue angle of 137.29º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9DD8AE is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 216 | 174 | - |
| CMYK | 0.27 | 0 | 0.19 | 0.15 |
| HSL | 137.29º | 0.43% | 0.73% | - |
| HSV(B) | 137.29º | 0.27% | 0.85% | - |
| XYZ | 46.1 | 59.34 | 49.07 | - |
| YUV | 193.57 | 116.95 | 101.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 216 | 174 | 0.27 | 0 | 0.19 | 0.15 | 137.29 | 0.43 | 0.73 |
| Hex | 9D | D8 | AE | 1B | 0 | 13 | F | 89 | 2B | 49 |
| Octal | 235 | 330 | 256 | 33 | 0 | 23 | 17 | 211 | 53 | 111 |
| Binary | 10011101 | 11011000 | 10101110 | 11011 | 0 | 10011 | 1111 | 10001001 | 101011 | 1001001 |
Color Harmonies of #9DD8AE
Complementary color
Monochromatic Colors of #9DD8AE
Black with #9DD8AE
Text Example
Text Example
White with #9DD8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD8AE; }
p { color: rgb(157,216,174); }
H1.HeaderClassName
{
color: #9DD8AE;
}
.AnyTagClassName
{
color: #9DD8AE;
}
</style>
background-color css
<style>
a { background-color: #9DD8AE; }
a { background-color: rgb(157,216,174); }
div.DivClassName
{
background-color: #9DD8AE;
}
.BgClassName
{
background-color: #9DD8AE;
}
</style>
border-color css
<style>
span { border-color: #9DD8AE; }
span { border-color: rgb(157,216,174); }
td.TdClassName
{
border-color: #9DD8AE;
}
.TagClassName
{
border-color: #9DD8AE;
}
</style>