Shades of Chinook #88E0A0
Tints of Chinook #88E0A0
RGB
CMYK
RGB Variations
Color information
#88E0A0 (or 0x88E0A0) is known color: Chinook. HEX triplet: 88, E0 and A0. RGB value is (136,224,160). Sum of RGB (Red+Green+Blue) = 136+224+160=520 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.15% from 520); Green value is 224 (87.89% from 255 or 43.08% from 520); Blue value is 160 (62.89% from 255 or 30.77% from 520); Max value from RGB is 224 - color contains mainly: green. Hex color #88E0A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88E0A0 is #771F5F. Grayscale: #BEBEBE. Windows color (decimal): -7806816 or 10543240. OLE color: 10543240.
HSL color Cylindrical-coordinate representation of color #88E0A0: hue angle of 136.36º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #88E0A0 is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 136 | 224 | 160 | - |
| CMYK | 0.39 | 0 | 0.29 | 0.12 |
| HSL | 136.36º | 0.59% | 0.71% | - |
| HSV(B) | 136.36º | 0.39% | 0.88% | - |
| XYZ | 43.15 | 61.08 | 42.77 | - |
| YUV | 190.39 | 110.85 | 89.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 224 | 160 | 0.39 | 0 | 0.29 | 0.12 | 136.36 | 0.59 | 0.71 |
| Hex | 88 | E0 | A0 | 27 | 0 | 1D | C | 88 | 3B | 47 |
| Octal | 210 | 340 | 240 | 47 | 0 | 35 | 14 | 210 | 73 | 107 |
| Binary | 10001000 | 11100000 | 10100000 | 100111 | 0 | 11101 | 1100 | 10001000 | 111011 | 1000111 |
Color Harmonies of #88E0A0
Complementary color
Monochromatic Colors of #88E0A0
Black with #88E0A0
Text Example
Text Example
White with #88E0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88E0A0; }
p { color: rgb(136,224,160); }
H1.HeaderClassName
{
color: #88E0A0;
}
.AnyTagClassName
{
color: #88E0A0;
}
</style>
background-color css
<style>
a { background-color: #88E0A0; }
a { background-color: rgb(136,224,160); }
div.DivClassName
{
background-color: #88E0A0;
}
.BgClassName
{
background-color: #88E0A0;
}
</style>
border-color css
<style>
span { border-color: #88E0A0; }
span { border-color: rgb(136,224,160); }
td.TdClassName
{
border-color: #88E0A0;
}
.TagClassName
{
border-color: #88E0A0;
}
</style>