Shades of Chinook #9DDBA2
Tints of Chinook #9DDBA2
RGB
CMYK
RGB Variations
Color information
#9DDBA2 (or 0x9DDBA2) is known color: Chinook. HEX triplet: 9D, DB and A2. RGB value is (157,219,162). Sum of RGB (Red+Green+Blue) = 157+219+162=538 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.18% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 162 (63.67% from 255 or 30.11% from 538); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDBA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDBA2 is #62245D. Grayscale: #C2C2C2. Windows color (decimal): -6431838 or 10673053. OLE color: 10673053.
HSL color Cylindrical-coordinate representation of color #9DDBA2: hue angle of 124.84º 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 #9DDBA2 is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 219 | 162 | - |
| CMYK | 0.28 | 0 | 0.26 | 0.14 |
| HSL | 124.84º | 0.46% | 0.74% | - |
| HSV(B) | 124.84º | 0.28% | 0.86% | - |
| XYZ | 45.76 | 60.44 | 43.44 | - |
| YUV | 193.96 | 109.96 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 219 | 162 | 0.28 | 0 | 0.26 | 0.14 | 124.84 | 0.46 | 0.74 |
| Hex | 9D | DB | A2 | 1C | 0 | 1A | E | 7D | 2E | 4A |
| Octal | 235 | 333 | 242 | 34 | 0 | 32 | 16 | 175 | 56 | 112 |
| Binary | 10011101 | 11011011 | 10100010 | 11100 | 0 | 11010 | 1110 | 1111101 | 101110 | 1001010 |
Color Harmonies of #9DDBA2
Complementary color
Monochromatic Colors of #9DDBA2
Black with #9DDBA2
Text Example
Text Example
White with #9DDBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDBA2; }
p { color: rgb(157,219,162); }
H1.HeaderClassName
{
color: #9DDBA2;
}
.AnyTagClassName
{
color: #9DDBA2;
}
</style>
background-color css
<style>
a { background-color: #9DDBA2; }
a { background-color: rgb(157,219,162); }
div.DivClassName
{
background-color: #9DDBA2;
}
.BgClassName
{
background-color: #9DDBA2;
}
</style>
border-color css
<style>
span { border-color: #9DDBA2; }
span { border-color: rgb(157,219,162); }
td.TdClassName
{
border-color: #9DDBA2;
}
.TagClassName
{
border-color: #9DDBA2;
}
</style>