Shades of Aquamarine #88F6D3
Tints of Aquamarine #88F6D3
RGB
CMYK
RGB Variations
Color information
#88F6D3 (or 0x88F6D3) is known color: Aquamarine. HEX triplet: 88, F6 and D3. RGB value is (136,246,211). Sum of RGB (Red+Green+Blue) = 136+246+211=593 (78% of max value = 765). Red value is 136 (53.52% from 255 or 22.93% from 593); Green value is 246 (96.48% from 255 or 41.48% from 593); Blue value is 211 (82.81% from 255 or 35.58% from 593); Max value from RGB is 246 - color contains mainly: green. Hex color #88F6D3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88F6D3 is #77092C. Grayscale: #D1D1D1. Windows color (decimal): -7801133 or 13891208. OLE color: 13891208.
HSL color Cylindrical-coordinate representation of color #88F6D3: hue angle of 160.91º 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 #88F6D3 is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 136 | 246 | 211 | - |
| CMYK | 0.45 | 0 | 0.14 | 0.04 |
| HSL | 160.91º | 0.86% | 0.75% | - |
| HSV(B) | 160.91º | 0.45% | 0.96% | - |
| XYZ | 54.87 | 75.85 | 73.38 | - |
| YUV | 209.12 | 129.06 | 75.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 246 | 211 | 0.45 | 0 | 0.14 | 0.04 | 160.91 | 0.86 | 0.75 |
| Hex | 88 | F6 | D3 | 2D | 0 | E | 4 | A1 | 56 | 4B |
| Octal | 210 | 366 | 323 | 55 | 0 | 16 | 4 | 241 | 126 | 113 |
| Binary | 10001000 | 11110110 | 11010011 | 101101 | 0 | 1110 | 100 | 10100001 | 1010110 | 1001011 |
Color Harmonies of #88F6D3
Complementary color
Monochromatic Colors of #88F6D3
Black with #88F6D3
Text Example
Text Example
White with #88F6D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88F6D3; }
p { color: rgb(136,246,211); }
H1.HeaderClassName
{
color: #88F6D3;
}
.AnyTagClassName
{
color: #88F6D3;
}
</style>
background-color css
<style>
a { background-color: #88F6D3; }
a { background-color: rgb(136,246,211); }
div.DivClassName
{
background-color: #88F6D3;
}
.BgClassName
{
background-color: #88F6D3;
}
</style>
border-color css
<style>
span { border-color: #88F6D3; }
span { border-color: rgb(136,246,211); }
td.TdClassName
{
border-color: #88F6D3;
}
.TagClassName
{
border-color: #88F6D3;
}
</style>