Shades of Chinook #99E1AE
Tints of Chinook #99E1AE
RGB
CMYK
RGB Variations
Color information
#99E1AE (or 0x99E1AE) is known color: Chinook. HEX triplet: 99, E1 and AE. RGB value is (153,225,174). Sum of RGB (Red+Green+Blue) = 153+225+174=552 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.72% from 552); Green value is 225 (88.28% from 255 or 40.76% from 552); Blue value is 174 (68.36% from 255 or 31.52% from 552); Max value from RGB is 225 - color contains mainly: green. Hex color #99E1AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99E1AE is #661E51. Grayscale: #C5C5C5. Windows color (decimal): -6692434 or 11461017. OLE color: 11461017.
HSL color Cylindrical-coordinate representation of color #99E1AE: hue angle of 137.5º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #99E1AE is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 153 | 225 | 174 | - |
| CMYK | 0.32 | 0 | 0.23 | 0.12 |
| HSL | 137.5º | 0.55% | 0.74% | - |
| HSV(B) | 137.5º | 0.32% | 0.88% | - |
| XYZ | 47.7 | 63.68 | 49.82 | - |
| YUV | 197.66 | 114.65 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 225 | 174 | 0.32 | 0 | 0.23 | 0.12 | 137.5 | 0.55 | 0.74 |
| Hex | 99 | E1 | AE | 20 | 0 | 17 | C | 8A | 37 | 4A |
| Octal | 231 | 341 | 256 | 40 | 0 | 27 | 14 | 212 | 67 | 112 |
| Binary | 10011001 | 11100001 | 10101110 | 100000 | 0 | 10111 | 1100 | 10001010 | 110111 | 1001010 |
Color Harmonies of #99E1AE
Complementary color
Monochromatic Colors of #99E1AE
Black with #99E1AE
Text Example
Text Example
White with #99E1AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E1AE; }
p { color: rgb(153,225,174); }
H1.HeaderClassName
{
color: #99E1AE;
}
.AnyTagClassName
{
color: #99E1AE;
}
</style>
background-color css
<style>
a { background-color: #99E1AE; }
a { background-color: rgb(153,225,174); }
div.DivClassName
{
background-color: #99E1AE;
}
.BgClassName
{
background-color: #99E1AE;
}
</style>
border-color css
<style>
span { border-color: #99E1AE; }
span { border-color: rgb(153,225,174); }
td.TdClassName
{
border-color: #99E1AE;
}
.TagClassName
{
border-color: #99E1AE;
}
</style>