Shades of Aquamarine #88F5DB
Tints of Aquamarine #88F5DB
RGB
CMYK
RGB Variations
Color information
#88F5DB (or 0x88F5DB) is known color: Aquamarine. HEX triplet: 88, F5 and DB. RGB value is (136,245,219). Sum of RGB (Red+Green+Blue) = 136+245+219=600 (79% of max value = 765). Red value is 136 (53.52% from 255 or 22.67% from 600); Green value is 245 (96.09% from 255 or 40.83% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 245 - color contains mainly: green. Hex color #88F5DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88F5DB is #770A24. Grayscale: #D1D1D1. Windows color (decimal): -7801381 or 14415240. OLE color: 14415240.
HSL color Cylindrical-coordinate representation of color #88F5DB: hue angle of 165.69º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #88F5DB is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 136 | 245 | 219 | - |
| CMYK | 0.44 | 0 | 0.11 | 0.04 |
| HSL | 165.69º | 0.84% | 0.75% | - |
| HSV(B) | 165.69º | 0.44% | 0.96% | - |
| XYZ | 55.59 | 75.65 | 78.69 | - |
| YUV | 209.45 | 133.39 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 245 | 219 | 0.44 | 0 | 0.11 | 0.04 | 165.69 | 0.84 | 0.75 |
| Hex | 88 | F5 | DB | 2C | 0 | B | 4 | A6 | 54 | 4B |
| Octal | 210 | 365 | 333 | 54 | 0 | 13 | 4 | 246 | 124 | 113 |
| Binary | 10001000 | 11110101 | 11011011 | 101100 | 0 | 1011 | 100 | 10100110 | 1010100 | 1001011 |
Color Harmonies of #88F5DB
Complementary color
Monochromatic Colors of #88F5DB
Black with #88F5DB
Text Example
Text Example
White with #88F5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88F5DB; }
p { color: rgb(136,245,219); }
H1.HeaderClassName
{
color: #88F5DB;
}
.AnyTagClassName
{
color: #88F5DB;
}
</style>
background-color css
<style>
a { background-color: #88F5DB; }
a { background-color: rgb(136,245,219); }
div.DivClassName
{
background-color: #88F5DB;
}
.BgClassName
{
background-color: #88F5DB;
}
</style>
border-color css
<style>
span { border-color: #88F5DB; }
span { border-color: rgb(136,245,219); }
td.TdClassName
{
border-color: #88F5DB;
}
.TagClassName
{
border-color: #88F5DB;
}
</style>