Shades of Aquamarine #88FCB8
Tints of Aquamarine #88FCB8
RGB
CMYK
RGB Variations
Color information
#88FCB8 (or 0x88FCB8) is known color: Aquamarine. HEX triplet: 88, FC and B8. RGB value is (136,252,184). Sum of RGB (Red+Green+Blue) = 136+252+184=572 (75% of max value = 765). Red value is 136 (53.52% from 255 or 23.78% from 572); Green value is 252 (98.83% from 255 or 44.06% from 572); Blue value is 184 (72.27% from 255 or 32.17% from 572); Max value from RGB is 252 - color contains mainly: green. Hex color #88FCB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88FCB8 is #770347. Grayscale: #D1D1D1. Windows color (decimal): -7799624 or 12123272. OLE color: 12123272.
HSL color Cylindrical-coordinate representation of color #88FCB8: hue angle of 144.83º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88FCB8 is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 136 | 252 | 184 | - |
| CMYK | 0.46 | 0 | 0.27 | 0.01 |
| HSL | 144.83º | 0.95% | 0.76% | - |
| HSV(B) | 144.83º | 0.46% | 0.99% | - |
| XYZ | 53.62 | 78.32 | 57.64 | - |
| YUV | 209.56 | 113.57 | 75.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 252 | 184 | 0.46 | 0 | 0.27 | 0.01 | 144.83 | 0.95 | 0.76 |
| Hex | 88 | FC | B8 | 2E | 0 | 1B | 1 | 91 | 5F | 4C |
| Octal | 210 | 374 | 270 | 56 | 0 | 33 | 1 | 221 | 137 | 114 |
| Binary | 10001000 | 11111100 | 10111000 | 101110 | 0 | 11011 | 1 | 10010001 | 1011111 | 1001100 |
Color Harmonies of #88FCB8
Complementary color
Monochromatic Colors of #88FCB8
Black with #88FCB8
Text Example
Text Example
White with #88FCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88FCB8; }
p { color: rgb(136,252,184); }
H1.HeaderClassName
{
color: #88FCB8;
}
.AnyTagClassName
{
color: #88FCB8;
}
</style>
background-color css
<style>
a { background-color: #88FCB8; }
a { background-color: rgb(136,252,184); }
div.DivClassName
{
background-color: #88FCB8;
}
.BgClassName
{
background-color: #88FCB8;
}
</style>
border-color css
<style>
span { border-color: #88FCB8; }
span { border-color: rgb(136,252,184); }
td.TdClassName
{
border-color: #88FCB8;
}
.TagClassName
{
border-color: #88FCB8;
}
</style>