Shades of Chinook #99D7AB
Tints of Chinook #99D7AB
RGB
CMYK
RGB Variations
Color information
#99D7AB (or 0x99D7AB) is known color: Chinook. HEX triplet: 99, D7 and AB. RGB value is (153,215,171). Sum of RGB (Red+Green+Blue) = 153+215+171=539 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.39% from 539); Green value is 215 (84.38% from 255 or 39.89% from 539); Blue value is 171 (67.19% from 255 or 31.73% from 539); Max value from RGB is 215 - color contains mainly: green. Hex color #99D7AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D7AB is #662854. Grayscale: #BFBFBF. Windows color (decimal): -6694997 or 11261849. OLE color: 11261849.
HSL color Cylindrical-coordinate representation of color #99D7AB: hue angle of 137.42º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99D7AB is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 215 | 171 | - |
| CMYK | 0.29 | 0 | 0.20 | 0.16 |
| HSL | 137.42º | 0.44% | 0.72% | - |
| HSV(B) | 137.42º | 0.29% | 0.84% | - |
| XYZ | 44.79 | 58.31 | 47.42 | - |
| YUV | 191.45 | 116.46 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 215 | 171 | 0.29 | 0 | 0.20 | 0.16 | 137.42 | 0.44 | 0.72 |
| Hex | 99 | D7 | AB | 1D | 0 | 14 | 10 | 89 | 2C | 48 |
| Octal | 231 | 327 | 253 | 35 | 0 | 24 | 20 | 211 | 54 | 110 |
| Binary | 10011001 | 11010111 | 10101011 | 11101 | 0 | 10100 | 10000 | 10001001 | 101100 | 1001000 |
Color Harmonies of #99D7AB
Complementary color
Monochromatic Colors of #99D7AB
Black with #99D7AB
Text Example
Text Example
White with #99D7AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D7AB; }
p { color: rgb(153,215,171); }
H1.HeaderClassName
{
color: #99D7AB;
}
.AnyTagClassName
{
color: #99D7AB;
}
</style>
background-color css
<style>
a { background-color: #99D7AB; }
a { background-color: rgb(153,215,171); }
div.DivClassName
{
background-color: #99D7AB;
}
.BgClassName
{
background-color: #99D7AB;
}
</style>
border-color css
<style>
span { border-color: #99D7AB; }
span { border-color: rgb(153,215,171); }
td.TdClassName
{
border-color: #99D7AB;
}
.TagClassName
{
border-color: #99D7AB;
}
</style>