Shades of Aquamarine #88FCDB
Tints of Aquamarine #88FCDB
RGB
CMYK
RGB Variations
Color information
#88FCDB (or 0x88FCDB) is known color: Aquamarine. HEX triplet: 88, FC and DB. RGB value is (136,252,219). Sum of RGB (Red+Green+Blue) = 136+252+219=607 (80% of max value = 765). Red value is 136 (53.52% from 255 or 22.41% from 607); Green value is 252 (98.83% from 255 or 41.52% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 252 - color contains mainly: green. Hex color #88FCDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88FCDB is #770324. Grayscale: #D5D5D5. Windows color (decimal): -7799589 or 14417032. OLE color: 14417032.
HSL color Cylindrical-coordinate representation of color #88FCDB: hue angle of 162.93º 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 #88FCDB is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 136 | 252 | 219 | - |
| CMYK | 0.46 | 0 | 0.13 | 0.01 |
| HSL | 162.93º | 0.95% | 0.76% | - |
| HSV(B) | 162.93º | 0.46% | 0.99% | - |
| XYZ | 57.75 | 79.97 | 79.41 | - |
| YUV | 213.55 | 131.07 | 72.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 252 | 219 | 0.46 | 0 | 0.13 | 0.01 | 162.93 | 0.95 | 0.76 |
| Hex | 88 | FC | DB | 2E | 0 | D | 1 | A3 | 5F | 4C |
| Octal | 210 | 374 | 333 | 56 | 0 | 15 | 1 | 243 | 137 | 114 |
| Binary | 10001000 | 11111100 | 11011011 | 101110 | 0 | 1101 | 1 | 10100011 | 1011111 | 1001100 |
Color Harmonies of #88FCDB
Complementary color
Monochromatic Colors of #88FCDB
Black with #88FCDB
Text Example
Text Example
White with #88FCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88FCDB; }
p { color: rgb(136,252,219); }
H1.HeaderClassName
{
color: #88FCDB;
}
.AnyTagClassName
{
color: #88FCDB;
}
</style>
background-color css
<style>
a { background-color: #88FCDB; }
a { background-color: rgb(136,252,219); }
div.DivClassName
{
background-color: #88FCDB;
}
.BgClassName
{
background-color: #88FCDB;
}
</style>
border-color css
<style>
span { border-color: #88FCDB; }
span { border-color: rgb(136,252,219); }
td.TdClassName
{
border-color: #88FCDB;
}
.TagClassName
{
border-color: #88FCDB;
}
</style>