Shades of Aquamarine #58FEDA
Tints of Aquamarine #58FEDA
RGB
CMYK
RGB Variations
Color information
#58FEDA (or 0x58FEDA) is known color: Aquamarine. HEX triplet: 58, FE and DA. RGB value is (88,254,218). Sum of RGB (Red+Green+Blue) = 88+254+218=560 (74% of max value = 765). Red value is 88 (34.77% from 255 or 15.71% from 560); Green value is 254 (99.61% from 255 or 45.36% from 560); Blue value is 218 (85.55% from 255 or 38.93% from 560); Max value from RGB is 254 - color contains mainly: green. Hex color #58FEDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58FEDA is #A70125. Grayscale: #C8C8C8. Windows color (decimal): -10944806 or 14351960. OLE color: 14351960.
HSL color Cylindrical-coordinate representation of color #58FEDA: hue angle of 166.99º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58FEDA is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 88 | 254 | 218 | - |
| CMYK | 0.65 | 0 | 0.14 | 0.00 |
| HSL | 166.99º | 0.99% | 0.67% | - |
| HSV(B) | 166.99º | 0.65% | 1% | - |
| XYZ | 52.12 | 78.02 | 78.64 | - |
| YUV | 200.26 | 138 | 47.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 254 | 218 | 0.65 | 0 | 0.14 | 0.00 | 166.99 | 0.99 | 0.67 |
| Hex | 58 | FE | DA | 41 | 0 | E | 0 | A7 | 63 | 43 |
| Octal | 130 | 376 | 332 | 101 | 0 | 16 | 0 | 247 | 143 | 103 |
| Binary | 1011000 | 11111110 | 11011010 | 1000001 | 0 | 1110 | 0 | 10100111 | 1100011 | 1000011 |
Color Harmonies of #58FEDA
Complementary color
Monochromatic Colors of #58FEDA
Black with #58FEDA
Text Example
Text Example
White with #58FEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58FEDA; }
p { color: rgb(88,254,218); }
H1.HeaderClassName
{
color: #58FEDA;
}
.AnyTagClassName
{
color: #58FEDA;
}
</style>
background-color css
<style>
a { background-color: #58FEDA; }
a { background-color: rgb(88,254,218); }
div.DivClassName
{
background-color: #58FEDA;
}
.BgClassName
{
background-color: #58FEDA;
}
</style>
border-color css
<style>
span { border-color: #58FEDA; }
span { border-color: rgb(88,254,218); }
td.TdClassName
{
border-color: #58FEDA;
}
.TagClassName
{
border-color: #58FEDA;
}
</style>