Shades of Chinook #9DDDA5
Tints of Chinook #9DDDA5
RGB
CMYK
RGB Variations
Color information
#9DDDA5 (or 0x9DDDA5) is known color: Chinook. HEX triplet: 9D, DD and A5. RGB value is (157,221,165). Sum of RGB (Red+Green+Blue) = 157+221+165=543 (71% of max value = 765). Red value is 157 (61.72% from 255 or 28.91% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 165 (64.84% from 255 or 30.39% from 543); Max value from RGB is 221 - color contains mainly: green. Hex color #9DDDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDDA5 is #62225A. Grayscale: #C3C3C3. Windows color (decimal): -6431323 or 10870173. OLE color: 10870173.
HSL color Cylindrical-coordinate representation of color #9DDDA5: hue angle of 127.5º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DDDA5 is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 221 | 165 | - |
| CMYK | 0.29 | 0 | 0.25 | 0.13 |
| HSL | 127.5º | 0.48% | 0.74% | - |
| HSV(B) | 127.5º | 0.29% | 0.87% | - |
| XYZ | 46.55 | 61.6 | 45.03 | - |
| YUV | 195.48 | 110.8 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 221 | 165 | 0.29 | 0 | 0.25 | 0.13 | 127.5 | 0.48 | 0.74 |
| Hex | 9D | DD | A5 | 1D | 0 | 19 | D | 80 | 30 | 4A |
| Octal | 235 | 335 | 245 | 35 | 0 | 31 | 15 | 200 | 60 | 112 |
| Binary | 10011101 | 11011101 | 10100101 | 11101 | 0 | 11001 | 1101 | 10000000 | 110000 | 1001010 |
Color Harmonies of #9DDDA5
Complementary color
Monochromatic Colors of #9DDDA5
Black with #9DDDA5
Text Example
Text Example
White with #9DDDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDDA5; }
p { color: rgb(157,221,165); }
H1.HeaderClassName
{
color: #9DDDA5;
}
.AnyTagClassName
{
color: #9DDDA5;
}
</style>
background-color css
<style>
a { background-color: #9DDDA5; }
a { background-color: rgb(157,221,165); }
div.DivClassName
{
background-color: #9DDDA5;
}
.BgClassName
{
background-color: #9DDDA5;
}
</style>
border-color css
<style>
span { border-color: #9DDDA5; }
span { border-color: rgb(157,221,165); }
td.TdClassName
{
border-color: #9DDDA5;
}
.TagClassName
{
border-color: #9DDDA5;
}
</style>