Shades of Chinook #99D2AB
Tints of Chinook #99D2AB
RGB
CMYK
RGB Variations
Color information
#99D2AB (or 0x99D2AB) is known color: Chinook. HEX triplet: 99, D2 and AB. RGB value is (153,210,171). Sum of RGB (Red+Green+Blue) = 153+210+171=534 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.65% from 534); Green value is 210 (82.42% from 255 or 39.33% from 534); Blue value is 171 (67.19% from 255 or 32.02% from 534); Max value from RGB is 210 - color contains mainly: green. Hex color #99D2AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D2AB is #662D54. Grayscale: #BCBCBC. Windows color (decimal): -6696277 or 11260569. OLE color: 11260569.
HSL color Cylindrical-coordinate representation of color #99D2AB: hue angle of 138.95º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #99D2AB is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 210 | 171 | - |
| CMYK | 0.27 | 0 | 0.19 | 0.18 |
| HSL | 138.95º | 0.39% | 0.71% | - |
| HSV(B) | 138.95º | 0.27% | 0.82% | - |
| XYZ | 43.53 | 55.81 | 47.01 | - |
| YUV | 188.51 | 118.12 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 210 | 171 | 0.27 | 0 | 0.19 | 0.18 | 138.95 | 0.39 | 0.71 |
| Hex | 99 | D2 | AB | 1B | 0 | 13 | 12 | 8B | 27 | 47 |
| Octal | 231 | 322 | 253 | 33 | 0 | 23 | 22 | 213 | 47 | 107 |
| Binary | 10011001 | 11010010 | 10101011 | 11011 | 0 | 10011 | 10010 | 10001011 | 100111 | 1000111 |
Color Harmonies of #99D2AB
Complementary color
Monochromatic Colors of #99D2AB
Black with #99D2AB
Text Example
Text Example
White with #99D2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D2AB; }
p { color: rgb(153,210,171); }
H1.HeaderClassName
{
color: #99D2AB;
}
.AnyTagClassName
{
color: #99D2AB;
}
</style>
background-color css
<style>
a { background-color: #99D2AB; }
a { background-color: rgb(153,210,171); }
div.DivClassName
{
background-color: #99D2AB;
}
.BgClassName
{
background-color: #99D2AB;
}
</style>
border-color css
<style>
span { border-color: #99D2AB; }
span { border-color: rgb(153,210,171); }
td.TdClassName
{
border-color: #99D2AB;
}
.TagClassName
{
border-color: #99D2AB;
}
</style>