Shades of Aquamarine #88FDDD
Tints of Aquamarine #88FDDD
RGB
CMYK
RGB Variations
Color information
#88FDDD (or 0x88FDDD) is known color: Aquamarine. HEX triplet: 88, FD and DD. RGB value is (136,253,221). Sum of RGB (Red+Green+Blue) = 136+253+221=610 (80% of max value = 765). Red value is 136 (53.52% from 255 or 22.30% from 610); Green value is 253 (99.22% from 255 or 41.48% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 253 - color contains mainly: green. Hex color #88FDDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88FDDD is #770222. Grayscale: #D6D6D6. Windows color (decimal): -7799331 or 14548360. OLE color: 14548360.
HSL color Cylindrical-coordinate representation of color #88FDDD: hue angle of 163.59º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88FDDD is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 136 | 253 | 221 | - |
| CMYK | 0.46 | 0 | 0.13 | 0.01 |
| HSL | 163.59º | 0.97% | 0.76% | - |
| HSV(B) | 163.59º | 0.46% | 0.99% | - |
| XYZ | 58.33 | 80.71 | 80.91 | - |
| YUV | 214.37 | 131.74 | 72.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 253 | 221 | 0.46 | 0 | 0.13 | 0.01 | 163.59 | 0.97 | 0.76 |
| Hex | 88 | FD | DD | 2E | 0 | D | 1 | A4 | 61 | 4C |
| Octal | 210 | 375 | 335 | 56 | 0 | 15 | 1 | 244 | 141 | 114 |
| Binary | 10001000 | 11111101 | 11011101 | 101110 | 0 | 1101 | 1 | 10100100 | 1100001 | 1001100 |
Color Harmonies of #88FDDD
Complementary color
Monochromatic Colors of #88FDDD
Black with #88FDDD
Text Example
Text Example
White with #88FDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88FDDD; }
p { color: rgb(136,253,221); }
H1.HeaderClassName
{
color: #88FDDD;
}
.AnyTagClassName
{
color: #88FDDD;
}
</style>
background-color css
<style>
a { background-color: #88FDDD; }
a { background-color: rgb(136,253,221); }
div.DivClassName
{
background-color: #88FDDD;
}
.BgClassName
{
background-color: #88FDDD;
}
</style>
border-color css
<style>
span { border-color: #88FDDD; }
span { border-color: rgb(136,253,221); }
td.TdClassName
{
border-color: #88FDDD;
}
.TagClassName
{
border-color: #88FDDD;
}
</style>