Shades of Chinook #99CDAB
Tints of Chinook #99CDAB
RGB
CMYK
RGB Variations
Color information
#99CDAB (or 0x99CDAB) is known color: Chinook. HEX triplet: 99, CD and AB. RGB value is (153,205,171). Sum of RGB (Red+Green+Blue) = 153+205+171=529 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.92% from 529); Green value is 205 (80.47% from 255 or 38.75% from 529); Blue value is 171 (67.19% from 255 or 32.33% from 529); Max value from RGB is 205 - color contains mainly: green. Hex color #99CDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CDAB is #663254. Grayscale: #B9B9B9. Windows color (decimal): -6697557 or 11259289. OLE color: 11259289.
HSL color Cylindrical-coordinate representation of color #99CDAB: hue angle of 140.77º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99CDAB is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 205 | 171 | - |
| CMYK | 0.25 | 0 | 0.17 | 0.20 |
| HSL | 140.77º | 0.34% | 0.7% | - |
| HSV(B) | 140.77º | 0.25% | 0.8% | - |
| XYZ | 42.32 | 53.38 | 46.6 | - |
| YUV | 185.58 | 119.77 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 205 | 171 | 0.25 | 0 | 0.17 | 0.20 | 140.77 | 0.34 | 0.7 |
| Hex | 99 | CD | AB | 19 | 0 | 11 | 14 | 8D | 22 | 46 |
| Octal | 231 | 315 | 253 | 31 | 0 | 21 | 24 | 215 | 42 | 106 |
| Binary | 10011001 | 11001101 | 10101011 | 11001 | 0 | 10001 | 10100 | 10001101 | 100010 | 1000110 |
Color Harmonies of #99CDAB
Complementary color
Monochromatic Colors of #99CDAB
Black with #99CDAB
Text Example
Text Example
White with #99CDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CDAB; }
p { color: rgb(153,205,171); }
H1.HeaderClassName
{
color: #99CDAB;
}
.AnyTagClassName
{
color: #99CDAB;
}
</style>
background-color css
<style>
a { background-color: #99CDAB; }
a { background-color: rgb(153,205,171); }
div.DivClassName
{
background-color: #99CDAB;
}
.BgClassName
{
background-color: #99CDAB;
}
</style>
border-color css
<style>
span { border-color: #99CDAB; }
span { border-color: rgb(153,205,171); }
td.TdClassName
{
border-color: #99CDAB;
}
.TagClassName
{
border-color: #99CDAB;
}
</style>