Shades of Aquamarine #88FCDF
Tints of Aquamarine #88FCDF
RGB
CMYK
RGB Variations
Color information
#88FCDF (or 0x88FCDF) is known color: Aquamarine. HEX triplet: 88, FC and DF. RGB value is (136,252,223). Sum of RGB (Red+Green+Blue) = 136+252+223=611 (80% of max value = 765). Red value is 136 (53.52% from 255 or 22.26% from 611); Green value is 252 (98.83% from 255 or 41.24% from 611); Blue value is 223 (87.5% from 255 or 36.50% from 611); Max value from RGB is 252 - color contains mainly: green. Hex color #88FCDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88FCDF is #770320. Grayscale: #D6D6D6. Windows color (decimal): -7799585 or 14679176. OLE color: 14679176.
HSL color Cylindrical-coordinate representation of color #88FCDF: hue angle of 165º 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 #88FCDF is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 136 | 252 | 223 | - |
| CMYK | 0.46 | 0 | 0.12 | 0.01 |
| HSL | 165º | 0.95% | 0.76% | - |
| HSV(B) | 165º | 0.46% | 0.99% | - |
| XYZ | 58.28 | 80.18 | 82.22 | - |
| YUV | 214.01 | 133.07 | 72.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 252 | 223 | 0.46 | 0 | 0.12 | 0.01 | 165 | 0.95 | 0.76 |
| Hex | 88 | FC | DF | 2E | 0 | C | 1 | A5 | 5F | 4C |
| Octal | 210 | 374 | 337 | 56 | 0 | 14 | 1 | 245 | 137 | 114 |
| Binary | 10001000 | 11111100 | 11011111 | 101110 | 0 | 1100 | 1 | 10100101 | 1011111 | 1001100 |
Color Harmonies of #88FCDF
Complementary color
Monochromatic Colors of #88FCDF
Black with #88FCDF
Text Example
Text Example
White with #88FCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88FCDF; }
p { color: rgb(136,252,223); }
H1.HeaderClassName
{
color: #88FCDF;
}
.AnyTagClassName
{
color: #88FCDF;
}
</style>
background-color css
<style>
a { background-color: #88FCDF; }
a { background-color: rgb(136,252,223); }
div.DivClassName
{
background-color: #88FCDF;
}
.BgClassName
{
background-color: #88FCDF;
}
</style>
border-color css
<style>
span { border-color: #88FCDF; }
span { border-color: rgb(136,252,223); }
td.TdClassName
{
border-color: #88FCDF;
}
.TagClassName
{
border-color: #88FCDF;
}
</style>