Shades of Chinook #99E5AC
Tints of Chinook #99E5AC
RGB
CMYK
RGB Variations
Color information
#99E5AC (or 0x99E5AC) is known color: Chinook. HEX triplet: 99, E5 and AC. RGB value is (153,229,172). Sum of RGB (Red+Green+Blue) = 153+229+172=554 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.62% from 554); Green value is 229 (89.84% from 255 or 41.34% from 554); Blue value is 172 (67.58% from 255 or 31.05% from 554); Max value from RGB is 229 - color contains mainly: green. Hex color #99E5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99E5AC is #661A53. Grayscale: #C7C7C7. Windows color (decimal): -6691412 or 11330969. OLE color: 11330969.
HSL color Cylindrical-coordinate representation of color #99E5AC: hue angle of 135º 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 #99E5AC is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 153 | 229 | 172 | - |
| CMYK | 0.33 | 0 | 0.25 | 0.10 |
| HSL | 135º | 0.59% | 0.75% | - |
| HSV(B) | 135º | 0.33% | 0.9% | - |
| XYZ | 48.6 | 65.79 | 49.17 | - |
| YUV | 199.78 | 112.32 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 229 | 172 | 0.33 | 0 | 0.25 | 0.10 | 135 | 0.59 | 0.75 |
| Hex | 99 | E5 | AC | 21 | 0 | 19 | A | 87 | 3B | 4B |
| Octal | 231 | 345 | 254 | 41 | 0 | 31 | 12 | 207 | 73 | 113 |
| Binary | 10011001 | 11100101 | 10101100 | 100001 | 0 | 11001 | 1010 | 10000111 | 111011 | 1001011 |
Color Harmonies of #99E5AC
Complementary color
Monochromatic Colors of #99E5AC
Black with #99E5AC
Text Example
Text Example
White with #99E5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E5AC; }
p { color: rgb(153,229,172); }
H1.HeaderClassName
{
color: #99E5AC;
}
.AnyTagClassName
{
color: #99E5AC;
}
</style>
background-color css
<style>
a { background-color: #99E5AC; }
a { background-color: rgb(153,229,172); }
div.DivClassName
{
background-color: #99E5AC;
}
.BgClassName
{
background-color: #99E5AC;
}
</style>
border-color css
<style>
span { border-color: #99E5AC; }
span { border-color: rgb(153,229,172); }
td.TdClassName
{
border-color: #99E5AC;
}
.TagClassName
{
border-color: #99E5AC;
}
</style>