Shades of Aquamarine #88FFDF
Tints of Aquamarine #88FFDF
RGB
CMYK
RGB Variations
Color information
#88FFDF (or 0x88FFDF) is known color: Aquamarine. HEX triplet: 88, FF and DF. RGB value is (136,255,223). Sum of RGB (Red+Green+Blue) = 136+255+223=614 (81% of max value = 765). Red value is 136 (53.52% from 255 or 22.15% from 614); Green value is 255 (100% from 255 or 41.53% from 614); Blue value is 223 (87.5% from 255 or 36.32% from 614); Max value from RGB is 255 - color contains mainly: green. Hex color #88FFDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88FFDF is #770020. Grayscale: #D7D7D7. Windows color (decimal): -7798817 or 14679944. OLE color: 14679944.
HSL color Cylindrical-coordinate representation of color #88FFDF: hue angle of 163.87º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #88FFDF is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 136 | 255 | 223 | - |
| CMYK | 0.47 | 0 | 0.13 | 0 |
| HSL | 163.87º | 1% | 0.77% | - |
| HSV(B) | 163.87º | 0.47% | 1% | - |
| XYZ | 59.23 | 82.08 | 82.53 | - |
| YUV | 215.77 | 132.08 | 71.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 255 | 223 | 0.47 | 0 | 0.13 | 0 | 163.87 | 1 | 0.77 |
| Hex | 88 | FF | DF | 2F | 0 | D | 0 | A4 | 64 | 4D |
| Octal | 210 | 377 | 337 | 57 | 0 | 15 | 0 | 244 | 144 | 115 |
| Binary | 10001000 | 11111111 | 11011111 | 101111 | 0 | 1101 | 0 | 10100100 | 1100100 | 1001101 |
Color Harmonies of #88FFDF
Complementary color
Monochromatic Colors of #88FFDF
Black with #88FFDF
Text Example
Text Example
White with #88FFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88FFDF; }
p { color: rgb(136,255,223); }
H1.HeaderClassName
{
color: #88FFDF;
}
.AnyTagClassName
{
color: #88FFDF;
}
</style>
background-color css
<style>
a { background-color: #88FFDF; }
a { background-color: rgb(136,255,223); }
div.DivClassName
{
background-color: #88FFDF;
}
.BgClassName
{
background-color: #88FFDF;
}
</style>
border-color css
<style>
span { border-color: #88FFDF; }
span { border-color: rgb(136,255,223); }
td.TdClassName
{
border-color: #88FFDF;
}
.TagClassName
{
border-color: #88FFDF;
}
</style>