Shades of Aquamarine #88ECD9
Tints of Aquamarine #88ECD9
RGB
CMYK
RGB Variations
Color information
#88ECD9 (or 0x88ECD9) is known color: Aquamarine. HEX triplet: 88, EC and D9. RGB value is (136,236,217). Sum of RGB (Red+Green+Blue) = 136+236+217=589 (78% of max value = 765). Red value is 136 (53.52% from 255 or 23.09% from 589); Green value is 236 (92.58% from 255 or 40.07% from 589); Blue value is 217 (85.16% from 255 or 36.84% from 589); Max value from RGB is 236 - color contains mainly: green. Hex color #88ECD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88ECD9 is #771326. Grayscale: #CBCBCB. Windows color (decimal): -7803687 or 14281864. OLE color: 14281864.
HSL color Cylindrical-coordinate representation of color #88ECD9: hue angle of 168.6º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #88ECD9 is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 236 | 217 | - |
| CMYK | 0.42 | 0 | 0.08 | 0.07 |
| HSL | 168.6º | 0.72% | 0.73% | - |
| HSV(B) | 168.6º | 0.42% | 0.93% | - |
| XYZ | 52.67 | 70.23 | 76.43 | - |
| YUV | 203.93 | 135.37 | 79.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 236 | 217 | 0.42 | 0 | 0.08 | 0.07 | 168.6 | 0.72 | 0.73 |
| Hex | 88 | EC | D9 | 2A | 0 | 8 | 7 | A9 | 48 | 49 |
| Octal | 210 | 354 | 331 | 52 | 0 | 10 | 7 | 251 | 110 | 111 |
| Binary | 10001000 | 11101100 | 11011001 | 101010 | 0 | 1000 | 111 | 10101001 | 1001000 | 1001001 |
Color Harmonies of #88ECD9
Complementary color
Monochromatic Colors of #88ECD9
Black with #88ECD9
Text Example
Text Example
White with #88ECD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88ECD9; }
p { color: rgb(136,236,217); }
H1.HeaderClassName
{
color: #88ECD9;
}
.AnyTagClassName
{
color: #88ECD9;
}
</style>
background-color css
<style>
a { background-color: #88ECD9; }
a { background-color: rgb(136,236,217); }
div.DivClassName
{
background-color: #88ECD9;
}
.BgClassName
{
background-color: #88ECD9;
}
</style>
border-color css
<style>
span { border-color: #88ECD9; }
span { border-color: rgb(136,236,217); }
td.TdClassName
{
border-color: #88ECD9;
}
.TagClassName
{
border-color: #88ECD9;
}
</style>