Shades of Chinook #9DD4AE
Tints of Chinook #9DD4AE
RGB
CMYK
RGB Variations
Color information
#9DD4AE (or 0x9DD4AE) is known color: Chinook. HEX triplet: 9D, D4 and AE. RGB value is (157,212,174). Sum of RGB (Red+Green+Blue) = 157+212+174=543 (71% of max value = 765). Red value is 157 (61.72% from 255 or 28.91% from 543); Green value is 212 (83.20% from 255 or 39.04% from 543); Blue value is 174 (68.36% from 255 or 32.04% from 543); Max value from RGB is 212 - color contains mainly: green. Hex color #9DD4AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD4AE is #622B51. Grayscale: #BFBFBF. Windows color (decimal): -6433618 or 11457693. OLE color: 11457693.
HSL color Cylindrical-coordinate representation of color #9DD4AE: hue angle of 138.55º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9DD4AE is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 157 | 212 | 174 | - |
| CMYK | 0.26 | 0 | 0.18 | 0.17 |
| HSL | 138.55º | 0.39% | 0.72% | - |
| HSV(B) | 138.55º | 0.26% | 0.83% | - |
| XYZ | 45.09 | 57.31 | 48.73 | - |
| YUV | 191.22 | 118.28 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 212 | 174 | 0.26 | 0 | 0.18 | 0.17 | 138.55 | 0.39 | 0.72 |
| Hex | 9D | D4 | AE | 1A | 0 | 12 | 11 | 8B | 27 | 48 |
| Octal | 235 | 324 | 256 | 32 | 0 | 22 | 21 | 213 | 47 | 110 |
| Binary | 10011101 | 11010100 | 10101110 | 11010 | 0 | 10010 | 10001 | 10001011 | 100111 | 1001000 |
Color Harmonies of #9DD4AE
Complementary color
Monochromatic Colors of #9DD4AE
Black with #9DD4AE
Text Example
Text Example
White with #9DD4AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD4AE; }
p { color: rgb(157,212,174); }
H1.HeaderClassName
{
color: #9DD4AE;
}
.AnyTagClassName
{
color: #9DD4AE;
}
</style>
background-color css
<style>
a { background-color: #9DD4AE; }
a { background-color: rgb(157,212,174); }
div.DivClassName
{
background-color: #9DD4AE;
}
.BgClassName
{
background-color: #9DD4AE;
}
</style>
border-color css
<style>
span { border-color: #9DD4AE; }
span { border-color: rgb(157,212,174); }
td.TdClassName
{
border-color: #9DD4AE;
}
.TagClassName
{
border-color: #9DD4AE;
}
</style>