Shades of Aquamarine #88FED4
Tints of Aquamarine #88FED4
RGB
CMYK
RGB Variations
Color information
#88FED4 (or 0x88FED4) is known color: Aquamarine. HEX triplet: 88, FE and D4. RGB value is (136,254,212). Sum of RGB (Red+Green+Blue) = 136+254+212=602 (79% of max value = 765). Red value is 136 (53.52% from 255 or 22.59% from 602); Green value is 254 (99.61% from 255 or 42.19% from 602); Blue value is 212 (83.20% from 255 or 35.22% from 602); Max value from RGB is 254 - color contains mainly: green. Hex color #88FED4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88FED4 is #77012B. Grayscale: #D5D5D5. Windows color (decimal): -7799084 or 13958792. OLE color: 13958792.
HSL color Cylindrical-coordinate representation of color #88FED4: hue angle of 158.64º 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 #88FED4 is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 136 | 254 | 212 | - |
| CMYK | 0.46 | 0 | 0.17 | 0.00 |
| HSL | 158.64º | 0.98% | 0.76% | - |
| HSV(B) | 158.64º | 0.46% | 1% | - |
| XYZ | 57.48 | 80.87 | 74.87 | - |
| YUV | 213.93 | 126.91 | 72.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 254 | 212 | 0.46 | 0 | 0.17 | 0.00 | 158.64 | 0.98 | 0.76 |
| Hex | 88 | FE | D4 | 2E | 0 | 11 | 0 | 9F | 62 | 4C |
| Octal | 210 | 376 | 324 | 56 | 0 | 21 | 0 | 237 | 142 | 114 |
| Binary | 10001000 | 11111110 | 11010100 | 101110 | 0 | 10001 | 0 | 10011111 | 1100010 | 1001100 |
Color Harmonies of #88FED4
Complementary color
Monochromatic Colors of #88FED4
Black with #88FED4
Text Example
Text Example
White with #88FED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88FED4; }
p { color: rgb(136,254,212); }
H1.HeaderClassName
{
color: #88FED4;
}
.AnyTagClassName
{
color: #88FED4;
}
</style>
background-color css
<style>
a { background-color: #88FED4; }
a { background-color: rgb(136,254,212); }
div.DivClassName
{
background-color: #88FED4;
}
.BgClassName
{
background-color: #88FED4;
}
</style>
border-color css
<style>
span { border-color: #88FED4; }
span { border-color: rgb(136,254,212); }
td.TdClassName
{
border-color: #88FED4;
}
.TagClassName
{
border-color: #88FED4;
}
</style>