Shades of Chinook #9DD3AC
Tints of Chinook #9DD3AC
RGB
CMYK
RGB Variations
Color information
#9DD3AC (or 0x9DD3AC) is known color: Chinook. HEX triplet: 9D, D3 and AC. RGB value is (157,211,172). Sum of RGB (Red+Green+Blue) = 157+211+172=540 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.07% from 540); Green value is 211 (82.81% from 255 or 39.07% from 540); Blue value is 172 (67.58% from 255 or 31.85% from 540); Max value from RGB is 211 - color contains mainly: green. Hex color #9DD3AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD3AC is #622C53. Grayscale: #BEBEBE. Windows color (decimal): -6433876 or 11326365. OLE color: 11326365.
HSL color Cylindrical-coordinate representation of color #9DD3AC: hue angle of 136.67º degrees, saturation: 0.38, 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 #9DD3AC is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 157 | 211 | 172 | - |
| CMYK | 0.26 | 0 | 0.18 | 0.17 |
| HSL | 136.67º | 0.38% | 0.72% | - |
| HSV(B) | 136.67º | 0.26% | 0.83% | - |
| XYZ | 44.65 | 56.74 | 47.63 | - |
| YUV | 190.41 | 117.61 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 211 | 172 | 0.26 | 0 | 0.18 | 0.17 | 136.67 | 0.38 | 0.72 |
| Hex | 9D | D3 | AC | 1A | 0 | 12 | 11 | 89 | 26 | 48 |
| Octal | 235 | 323 | 254 | 32 | 0 | 22 | 21 | 211 | 46 | 110 |
| Binary | 10011101 | 11010011 | 10101100 | 11010 | 0 | 10010 | 10001 | 10001001 | 100110 | 1001000 |
Color Harmonies of #9DD3AC
Complementary color
Monochromatic Colors of #9DD3AC
Black with #9DD3AC
Text Example
Text Example
White with #9DD3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD3AC; }
p { color: rgb(157,211,172); }
H1.HeaderClassName
{
color: #9DD3AC;
}
.AnyTagClassName
{
color: #9DD3AC;
}
</style>
background-color css
<style>
a { background-color: #9DD3AC; }
a { background-color: rgb(157,211,172); }
div.DivClassName
{
background-color: #9DD3AC;
}
.BgClassName
{
background-color: #9DD3AC;
}
</style>
border-color css
<style>
span { border-color: #9DD3AC; }
span { border-color: rgb(157,211,172); }
td.TdClassName
{
border-color: #9DD3AC;
}
.TagClassName
{
border-color: #9DD3AC;
}
</style>