Shades of Aquamarine #88F4DF
Tints of Aquamarine #88F4DF
RGB
CMYK
RGB Variations
Color information
#88F4DF (or 0x88F4DF) is known color: Aquamarine. HEX triplet: 88, F4 and DF. RGB value is (136,244,223). Sum of RGB (Red+Green+Blue) = 136+244+223=603 (79% of max value = 765). Red value is 136 (53.52% from 255 or 22.55% from 603); Green value is 244 (95.70% from 255 or 40.46% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 244 - color contains mainly: green. Hex color #88F4DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88F4DF is #770B20. Grayscale: #D1D1D1. Windows color (decimal): -7801633 or 14677128. OLE color: 14677128.
HSL color Cylindrical-coordinate representation of color #88F4DF: hue angle of 168.33º degrees, saturation: 0.83, 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 #88F4DF is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 136 | 244 | 223 | - |
| CMYK | 0.44 | 0 | 0.09 | 0.04 |
| HSL | 168.33º | 0.83% | 0.75% | - |
| HSV(B) | 168.33º | 0.44% | 0.96% | - |
| XYZ | 55.82 | 75.26 | 81.4 | - |
| YUV | 209.31 | 135.72 | 75.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 244 | 223 | 0.44 | 0 | 0.09 | 0.04 | 168.33 | 0.83 | 0.75 |
| Hex | 88 | F4 | DF | 2C | 0 | 9 | 4 | A8 | 53 | 4B |
| Octal | 210 | 364 | 337 | 54 | 0 | 11 | 4 | 250 | 123 | 113 |
| Binary | 10001000 | 11110100 | 11011111 | 101100 | 0 | 1001 | 100 | 10101000 | 1010011 | 1001011 |
Color Harmonies of #88F4DF
Complementary color
Monochromatic Colors of #88F4DF
Black with #88F4DF
Text Example
Text Example
White with #88F4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88F4DF; }
p { color: rgb(136,244,223); }
H1.HeaderClassName
{
color: #88F4DF;
}
.AnyTagClassName
{
color: #88F4DF;
}
</style>
background-color css
<style>
a { background-color: #88F4DF; }
a { background-color: rgb(136,244,223); }
div.DivClassName
{
background-color: #88F4DF;
}
.BgClassName
{
background-color: #88F4DF;
}
</style>
border-color css
<style>
span { border-color: #88F4DF; }
span { border-color: rgb(136,244,223); }
td.TdClassName
{
border-color: #88F4DF;
}
.TagClassName
{
border-color: #88F4DF;
}
</style>