Shades of Aquamarine #88F7D8
Tints of Aquamarine #88F7D8
RGB
CMYK
RGB Variations
Color information
#88F7D8 (or 0x88F7D8) is known color: Aquamarine. HEX triplet: 88, F7 and D8. RGB value is (136,247,216). Sum of RGB (Red+Green+Blue) = 136+247+216=599 (79% of max value = 765). Red value is 136 (53.52% from 255 or 22.70% from 599); Green value is 247 (96.88% from 255 or 41.24% from 599); Blue value is 216 (84.77% from 255 or 36.06% from 599); Max value from RGB is 247 - color contains mainly: green. Hex color #88F7D8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88F7D8 is #770827. Grayscale: #D2D2D2. Windows color (decimal): -7800872 or 14219144. OLE color: 14219144.
HSL color Cylindrical-coordinate representation of color #88F7D8: hue angle of 163.24º 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 #88F7D8 is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 136 | 247 | 216 | - |
| CMYK | 0.45 | 0 | 0.13 | 0.03 |
| HSL | 163.24º | 0.87% | 0.75% | - |
| HSV(B) | 163.24º | 0.45% | 0.97% | - |
| XYZ | 55.81 | 76.71 | 76.83 | - |
| YUV | 210.28 | 131.23 | 75.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 247 | 216 | 0.45 | 0 | 0.13 | 0.03 | 163.24 | 0.87 | 0.75 |
| Hex | 88 | F7 | D8 | 2D | 0 | D | 3 | A3 | 57 | 4B |
| Octal | 210 | 367 | 330 | 55 | 0 | 15 | 3 | 243 | 127 | 113 |
| Binary | 10001000 | 11110111 | 11011000 | 101101 | 0 | 1101 | 11 | 10100011 | 1010111 | 1001011 |
Color Harmonies of #88F7D8
Complementary color
Monochromatic Colors of #88F7D8
Black with #88F7D8
Text Example
Text Example
White with #88F7D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88F7D8; }
p { color: rgb(136,247,216); }
H1.HeaderClassName
{
color: #88F7D8;
}
.AnyTagClassName
{
color: #88F7D8;
}
</style>
background-color css
<style>
a { background-color: #88F7D8; }
a { background-color: rgb(136,247,216); }
div.DivClassName
{
background-color: #88F7D8;
}
.BgClassName
{
background-color: #88F7D8;
}
</style>
border-color css
<style>
span { border-color: #88F7D8; }
span { border-color: rgb(136,247,216); }
td.TdClassName
{
border-color: #88F7D8;
}
.TagClassName
{
border-color: #88F7D8;
}
</style>