Shades of Aquamarine #88F2DB
Tints of Aquamarine #88F2DB
RGB
CMYK
RGB Variations
Color information
#88F2DB (or 0x88F2DB) is known color: Aquamarine. HEX triplet: 88, F2 and DB. RGB value is (136,242,219). Sum of RGB (Red+Green+Blue) = 136+242+219=597 (79% of max value = 765). Red value is 136 (53.52% from 255 or 22.78% from 597); Green value is 242 (94.92% from 255 or 40.54% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 242 - color contains mainly: green. Hex color #88F2DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88F2DB is #770D24. Grayscale: #CFCFCF. Windows color (decimal): -7802149 or 14414472. OLE color: 14414472.
HSL color Cylindrical-coordinate representation of color #88F2DB: hue angle of 166.98º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #88F2DB is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 136 | 242 | 219 | - |
| CMYK | 0.44 | 0 | 0.10 | 0.05 |
| HSL | 166.98º | 0.8% | 0.74% | - |
| HSV(B) | 166.98º | 0.44% | 0.95% | - |
| XYZ | 54.69 | 73.85 | 78.39 | - |
| YUV | 207.68 | 134.38 | 76.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 242 | 219 | 0.44 | 0 | 0.10 | 0.05 | 166.98 | 0.8 | 0.74 |
| Hex | 88 | F2 | DB | 2C | 0 | A | 5 | A7 | 50 | 4A |
| Octal | 210 | 362 | 333 | 54 | 0 | 12 | 5 | 247 | 120 | 112 |
| Binary | 10001000 | 11110010 | 11011011 | 101100 | 0 | 1010 | 101 | 10100111 | 1010000 | 1001010 |
Color Harmonies of #88F2DB
Complementary color
Monochromatic Colors of #88F2DB
Black with #88F2DB
Text Example
Text Example
White with #88F2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88F2DB; }
p { color: rgb(136,242,219); }
H1.HeaderClassName
{
color: #88F2DB;
}
.AnyTagClassName
{
color: #88F2DB;
}
</style>
background-color css
<style>
a { background-color: #88F2DB; }
a { background-color: rgb(136,242,219); }
div.DivClassName
{
background-color: #88F2DB;
}
.BgClassName
{
background-color: #88F2DB;
}
</style>
border-color css
<style>
span { border-color: #88F2DB; }
span { border-color: rgb(136,242,219); }
td.TdClassName
{
border-color: #88F2DB;
}
.TagClassName
{
border-color: #88F2DB;
}
</style>