Shades of Chinook #99E2AB
Tints of Chinook #99E2AB
RGB
CMYK
RGB Variations
Color information
#99E2AB (or 0x99E2AB) is known color: Chinook. HEX triplet: 99, E2 and AB. RGB value is (153,226,171). Sum of RGB (Red+Green+Blue) = 153+226+171=550 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.82% from 550); Green value is 226 (88.67% from 255 or 41.09% from 550); Blue value is 171 (67.19% from 255 or 31.09% from 550); Max value from RGB is 226 - color contains mainly: green. Hex color #99E2AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99E2AB is #661D54. Grayscale: #C6C6C6. Windows color (decimal): -6692181 or 11264665. OLE color: 11264665.
HSL color Cylindrical-coordinate representation of color #99E2AB: hue angle of 134.79º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #99E2AB is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 153 | 226 | 171 | - |
| CMYK | 0.32 | 0 | 0.24 | 0.11 |
| HSL | 134.79º | 0.56% | 0.74% | - |
| HSV(B) | 134.79º | 0.32% | 0.89% | - |
| XYZ | 47.68 | 64.11 | 48.39 | - |
| YUV | 197.9 | 112.82 | 95.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 226 | 171 | 0.32 | 0 | 0.24 | 0.11 | 134.79 | 0.56 | 0.74 |
| Hex | 99 | E2 | AB | 20 | 0 | 18 | B | 87 | 38 | 4A |
| Octal | 231 | 342 | 253 | 40 | 0 | 30 | 13 | 207 | 70 | 112 |
| Binary | 10011001 | 11100010 | 10101011 | 100000 | 0 | 11000 | 1011 | 10000111 | 111000 | 1001010 |
Color Harmonies of #99E2AB
Complementary color
Monochromatic Colors of #99E2AB
Black with #99E2AB
Text Example
Text Example
White with #99E2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E2AB; }
p { color: rgb(153,226,171); }
H1.HeaderClassName
{
color: #99E2AB;
}
.AnyTagClassName
{
color: #99E2AB;
}
</style>
background-color css
<style>
a { background-color: #99E2AB; }
a { background-color: rgb(153,226,171); }
div.DivClassName
{
background-color: #99E2AB;
}
.BgClassName
{
background-color: #99E2AB;
}
</style>
border-color css
<style>
span { border-color: #99E2AB; }
span { border-color: rgb(153,226,171); }
td.TdClassName
{
border-color: #99E2AB;
}
.TagClassName
{
border-color: #99E2AB;
}
</style>