Shades of Aquamarine #88FCC0
Tints of Aquamarine #88FCC0
RGB
CMYK
RGB Variations
Color information
#88FCC0 (or 0x88FCC0) is known color: Aquamarine. HEX triplet: 88, FC and C0. RGB value is (136,252,192). Sum of RGB (Red+Green+Blue) = 136+252+192=580 (76% of max value = 765). Red value is 136 (53.52% from 255 or 23.45% from 580); Green value is 252 (98.83% from 255 or 43.45% from 580); Blue value is 192 (75.39% from 255 or 33.10% from 580); Max value from RGB is 252 - color contains mainly: green. Hex color #88FCC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88FCC0 is #77033F. Grayscale: #D2D2D2. Windows color (decimal): -7799616 or 12647560. OLE color: 12647560.
HSL color Cylindrical-coordinate representation of color #88FCC0: hue angle of 148.97º 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 #88FCC0 is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 136 | 252 | 192 | - |
| CMYK | 0.46 | 0 | 0.24 | 0.01 |
| HSL | 148.97º | 0.95% | 0.76% | - |
| HSV(B) | 148.97º | 0.46% | 0.99% | - |
| XYZ | 54.48 | 78.66 | 62.18 | - |
| YUV | 210.48 | 117.57 | 74.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 252 | 192 | 0.46 | 0 | 0.24 | 0.01 | 148.97 | 0.95 | 0.76 |
| Hex | 88 | FC | C0 | 2E | 0 | 18 | 1 | 95 | 5F | 4C |
| Octal | 210 | 374 | 300 | 56 | 0 | 30 | 1 | 225 | 137 | 114 |
| Binary | 10001000 | 11111100 | 11000000 | 101110 | 0 | 11000 | 1 | 10010101 | 1011111 | 1001100 |
Color Harmonies of #88FCC0
Complementary color
Monochromatic Colors of #88FCC0
Black with #88FCC0
Text Example
Text Example
White with #88FCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88FCC0; }
p { color: rgb(136,252,192); }
H1.HeaderClassName
{
color: #88FCC0;
}
.AnyTagClassName
{
color: #88FCC0;
}
</style>
background-color css
<style>
a { background-color: #88FCC0; }
a { background-color: rgb(136,252,192); }
div.DivClassName
{
background-color: #88FCC0;
}
.BgClassName
{
background-color: #88FCC0;
}
</style>
border-color css
<style>
span { border-color: #88FCC0; }
span { border-color: rgb(136,252,192); }
td.TdClassName
{
border-color: #88FCC0;
}
.TagClassName
{
border-color: #88FCC0;
}
</style>