Shades of Chinook #9DDFAE
Tints of Chinook #9DDFAE
RGB
CMYK
RGB Variations
Color information
#9DDFAE (or 0x9DDFAE) is known color: Chinook. HEX triplet: 9D, DF and AE. RGB value is (157,223,174). Sum of RGB (Red+Green+Blue) = 157+223+174=554 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.34% from 554); Green value is 223 (87.5% from 255 or 40.25% from 554); Blue value is 174 (68.36% from 255 or 31.41% from 554); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDFAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDFAE is #622051. Grayscale: #C5C5C5. Windows color (decimal): -6430802 or 11460509. OLE color: 11460509.
HSL color Cylindrical-coordinate representation of color #9DDFAE: hue angle of 135.45º 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 #9DDFAE is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 223 | 174 | - |
| CMYK | 0.30 | 0 | 0.22 | 0.13 |
| HSL | 135.45º | 0.51% | 0.75% | - |
| HSV(B) | 135.45º | 0.3% | 0.87% | - |
| XYZ | 47.93 | 63 | 49.68 | - |
| YUV | 197.68 | 114.63 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 223 | 174 | 0.30 | 0 | 0.22 | 0.13 | 135.45 | 0.51 | 0.75 |
| Hex | 9D | DF | AE | 1E | 0 | 16 | D | 87 | 33 | 4B |
| Octal | 235 | 337 | 256 | 36 | 0 | 26 | 15 | 207 | 63 | 113 |
| Binary | 10011101 | 11011111 | 10101110 | 11110 | 0 | 10110 | 1101 | 10000111 | 110011 | 1001011 |
Color Harmonies of #9DDFAE
Complementary color
Monochromatic Colors of #9DDFAE
Black with #9DDFAE
Text Example
Text Example
White with #9DDFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDFAE; }
p { color: rgb(157,223,174); }
H1.HeaderClassName
{
color: #9DDFAE;
}
.AnyTagClassName
{
color: #9DDFAE;
}
</style>
background-color css
<style>
a { background-color: #9DDFAE; }
a { background-color: rgb(157,223,174); }
div.DivClassName
{
background-color: #9DDFAE;
}
.BgClassName
{
background-color: #9DDFAE;
}
</style>
border-color css
<style>
span { border-color: #9DDFAE; }
span { border-color: rgb(157,223,174); }
td.TdClassName
{
border-color: #9DDFAE;
}
.TagClassName
{
border-color: #9DDFAE;
}
</style>