Shades of Chinook #9DDCAC
Tints of Chinook #9DDCAC
RGB
CMYK
RGB Variations
Color information
#9DDCAC (or 0x9DDCAC) is known color: Chinook. HEX triplet: 9D, DC and AC. RGB value is (157,220,172). Sum of RGB (Red+Green+Blue) = 157+220+172=549 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.60% from 549); Green value is 220 (86.33% from 255 or 40.07% from 549); Blue value is 172 (67.58% from 255 or 31.33% from 549); Max value from RGB is 220 - color contains mainly: green. Hex color #9DDCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDCAC is #622353. Grayscale: #C3C3C3. Windows color (decimal): -6431572 or 11328669. OLE color: 11328669.
HSL color Cylindrical-coordinate representation of color #9DDCAC: hue angle of 134.29º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DDCAC is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 220 | 172 | - |
| CMYK | 0.29 | 0 | 0.22 | 0.14 |
| HSL | 134.29º | 0.47% | 0.74% | - |
| HSV(B) | 134.29º | 0.29% | 0.86% | - |
| XYZ | 46.94 | 61.33 | 48.39 | - |
| YUV | 195.69 | 114.63 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 220 | 172 | 0.29 | 0 | 0.22 | 0.14 | 134.29 | 0.47 | 0.74 |
| Hex | 9D | DC | AC | 1D | 0 | 16 | E | 86 | 2F | 4A |
| Octal | 235 | 334 | 254 | 35 | 0 | 26 | 16 | 206 | 57 | 112 |
| Binary | 10011101 | 11011100 | 10101100 | 11101 | 0 | 10110 | 1110 | 10000110 | 101111 | 1001010 |
Color Harmonies of #9DDCAC
Complementary color
Monochromatic Colors of #9DDCAC
Black with #9DDCAC
Text Example
Text Example
White with #9DDCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDCAC; }
p { color: rgb(157,220,172); }
H1.HeaderClassName
{
color: #9DDCAC;
}
.AnyTagClassName
{
color: #9DDCAC;
}
</style>
background-color css
<style>
a { background-color: #9DDCAC; }
a { background-color: rgb(157,220,172); }
div.DivClassName
{
background-color: #9DDCAC;
}
.BgClassName
{
background-color: #9DDCAC;
}
</style>
border-color css
<style>
span { border-color: #9DDCAC; }
span { border-color: rgb(157,220,172); }
td.TdClassName
{
border-color: #9DDCAC;
}
.TagClassName
{
border-color: #9DDCAC;
}
</style>