Shades of Chinook #99D1AB
Tints of Chinook #99D1AB
RGB
CMYK
RGB Variations
Color information
#99D1AB (or 0x99D1AB) is known color: Chinook. HEX triplet: 99, D1 and AB. RGB value is (153,209,171). Sum of RGB (Red+Green+Blue) = 153+209+171=533 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.71% from 533); Green value is 209 (82.03% from 255 or 39.21% from 533); Blue value is 171 (67.19% from 255 or 32.08% from 533); Max value from RGB is 209 - color contains mainly: green. Hex color #99D1AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D1AB is #662E54. Grayscale: #BCBCBC. Windows color (decimal): -6696533 or 11260313. OLE color: 11260313.
HSL color Cylindrical-coordinate representation of color #99D1AB: hue angle of 139.29º degrees, saturation: 0.38, 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 #99D1AB is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 209 | 171 | - |
| CMYK | 0.27 | 0 | 0.18 | 0.18 |
| HSL | 139.29º | 0.38% | 0.71% | - |
| HSV(B) | 139.29º | 0.27% | 0.82% | - |
| XYZ | 43.29 | 55.31 | 46.92 | - |
| YUV | 187.92 | 118.45 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 209 | 171 | 0.27 | 0 | 0.18 | 0.18 | 139.29 | 0.38 | 0.71 |
| Hex | 99 | D1 | AB | 1B | 0 | 12 | 12 | 8B | 26 | 47 |
| Octal | 231 | 321 | 253 | 33 | 0 | 22 | 22 | 213 | 46 | 107 |
| Binary | 10011001 | 11010001 | 10101011 | 11011 | 0 | 10010 | 10010 | 10001011 | 100110 | 1000111 |
Color Harmonies of #99D1AB
Complementary color
Monochromatic Colors of #99D1AB
Black with #99D1AB
Text Example
Text Example
White with #99D1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D1AB; }
p { color: rgb(153,209,171); }
H1.HeaderClassName
{
color: #99D1AB;
}
.AnyTagClassName
{
color: #99D1AB;
}
</style>
background-color css
<style>
a { background-color: #99D1AB; }
a { background-color: rgb(153,209,171); }
div.DivClassName
{
background-color: #99D1AB;
}
.BgClassName
{
background-color: #99D1AB;
}
</style>
border-color css
<style>
span { border-color: #99D1AB; }
span { border-color: rgb(153,209,171); }
td.TdClassName
{
border-color: #99D1AB;
}
.TagClassName
{
border-color: #99D1AB;
}
</style>