Shades of Chinook #99E5AE
Tints of Chinook #99E5AE
RGB
CMYK
RGB Variations
Color information
#99E5AE (or 0x99E5AE) is known color: Chinook. HEX triplet: 99, E5 and AE. RGB value is (153,229,174). Sum of RGB (Red+Green+Blue) = 153+229+174=556 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.52% from 556); Green value is 229 (89.84% from 255 or 41.19% from 556); Blue value is 174 (68.36% from 255 or 31.29% from 556); Max value from RGB is 229 - color contains mainly: green. Hex color #99E5AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99E5AE is #661A51. Grayscale: #C8C8C8. Windows color (decimal): -6691410 or 11462041. OLE color: 11462041.
HSL color Cylindrical-coordinate representation of color #99E5AE: hue angle of 136.58º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99E5AE is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 153 | 229 | 174 | - |
| CMYK | 0.33 | 0 | 0.24 | 0.10 |
| HSL | 136.58º | 0.59% | 0.75% | - |
| HSV(B) | 136.58º | 0.33% | 0.9% | - |
| XYZ | 48.8 | 65.87 | 50.19 | - |
| YUV | 200.01 | 113.32 | 94.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 229 | 174 | 0.33 | 0 | 0.24 | 0.10 | 136.58 | 0.59 | 0.75 |
| Hex | 99 | E5 | AE | 21 | 0 | 18 | A | 89 | 3B | 4B |
| Octal | 231 | 345 | 256 | 41 | 0 | 30 | 12 | 211 | 73 | 113 |
| Binary | 10011001 | 11100101 | 10101110 | 100001 | 0 | 11000 | 1010 | 10001001 | 111011 | 1001011 |
Color Harmonies of #99E5AE
Complementary color
Monochromatic Colors of #99E5AE
Black with #99E5AE
Text Example
Text Example
White with #99E5AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E5AE; }
p { color: rgb(153,229,174); }
H1.HeaderClassName
{
color: #99E5AE;
}
.AnyTagClassName
{
color: #99E5AE;
}
</style>
background-color css
<style>
a { background-color: #99E5AE; }
a { background-color: rgb(153,229,174); }
div.DivClassName
{
background-color: #99E5AE;
}
.BgClassName
{
background-color: #99E5AE;
}
</style>
border-color css
<style>
span { border-color: #99E5AE; }
span { border-color: rgb(153,229,174); }
td.TdClassName
{
border-color: #99E5AE;
}
.TagClassName
{
border-color: #99E5AE;
}
</style>