Shades of Aquamarine #88FCEA
Tints of Aquamarine #88FCEA
RGB
CMYK
RGB Variations
Color information
#88FCEA (or 0x88FCEA) is known color: Aquamarine. HEX triplet: 88, FC and EA. RGB value is (136,252,234). Sum of RGB (Red+Green+Blue) = 136+252+234=622 (82% of max value = 765). Red value is 136 (53.52% from 255 or 21.86% from 622); Green value is 252 (98.83% from 255 or 40.51% from 622); Blue value is 234 (91.80% from 255 or 37.62% from 622); Max value from RGB is 252 - color contains mainly: green. Hex color #88FCEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88FCEA is #770315. Grayscale: #D7D7D7. Windows color (decimal): -7799574 or 15400072. OLE color: 15400072.
HSL color Cylindrical-coordinate representation of color #88FCEA: hue angle of 170.69º 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 #88FCEA is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 136 | 252 | 234 | - |
| CMYK | 0.46 | 0 | 0.07 | 0.01 |
| HSL | 170.69º | 0.95% | 0.76% | - |
| HSV(B) | 170.69º | 0.46% | 0.99% | - |
| XYZ | 59.82 | 80.8 | 90.28 | - |
| YUV | 215.26 | 138.57 | 71.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 252 | 234 | 0.46 | 0 | 0.07 | 0.01 | 170.69 | 0.95 | 0.76 |
| Hex | 88 | FC | EA | 2E | 0 | 7 | 1 | AB | 5F | 4C |
| Octal | 210 | 374 | 352 | 56 | 0 | 7 | 1 | 253 | 137 | 114 |
| Binary | 10001000 | 11111100 | 11101010 | 101110 | 0 | 111 | 1 | 10101011 | 1011111 | 1001100 |
Color Harmonies of #88FCEA
Complementary color
Monochromatic Colors of #88FCEA
Black with #88FCEA
Text Example
Text Example
White with #88FCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88FCEA; }
p { color: rgb(136,252,234); }
H1.HeaderClassName
{
color: #88FCEA;
}
.AnyTagClassName
{
color: #88FCEA;
}
</style>
background-color css
<style>
a { background-color: #88FCEA; }
a { background-color: rgb(136,252,234); }
div.DivClassName
{
background-color: #88FCEA;
}
.BgClassName
{
background-color: #88FCEA;
}
</style>
border-color css
<style>
span { border-color: #88FCEA; }
span { border-color: rgb(136,252,234); }
td.TdClassName
{
border-color: #88FCEA;
}
.TagClassName
{
border-color: #88FCEA;
}
</style>