Shades of Chinook #9DCAAB
Tints of Chinook #9DCAAB
RGB
CMYK
RGB Variations
Color information
#9DCAAB (or 0x9DCAAB) is known color: Chinook. HEX triplet: 9D, CA and AB. RGB value is (157,202,171). Sum of RGB (Red+Green+Blue) = 157+202+171=530 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.62% from 530); Green value is 202 (79.30% from 255 or 38.11% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 202 - color contains mainly: green. Hex color #9DCAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCAAB is #623554. Grayscale: #B9B9B9. Windows color (decimal): -6436181 or 11258525. OLE color: 11258525.
HSL color Cylindrical-coordinate representation of color #9DCAAB: hue angle of 138.67º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9DCAAB is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 157 | 202 | 171 | - |
| CMYK | 0.22 | 0 | 0.15 | 0.21 |
| HSL | 138.67º | 0.3% | 0.7% | - |
| HSV(B) | 138.67º | 0.22% | 0.79% | - |
| XYZ | 42.38 | 52.35 | 46.4 | - |
| YUV | 185.01 | 120.09 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 202 | 171 | 0.22 | 0 | 0.15 | 0.21 | 138.67 | 0.3 | 0.7 |
| Hex | 9D | CA | AB | 16 | 0 | F | 15 | 8B | 1E | 46 |
| Octal | 235 | 312 | 253 | 26 | 0 | 17 | 25 | 213 | 36 | 106 |
| Binary | 10011101 | 11001010 | 10101011 | 10110 | 0 | 1111 | 10101 | 10001011 | 11110 | 1000110 |
Color Harmonies of #9DCAAB
Complementary color
Monochromatic Colors of #9DCAAB
Black with #9DCAAB
Text Example
Text Example
White with #9DCAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCAAB; }
p { color: rgb(157,202,171); }
H1.HeaderClassName
{
color: #9DCAAB;
}
.AnyTagClassName
{
color: #9DCAAB;
}
</style>
background-color css
<style>
a { background-color: #9DCAAB; }
a { background-color: rgb(157,202,171); }
div.DivClassName
{
background-color: #9DCAAB;
}
.BgClassName
{
background-color: #9DCAAB;
}
</style>
border-color css
<style>
span { border-color: #9DCAAB; }
span { border-color: rgb(157,202,171); }
td.TdClassName
{
border-color: #9DCAAB;
}
.TagClassName
{
border-color: #9DCAAB;
}
</style>