Shades of Aquamarine #88FDDB
Tints of Aquamarine #88FDDB
RGB
CMYK
RGB Variations
Color information
#88FDDB (or 0x88FDDB) is known color: Aquamarine. HEX triplet: 88, FD and DB. RGB value is (136,253,219). Sum of RGB (Red+Green+Blue) = 136+253+219=608 (80% of max value = 765). Red value is 136 (53.52% from 255 or 22.37% from 608); Green value is 253 (99.22% from 255 or 41.61% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 253 - color contains mainly: green. Hex color #88FDDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88FDDB is #770224. Grayscale: #D6D6D6. Windows color (decimal): -7799333 or 14417288. OLE color: 14417288.
HSL color Cylindrical-coordinate representation of color #88FDDB: hue angle of 162.56º degrees, saturation: 0.97, 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 #88FDDB is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 136 | 253 | 219 | - |
| CMYK | 0.46 | 0 | 0.13 | 0.01 |
| HSL | 162.56º | 0.97% | 0.76% | - |
| HSV(B) | 162.56º | 0.46% | 0.99% | - |
| XYZ | 58.06 | 80.6 | 79.51 | - |
| YUV | 214.14 | 130.74 | 72.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 253 | 219 | 0.46 | 0 | 0.13 | 0.01 | 162.56 | 0.97 | 0.76 |
| Hex | 88 | FD | DB | 2E | 0 | D | 1 | A3 | 61 | 4C |
| Octal | 210 | 375 | 333 | 56 | 0 | 15 | 1 | 243 | 141 | 114 |
| Binary | 10001000 | 11111101 | 11011011 | 101110 | 0 | 1101 | 1 | 10100011 | 1100001 | 1001100 |
Color Harmonies of #88FDDB
Complementary color
Monochromatic Colors of #88FDDB
Black with #88FDDB
Text Example
Text Example
White with #88FDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88FDDB; }
p { color: rgb(136,253,219); }
H1.HeaderClassName
{
color: #88FDDB;
}
.AnyTagClassName
{
color: #88FDDB;
}
</style>
background-color css
<style>
a { background-color: #88FDDB; }
a { background-color: rgb(136,253,219); }
div.DivClassName
{
background-color: #88FDDB;
}
.BgClassName
{
background-color: #88FDDB;
}
</style>
border-color css
<style>
span { border-color: #88FDDB; }
span { border-color: rgb(136,253,219); }
td.TdClassName
{
border-color: #88FDDB;
}
.TagClassName
{
border-color: #88FDDB;
}
</style>