Shades of Aquamarine #88FEDD
Tints of Aquamarine #88FEDD
RGB
CMYK
RGB Variations
Color information
#88FEDD (or 0x88FEDD) is known color: Aquamarine. HEX triplet: 88, FE and DD. RGB value is (136,254,221). Sum of RGB (Red+Green+Blue) = 136+254+221=611 (80% of max value = 765). Red value is 136 (53.52% from 255 or 22.26% from 611); Green value is 254 (99.61% from 255 or 41.57% from 611); Blue value is 221 (86.72% from 255 or 36.17% from 611); Max value from RGB is 254 - color contains mainly: green. Hex color #88FEDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88FEDD is #770122. Grayscale: #D6D6D6. Windows color (decimal): -7799075 or 14548616. OLE color: 14548616.
HSL color Cylindrical-coordinate representation of color #88FEDD: hue angle of 163.22º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88FEDD is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 136 | 254 | 221 | - |
| CMYK | 0.46 | 0 | 0.13 | 0.00 |
| HSL | 163.22º | 0.98% | 0.76% | - |
| HSV(B) | 163.22º | 0.46% | 1% | - |
| XYZ | 58.65 | 81.34 | 81.02 | - |
| YUV | 214.96 | 131.41 | 71.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 254 | 221 | 0.46 | 0 | 0.13 | 0.00 | 163.22 | 0.98 | 0.76 |
| Hex | 88 | FE | DD | 2E | 0 | D | 0 | A3 | 62 | 4C |
| Octal | 210 | 376 | 335 | 56 | 0 | 15 | 0 | 243 | 142 | 114 |
| Binary | 10001000 | 11111110 | 11011101 | 101110 | 0 | 1101 | 0 | 10100011 | 1100010 | 1001100 |
Color Harmonies of #88FEDD
Complementary color
Monochromatic Colors of #88FEDD
Black with #88FEDD
Text Example
Text Example
White with #88FEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88FEDD; }
p { color: rgb(136,254,221); }
H1.HeaderClassName
{
color: #88FEDD;
}
.AnyTagClassName
{
color: #88FEDD;
}
</style>
background-color css
<style>
a { background-color: #88FEDD; }
a { background-color: rgb(136,254,221); }
div.DivClassName
{
background-color: #88FEDD;
}
.BgClassName
{
background-color: #88FEDD;
}
</style>
border-color css
<style>
span { border-color: #88FEDD; }
span { border-color: rgb(136,254,221); }
td.TdClassName
{
border-color: #88FEDD;
}
.TagClassName
{
border-color: #88FEDD;
}
</style>