Shades of Aquamarine #88FBDB
Tints of Aquamarine #88FBDB
RGB
CMYK
RGB Variations
Color information
#88FBDB (or 0x88FBDB) is known color: Aquamarine. HEX triplet: 88, FB and DB. RGB value is (136,251,219). Sum of RGB (Red+Green+Blue) = 136+251+219=606 (80% of max value = 765). Red value is 136 (53.52% from 255 or 22.44% from 606); Green value is 251 (98.44% from 255 or 41.42% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 251 - color contains mainly: green. Hex color #88FBDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88FBDB is #770424. Grayscale: #D4D4D4. Windows color (decimal): -7799845 or 14416776. OLE color: 14416776.
HSL color Cylindrical-coordinate representation of color #88FBDB: hue angle of 163.3º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88FBDB is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 251 | 219 | - |
| CMYK | 0.46 | 0 | 0.13 | 0.02 |
| HSL | 163.3º | 0.93% | 0.76% | - |
| HSV(B) | 163.3º | 0.46% | 0.98% | - |
| XYZ | 57.44 | 79.34 | 79.31 | - |
| YUV | 212.97 | 131.4 | 73.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 251 | 219 | 0.46 | 0 | 0.13 | 0.02 | 163.3 | 0.93 | 0.76 |
| Hex | 88 | FB | DB | 2E | 0 | D | 2 | A3 | 5D | 4C |
| Octal | 210 | 373 | 333 | 56 | 0 | 15 | 2 | 243 | 135 | 114 |
| Binary | 10001000 | 11111011 | 11011011 | 101110 | 0 | 1101 | 10 | 10100011 | 1011101 | 1001100 |
Color Harmonies of #88FBDB
Complementary color
Monochromatic Colors of #88FBDB
Black with #88FBDB
Text Example
Text Example
White with #88FBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88FBDB; }
p { color: rgb(136,251,219); }
H1.HeaderClassName
{
color: #88FBDB;
}
.AnyTagClassName
{
color: #88FBDB;
}
</style>
background-color css
<style>
a { background-color: #88FBDB; }
a { background-color: rgb(136,251,219); }
div.DivClassName
{
background-color: #88FBDB;
}
.BgClassName
{
background-color: #88FBDB;
}
</style>
border-color css
<style>
span { border-color: #88FBDB; }
span { border-color: rgb(136,251,219); }
td.TdClassName
{
border-color: #88FBDB;
}
.TagClassName
{
border-color: #88FBDB;
}
</style>