Shades of Aquamarine #58FED4
Tints of Aquamarine #58FED4
RGB
CMYK
RGB Variations
Color information
#58FED4 (or 0x58FED4) is known color: Aquamarine. HEX triplet: 58, FE and D4. RGB value is (88,254,212). Sum of RGB (Red+Green+Blue) = 88+254+212=554 (73% of max value = 765). Red value is 88 (34.77% from 255 or 15.88% from 554); Green value is 254 (99.61% from 255 or 45.85% from 554); Blue value is 212 (83.20% from 255 or 38.27% from 554); Max value from RGB is 254 - color contains mainly: green. Hex color #58FED4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58FED4 is #A7012B. Grayscale: #C7C7C7. Windows color (decimal): -10944812 or 13958744. OLE color: 13958744.
HSL color Cylindrical-coordinate representation of color #58FED4: hue angle of 164.82º 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 #58FED4 is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 88 | 254 | 212 | - |
| CMYK | 0.65 | 0 | 0.17 | 0.00 |
| HSL | 164.82º | 0.99% | 0.67% | - |
| HSV(B) | 164.82º | 0.65% | 1% | - |
| XYZ | 51.35 | 77.71 | 74.58 | - |
| YUV | 199.58 | 135 | 48.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 254 | 212 | 0.65 | 0 | 0.17 | 0.00 | 164.82 | 0.99 | 0.67 |
| Hex | 58 | FE | D4 | 41 | 0 | 11 | 0 | A5 | 63 | 43 |
| Octal | 130 | 376 | 324 | 101 | 0 | 21 | 0 | 245 | 143 | 103 |
| Binary | 1011000 | 11111110 | 11010100 | 1000001 | 0 | 10001 | 0 | 10100101 | 1100011 | 1000011 |
Color Harmonies of #58FED4
Complementary color
Monochromatic Colors of #58FED4
Black with #58FED4
Text Example
Text Example
White with #58FED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58FED4; }
p { color: rgb(88,254,212); }
H1.HeaderClassName
{
color: #58FED4;
}
.AnyTagClassName
{
color: #58FED4;
}
</style>
background-color css
<style>
a { background-color: #58FED4; }
a { background-color: rgb(88,254,212); }
div.DivClassName
{
background-color: #58FED4;
}
.BgClassName
{
background-color: #58FED4;
}
</style>
border-color css
<style>
span { border-color: #58FED4; }
span { border-color: rgb(88,254,212); }
td.TdClassName
{
border-color: #58FED4;
}
.TagClassName
{
border-color: #58FED4;
}
</style>