Shades of Aquamarine #88FCDD
Tints of Aquamarine #88FCDD
RGB
CMYK
RGB Variations
Color information
#88FCDD (or 0x88FCDD) is known color: Aquamarine. HEX triplet: 88, FC and DD. RGB value is (136,252,221). Sum of RGB (Red+Green+Blue) = 136+252+221=609 (80% of max value = 765). Red value is 136 (53.52% from 255 or 22.33% from 609); Green value is 252 (98.83% from 255 or 41.38% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 252 - color contains mainly: green. Hex color #88FCDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88FCDD is #770322. Grayscale: #D5D5D5. Windows color (decimal): -7799587 or 14548104. OLE color: 14548104.
HSL color Cylindrical-coordinate representation of color #88FCDD: hue angle of 163.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 #88FCDD is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 136 | 252 | 221 | - |
| CMYK | 0.46 | 0 | 0.12 | 0.01 |
| HSL | 163.97º | 0.95% | 0.76% | - |
| HSV(B) | 163.97º | 0.46% | 0.99% | - |
| XYZ | 58.01 | 80.08 | 80.81 | - |
| YUV | 213.78 | 132.07 | 72.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 252 | 221 | 0.46 | 0 | 0.12 | 0.01 | 163.97 | 0.95 | 0.76 |
| Hex | 88 | FC | DD | 2E | 0 | C | 1 | A4 | 5F | 4C |
| Octal | 210 | 374 | 335 | 56 | 0 | 14 | 1 | 244 | 137 | 114 |
| Binary | 10001000 | 11111100 | 11011101 | 101110 | 0 | 1100 | 1 | 10100100 | 1011111 | 1001100 |
Color Harmonies of #88FCDD
Complementary color
Monochromatic Colors of #88FCDD
Black with #88FCDD
Text Example
Text Example
White with #88FCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88FCDD; }
p { color: rgb(136,252,221); }
H1.HeaderClassName
{
color: #88FCDD;
}
.AnyTagClassName
{
color: #88FCDD;
}
</style>
background-color css
<style>
a { background-color: #88FCDD; }
a { background-color: rgb(136,252,221); }
div.DivClassName
{
background-color: #88FCDD;
}
.BgClassName
{
background-color: #88FCDD;
}
</style>
border-color css
<style>
span { border-color: #88FCDD; }
span { border-color: rgb(136,252,221); }
td.TdClassName
{
border-color: #88FCDD;
}
.TagClassName
{
border-color: #88FCDD;
}
</style>