Shades of Chinook #9DDEAE
Tints of Chinook #9DDEAE
RGB
CMYK
RGB Variations
Color information
#9DDEAE (or 0x9DDEAE) is known color: Chinook. HEX triplet: 9D, DE and AE. RGB value is (157,222,174). Sum of RGB (Red+Green+Blue) = 157+222+174=553 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.39% from 553); Green value is 222 (87.11% from 255 or 40.14% from 553); Blue value is 174 (68.36% from 255 or 31.46% from 553); Max value from RGB is 222 - color contains mainly: green. Hex color #9DDEAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDEAE is #622151. Grayscale: #C5C5C5. Windows color (decimal): -6431058 or 11460253. OLE color: 11460253.
HSL color Cylindrical-coordinate representation of color #9DDEAE: hue angle of 135.69º degrees, saturation: 0.5, 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 #9DDEAE is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 222 | 174 | - |
| CMYK | 0.29 | 0 | 0.22 | 0.13 |
| HSL | 135.69º | 0.5% | 0.74% | - |
| HSV(B) | 135.69º | 0.29% | 0.87% | - |
| XYZ | 47.67 | 62.47 | 49.59 | - |
| YUV | 197.09 | 114.97 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 222 | 174 | 0.29 | 0 | 0.22 | 0.13 | 135.69 | 0.5 | 0.74 |
| Hex | 9D | DE | AE | 1D | 0 | 16 | D | 88 | 32 | 4A |
| Octal | 235 | 336 | 256 | 35 | 0 | 26 | 15 | 210 | 62 | 112 |
| Binary | 10011101 | 11011110 | 10101110 | 11101 | 0 | 10110 | 1101 | 10001000 | 110010 | 1001010 |
Color Harmonies of #9DDEAE
Complementary color
Monochromatic Colors of #9DDEAE
Black with #9DDEAE
Text Example
Text Example
White with #9DDEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDEAE; }
p { color: rgb(157,222,174); }
H1.HeaderClassName
{
color: #9DDEAE;
}
.AnyTagClassName
{
color: #9DDEAE;
}
</style>
background-color css
<style>
a { background-color: #9DDEAE; }
a { background-color: rgb(157,222,174); }
div.DivClassName
{
background-color: #9DDEAE;
}
.BgClassName
{
background-color: #9DDEAE;
}
</style>
border-color css
<style>
span { border-color: #9DDEAE; }
span { border-color: rgb(157,222,174); }
td.TdClassName
{
border-color: #9DDEAE;
}
.TagClassName
{
border-color: #9DDEAE;
}
</style>