Shades of Chinook #99E6AA
Tints of Chinook #99E6AA
RGB
CMYK
RGB Variations
Color information
#99E6AA (or 0x99E6AA) is known color: Chinook. HEX triplet: 99, E6 and AA. RGB value is (153,230,170). Sum of RGB (Red+Green+Blue) = 153+230+170=553 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.67% from 553); Green value is 230 (90.23% from 255 or 41.59% from 553); Blue value is 170 (66.80% from 255 or 30.74% from 553); Max value from RGB is 230 - color contains mainly: green. Hex color #99E6AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #99E6AA is #661955. Grayscale: #C8C8C8. Windows color (decimal): -6691158 or 11200153. OLE color: 11200153.
HSL color Cylindrical-coordinate representation of color #99E6AA: hue angle of 133.25º degrees, saturation: 0.61, 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 #99E6AA is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 153 | 230 | 170 | - |
| CMYK | 0.33 | 0 | 0.26 | 0.10 |
| HSL | 133.25º | 0.61% | 0.75% | - |
| HSV(B) | 133.25º | 0.33% | 0.9% | - |
| XYZ | 48.69 | 66.27 | 48.26 | - |
| YUV | 200.14 | 110.99 | 94.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 230 | 170 | 0.33 | 0 | 0.26 | 0.10 | 133.25 | 0.61 | 0.75 |
| Hex | 99 | E6 | AA | 21 | 0 | 1A | A | 85 | 3D | 4B |
| Octal | 231 | 346 | 252 | 41 | 0 | 32 | 12 | 205 | 75 | 113 |
| Binary | 10011001 | 11100110 | 10101010 | 100001 | 0 | 11010 | 1010 | 10000101 | 111101 | 1001011 |
Color Harmonies of #99E6AA
Complementary color
Monochromatic Colors of #99E6AA
Black with #99E6AA
Text Example
Text Example
White with #99E6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E6AA; }
p { color: rgb(153,230,170); }
H1.HeaderClassName
{
color: #99E6AA;
}
.AnyTagClassName
{
color: #99E6AA;
}
</style>
background-color css
<style>
a { background-color: #99E6AA; }
a { background-color: rgb(153,230,170); }
div.DivClassName
{
background-color: #99E6AA;
}
.BgClassName
{
background-color: #99E6AA;
}
</style>
border-color css
<style>
span { border-color: #99E6AA; }
span { border-color: rgb(153,230,170); }
td.TdClassName
{
border-color: #99E6AA;
}
.TagClassName
{
border-color: #99E6AA;
}
</style>