Shades of Aquamarine #88F8C0
Tints of Aquamarine #88F8C0
RGB
CMYK
RGB Variations
Color information
#88F8C0 (or 0x88F8C0) is known color: Aquamarine. HEX triplet: 88, F8 and C0. RGB value is (136,248,192). Sum of RGB (Red+Green+Blue) = 136+248+192=576 (76% of max value = 765). Red value is 136 (53.52% from 255 or 23.61% from 576); Green value is 248 (97.27% from 255 or 43.06% from 576); Blue value is 192 (75.39% from 255 or 33.33% from 576); Max value from RGB is 248 - color contains mainly: green. Hex color #88F8C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88F8C0 is #77073F. Grayscale: #D0D0D0. Windows color (decimal): -7800640 or 12646536. OLE color: 12646536.
HSL color Cylindrical-coordinate representation of color #88F8C0: hue angle of 150º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #88F8C0 is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 136 | 248 | 192 | - |
| CMYK | 0.45 | 0 | 0.23 | 0.03 |
| HSL | 150º | 0.89% | 0.75% | - |
| HSV(B) | 150º | 0.45% | 0.97% | - |
| XYZ | 53.24 | 76.17 | 61.77 | - |
| YUV | 208.13 | 118.89 | 76.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 248 | 192 | 0.45 | 0 | 0.23 | 0.03 | 150 | 0.89 | 0.75 |
| Hex | 88 | F8 | C0 | 2D | 0 | 17 | 3 | 96 | 59 | 4B |
| Octal | 210 | 370 | 300 | 55 | 0 | 27 | 3 | 226 | 131 | 113 |
| Binary | 10001000 | 11111000 | 11000000 | 101101 | 0 | 10111 | 11 | 10010110 | 1011001 | 1001011 |
Color Harmonies of #88F8C0
Complementary color
Monochromatic Colors of #88F8C0
Black with #88F8C0
Text Example
Text Example
White with #88F8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88F8C0; }
p { color: rgb(136,248,192); }
H1.HeaderClassName
{
color: #88F8C0;
}
.AnyTagClassName
{
color: #88F8C0;
}
</style>
background-color css
<style>
a { background-color: #88F8C0; }
a { background-color: rgb(136,248,192); }
div.DivClassName
{
background-color: #88F8C0;
}
.BgClassName
{
background-color: #88F8C0;
}
</style>
border-color css
<style>
span { border-color: #88F8C0; }
span { border-color: rgb(136,248,192); }
td.TdClassName
{
border-color: #88F8C0;
}
.TagClassName
{
border-color: #88F8C0;
}
</style>