Shades of Chinook #99E0A8
Tints of Chinook #99E0A8
RGB
CMYK
RGB Variations
Color information
#99E0A8 (or 0x99E0A8) is known color: Chinook. HEX triplet: 99, E0 and A8. RGB value is (153,224,168). Sum of RGB (Red+Green+Blue) = 153+224+168=545 (72% of max value = 765). Red value is 153 (60.16% from 255 or 28.07% from 545); Green value is 224 (87.89% from 255 or 41.10% from 545); Blue value is 168 (66.02% from 255 or 30.83% from 545); Max value from RGB is 224 - color contains mainly: green. Hex color #99E0A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99E0A8 is #661F57. Grayscale: #C4C4C4. Windows color (decimal): -6692696 or 11067545. OLE color: 11067545.
HSL color Cylindrical-coordinate representation of color #99E0A8: hue angle of 132.68º degrees, saturation: 0.53, 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 #99E0A8 is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 153 | 224 | 168 | - |
| CMYK | 0.32 | 0 | 0.25 | 0.12 |
| HSL | 132.68º | 0.53% | 0.74% | - |
| HSV(B) | 132.68º | 0.32% | 0.88% | - |
| XYZ | 46.86 | 62.91 | 46.72 | - |
| YUV | 196.39 | 111.98 | 97.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 224 | 168 | 0.32 | 0 | 0.25 | 0.12 | 132.68 | 0.53 | 0.74 |
| Hex | 99 | E0 | A8 | 20 | 0 | 19 | C | 85 | 35 | 4A |
| Octal | 231 | 340 | 250 | 40 | 0 | 31 | 14 | 205 | 65 | 112 |
| Binary | 10011001 | 11100000 | 10101000 | 100000 | 0 | 11001 | 1100 | 10000101 | 110101 | 1001010 |
Color Harmonies of #99E0A8
Complementary color
Monochromatic Colors of #99E0A8
Black with #99E0A8
Text Example
Text Example
White with #99E0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E0A8; }
p { color: rgb(153,224,168); }
H1.HeaderClassName
{
color: #99E0A8;
}
.AnyTagClassName
{
color: #99E0A8;
}
</style>
background-color css
<style>
a { background-color: #99E0A8; }
a { background-color: rgb(153,224,168); }
div.DivClassName
{
background-color: #99E0A8;
}
.BgClassName
{
background-color: #99E0A8;
}
</style>
border-color css
<style>
span { border-color: #99E0A8; }
span { border-color: rgb(153,224,168); }
td.TdClassName
{
border-color: #99E0A8;
}
.TagClassName
{
border-color: #99E0A8;
}
</style>