Shades of Chinook #9DDBAA
Tints of Chinook #9DDBAA
RGB
CMYK
RGB Variations
Color information
#9DDBAA (or 0x9DDBAA) is known color: Chinook. HEX triplet: 9D, DB and AA. RGB value is (157,219,170). Sum of RGB (Red+Green+Blue) = 157+219+170=546 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.75% from 546); Green value is 219 (85.94% from 255 or 40.11% from 546); Blue value is 170 (66.80% from 255 or 31.14% from 546); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDBAA is #622455. Grayscale: #C3C3C3. Windows color (decimal): -6431830 or 11197341. OLE color: 11197341.
HSL color Cylindrical-coordinate representation of color #9DDBAA: hue angle of 132.58º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DDBAA is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 219 | 170 | - |
| CMYK | 0.28 | 0 | 0.22 | 0.14 |
| HSL | 132.58º | 0.46% | 0.74% | - |
| HSV(B) | 132.58º | 0.28% | 0.86% | - |
| XYZ | 46.49 | 60.73 | 47.3 | - |
| YUV | 194.88 | 113.96 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 219 | 170 | 0.28 | 0 | 0.22 | 0.14 | 132.58 | 0.46 | 0.74 |
| Hex | 9D | DB | AA | 1C | 0 | 16 | E | 85 | 2E | 4A |
| Octal | 235 | 333 | 252 | 34 | 0 | 26 | 16 | 205 | 56 | 112 |
| Binary | 10011101 | 11011011 | 10101010 | 11100 | 0 | 10110 | 1110 | 10000101 | 101110 | 1001010 |
Color Harmonies of #9DDBAA
Complementary color
Monochromatic Colors of #9DDBAA
Black with #9DDBAA
Text Example
Text Example
White with #9DDBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDBAA; }
p { color: rgb(157,219,170); }
H1.HeaderClassName
{
color: #9DDBAA;
}
.AnyTagClassName
{
color: #9DDBAA;
}
</style>
background-color css
<style>
a { background-color: #9DDBAA; }
a { background-color: rgb(157,219,170); }
div.DivClassName
{
background-color: #9DDBAA;
}
.BgClassName
{
background-color: #9DDBAA;
}
</style>
border-color css
<style>
span { border-color: #9DDBAA; }
span { border-color: rgb(157,219,170); }
td.TdClassName
{
border-color: #9DDBAA;
}
.TagClassName
{
border-color: #9DDBAA;
}
</style>