Shades of Aquamarine #88F6D7
Tints of Aquamarine #88F6D7
RGB
CMYK
RGB Variations
Color information
#88F6D7 (or 0x88F6D7) is known color: Aquamarine. HEX triplet: 88, F6 and D7. RGB value is (136,246,215). Sum of RGB (Red+Green+Blue) = 136+246+215=597 (79% of max value = 765). Red value is 136 (53.52% from 255 or 22.78% from 597); Green value is 246 (96.48% from 255 or 41.21% from 597); Blue value is 215 (84.38% from 255 or 36.01% from 597); Max value from RGB is 246 - color contains mainly: green. Hex color #88F6D7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88F6D7 is #770928. Grayscale: #D1D1D1. Windows color (decimal): -7801129 or 14153352. OLE color: 14153352.
HSL color Cylindrical-coordinate representation of color #88F6D7: hue angle of 163.09º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #88F6D7 is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 136 | 246 | 215 | - |
| CMYK | 0.45 | 0 | 0.13 | 0.04 |
| HSL | 163.09º | 0.86% | 0.75% | - |
| HSV(B) | 163.09º | 0.45% | 0.96% | - |
| XYZ | 55.37 | 76.05 | 76.05 | - |
| YUV | 209.58 | 131.06 | 75.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 246 | 215 | 0.45 | 0 | 0.13 | 0.04 | 163.09 | 0.86 | 0.75 |
| Hex | 88 | F6 | D7 | 2D | 0 | D | 4 | A3 | 56 | 4B |
| Octal | 210 | 366 | 327 | 55 | 0 | 15 | 4 | 243 | 126 | 113 |
| Binary | 10001000 | 11110110 | 11010111 | 101101 | 0 | 1101 | 100 | 10100011 | 1010110 | 1001011 |
Color Harmonies of #88F6D7
Complementary color
Monochromatic Colors of #88F6D7
Black with #88F6D7
Text Example
Text Example
White with #88F6D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88F6D7; }
p { color: rgb(136,246,215); }
H1.HeaderClassName
{
color: #88F6D7;
}
.AnyTagClassName
{
color: #88F6D7;
}
</style>
background-color css
<style>
a { background-color: #88F6D7; }
a { background-color: rgb(136,246,215); }
div.DivClassName
{
background-color: #88F6D7;
}
.BgClassName
{
background-color: #88F6D7;
}
</style>
border-color css
<style>
span { border-color: #88F6D7; }
span { border-color: rgb(136,246,215); }
td.TdClassName
{
border-color: #88F6D7;
}
.TagClassName
{
border-color: #88F6D7;
}
</style>