Shades of Aquamarine #88F7DB
Tints of Aquamarine #88F7DB
RGB
CMYK
RGB Variations
Color information
#88F7DB (or 0x88F7DB) is known color: Aquamarine. HEX triplet: 88, F7 and DB. RGB value is (136,247,219). Sum of RGB (Red+Green+Blue) = 136+247+219=602 (79% of max value = 765). Red value is 136 (53.52% from 255 or 22.59% from 602); Green value is 247 (96.88% from 255 or 41.03% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 247 - color contains mainly: green. Hex color #88F7DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88F7DB is #770824. Grayscale: #D2D2D2. Windows color (decimal): -7800869 or 14415752. OLE color: 14415752.
HSL color Cylindrical-coordinate representation of color #88F7DB: hue angle of 164.86º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #88F7DB is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 136 | 247 | 219 | - |
| CMYK | 0.45 | 0 | 0.11 | 0.03 |
| HSL | 164.86º | 0.87% | 0.75% | - |
| HSV(B) | 164.86º | 0.45% | 0.97% | - |
| XYZ | 56.2 | 76.87 | 78.89 | - |
| YUV | 210.62 | 132.73 | 74.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 247 | 219 | 0.45 | 0 | 0.11 | 0.03 | 164.86 | 0.87 | 0.75 |
| Hex | 88 | F7 | DB | 2D | 0 | B | 3 | A5 | 57 | 4B |
| Octal | 210 | 367 | 333 | 55 | 0 | 13 | 3 | 245 | 127 | 113 |
| Binary | 10001000 | 11110111 | 11011011 | 101101 | 0 | 1011 | 11 | 10100101 | 1010111 | 1001011 |
Color Harmonies of #88F7DB
Complementary color
Monochromatic Colors of #88F7DB
Black with #88F7DB
Text Example
Text Example
White with #88F7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88F7DB; }
p { color: rgb(136,247,219); }
H1.HeaderClassName
{
color: #88F7DB;
}
.AnyTagClassName
{
color: #88F7DB;
}
</style>
background-color css
<style>
a { background-color: #88F7DB; }
a { background-color: rgb(136,247,219); }
div.DivClassName
{
background-color: #88F7DB;
}
.BgClassName
{
background-color: #88F7DB;
}
</style>
border-color css
<style>
span { border-color: #88F7DB; }
span { border-color: rgb(136,247,219); }
td.TdClassName
{
border-color: #88F7DB;
}
.TagClassName
{
border-color: #88F7DB;
}
</style>