Shades of Chinook #9DDBAC
Tints of Chinook #9DDBAC
RGB
CMYK
RGB Variations
Color information
#9DDBAC (or 0x9DDBAC) is known color: Chinook. HEX triplet: 9D, DB and AC. RGB value is (157,219,172). Sum of RGB (Red+Green+Blue) = 157+219+172=548 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.65% from 548); Green value is 219 (85.94% from 255 or 39.96% from 548); Blue value is 172 (67.58% from 255 or 31.39% from 548); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDBAC is #622453. Grayscale: #C3C3C3. Windows color (decimal): -6431828 or 11328413. OLE color: 11328413.
HSL color Cylindrical-coordinate representation of color #9DDBAC: hue angle of 134.52º 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 #9DDBAC is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 219 | 172 | - |
| CMYK | 0.28 | 0 | 0.21 | 0.14 |
| HSL | 134.52º | 0.46% | 0.74% | - |
| HSV(B) | 134.52º | 0.28% | 0.86% | - |
| XYZ | 46.68 | 60.81 | 48.31 | - |
| YUV | 195.1 | 114.96 | 100.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 219 | 172 | 0.28 | 0 | 0.21 | 0.14 | 134.52 | 0.46 | 0.74 |
| Hex | 9D | DB | AC | 1C | 0 | 15 | E | 87 | 2E | 4A |
| Octal | 235 | 333 | 254 | 34 | 0 | 25 | 16 | 207 | 56 | 112 |
| Binary | 10011101 | 11011011 | 10101100 | 11100 | 0 | 10101 | 1110 | 10000111 | 101110 | 1001010 |
Color Harmonies of #9DDBAC
Complementary color
Monochromatic Colors of #9DDBAC
Black with #9DDBAC
Text Example
Text Example
White with #9DDBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDBAC; }
p { color: rgb(157,219,172); }
H1.HeaderClassName
{
color: #9DDBAC;
}
.AnyTagClassName
{
color: #9DDBAC;
}
</style>
background-color css
<style>
a { background-color: #9DDBAC; }
a { background-color: rgb(157,219,172); }
div.DivClassName
{
background-color: #9DDBAC;
}
.BgClassName
{
background-color: #9DDBAC;
}
</style>
border-color css
<style>
span { border-color: #9DDBAC; }
span { border-color: rgb(157,219,172); }
td.TdClassName
{
border-color: #9DDBAC;
}
.TagClassName
{
border-color: #9DDBAC;
}
</style>