Shades of Aquamarine #88FED3
Tints of Aquamarine #88FED3
RGB
CMYK
RGB Variations
Color information
#88FED3 (or 0x88FED3) is known color: Aquamarine. HEX triplet: 88, FE and D3. RGB value is (136,254,211). Sum of RGB (Red+Green+Blue) = 136+254+211=601 (79% of max value = 765). Red value is 136 (53.52% from 255 or 22.63% from 601); Green value is 254 (99.61% from 255 or 42.26% from 601); Blue value is 211 (82.81% from 255 or 35.11% from 601); Max value from RGB is 254 - color contains mainly: green. Hex color #88FED3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88FED3 is #77012C. Grayscale: #D5D5D5. Windows color (decimal): -7799085 or 13893256. OLE color: 13893256.
HSL color Cylindrical-coordinate representation of color #88FED3: hue angle of 158.14º 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 #88FED3 is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 136 | 254 | 211 | - |
| CMYK | 0.46 | 0 | 0.17 | 0.00 |
| HSL | 158.14º | 0.98% | 0.76% | - |
| HSV(B) | 158.14º | 0.46% | 1% | - |
| XYZ | 57.35 | 80.82 | 74.21 | - |
| YUV | 213.82 | 126.41 | 72.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 254 | 211 | 0.46 | 0 | 0.17 | 0.00 | 158.14 | 0.98 | 0.76 |
| Hex | 88 | FE | D3 | 2E | 0 | 11 | 0 | 9E | 62 | 4C |
| Octal | 210 | 376 | 323 | 56 | 0 | 21 | 0 | 236 | 142 | 114 |
| Binary | 10001000 | 11111110 | 11010011 | 101110 | 0 | 10001 | 0 | 10011110 | 1100010 | 1001100 |
Color Harmonies of #88FED3
Complementary color
Monochromatic Colors of #88FED3
Black with #88FED3
Text Example
Text Example
White with #88FED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88FED3; }
p { color: rgb(136,254,211); }
H1.HeaderClassName
{
color: #88FED3;
}
.AnyTagClassName
{
color: #88FED3;
}
</style>
background-color css
<style>
a { background-color: #88FED3; }
a { background-color: rgb(136,254,211); }
div.DivClassName
{
background-color: #88FED3;
}
.BgClassName
{
background-color: #88FED3;
}
</style>
border-color css
<style>
span { border-color: #88FED3; }
span { border-color: rgb(136,254,211); }
td.TdClassName
{
border-color: #88FED3;
}
.TagClassName
{
border-color: #88FED3;
}
</style>