Shades of Chinook #99D0AB
Tints of Chinook #99D0AB
RGB
CMYK
RGB Variations
Color information
#99D0AB (or 0x99D0AB) is known color: Chinook. HEX triplet: 99, D0 and AB. RGB value is (153,208,171). Sum of RGB (Red+Green+Blue) = 153+208+171=532 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.76% from 532); Green value is 208 (81.64% from 255 or 39.10% from 532); Blue value is 171 (67.19% from 255 or 32.14% from 532); Max value from RGB is 208 - color contains mainly: green. Hex color #99D0AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D0AB is #662F54. Grayscale: #BBBBBB. Windows color (decimal): -6696789 or 11260057. OLE color: 11260057.
HSL color Cylindrical-coordinate representation of color #99D0AB: hue angle of 139.64º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99D0AB is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 208 | 171 | - |
| CMYK | 0.26 | 0 | 0.18 | 0.18 |
| HSL | 139.64º | 0.37% | 0.71% | - |
| HSV(B) | 139.64º | 0.26% | 0.82% | - |
| XYZ | 43.04 | 54.82 | 46.84 | - |
| YUV | 187.34 | 118.78 | 103.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 208 | 171 | 0.26 | 0 | 0.18 | 0.18 | 139.64 | 0.37 | 0.71 |
| Hex | 99 | D0 | AB | 1A | 0 | 12 | 12 | 8C | 25 | 47 |
| Octal | 231 | 320 | 253 | 32 | 0 | 22 | 22 | 214 | 45 | 107 |
| Binary | 10011001 | 11010000 | 10101011 | 11010 | 0 | 10010 | 10010 | 10001100 | 100101 | 1000111 |
Color Harmonies of #99D0AB
Complementary color
Monochromatic Colors of #99D0AB
Black with #99D0AB
Text Example
Text Example
White with #99D0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D0AB; }
p { color: rgb(153,208,171); }
H1.HeaderClassName
{
color: #99D0AB;
}
.AnyTagClassName
{
color: #99D0AB;
}
</style>
background-color css
<style>
a { background-color: #99D0AB; }
a { background-color: rgb(153,208,171); }
div.DivClassName
{
background-color: #99D0AB;
}
.BgClassName
{
background-color: #99D0AB;
}
</style>
border-color css
<style>
span { border-color: #99D0AB; }
span { border-color: rgb(153,208,171); }
td.TdClassName
{
border-color: #99D0AB;
}
.TagClassName
{
border-color: #99D0AB;
}
</style>