Shades of Aquamarine #58FEC7
Tints of Aquamarine #58FEC7
RGB
CMYK
RGB Variations
Color information
#58FEC7 (or 0x58FEC7) is known color: Aquamarine. HEX triplet: 58, FE and C7. RGB value is (88,254,199). Sum of RGB (Red+Green+Blue) = 88+254+199=541 (71% of max value = 765). Red value is 88 (34.77% from 255 or 16.27% from 541); Green value is 254 (99.61% from 255 or 46.95% from 541); Blue value is 199 (78.12% from 255 or 36.78% from 541); Max value from RGB is 254 - color contains mainly: green. Hex color #58FEC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58FEC7 is #A70138. Grayscale: #C6C6C6. Windows color (decimal): -10944825 or 13106776. OLE color: 13106776.
HSL color Cylindrical-coordinate representation of color #58FEC7: hue angle of 160.12º 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 #58FEC7 is Cyan = 0.65, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 88 | 254 | 199 | - |
| CMYK | 0.65 | 0 | 0.22 | 0.00 |
| HSL | 160.12º | 0.99% | 0.67% | - |
| HSV(B) | 160.12º | 0.65% | 1% | - |
| XYZ | 49.78 | 77.08 | 66.29 | - |
| YUV | 198.1 | 128.5 | 49.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 254 | 199 | 0.65 | 0 | 0.22 | 0.00 | 160.12 | 0.99 | 0.67 |
| Hex | 58 | FE | C7 | 41 | 0 | 16 | 0 | A0 | 63 | 43 |
| Octal | 130 | 376 | 307 | 101 | 0 | 26 | 0 | 240 | 143 | 103 |
| Binary | 1011000 | 11111110 | 11000111 | 1000001 | 0 | 10110 | 0 | 10100000 | 1100011 | 1000011 |
Color Harmonies of #58FEC7
Complementary color
Monochromatic Colors of #58FEC7
Black with #58FEC7
Text Example
Text Example
White with #58FEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58FEC7; }
p { color: rgb(88,254,199); }
H1.HeaderClassName
{
color: #58FEC7;
}
.AnyTagClassName
{
color: #58FEC7;
}
</style>
background-color css
<style>
a { background-color: #58FEC7; }
a { background-color: rgb(88,254,199); }
div.DivClassName
{
background-color: #58FEC7;
}
.BgClassName
{
background-color: #58FEC7;
}
</style>
border-color css
<style>
span { border-color: #58FEC7; }
span { border-color: rgb(88,254,199); }
td.TdClassName
{
border-color: #58FEC7;
}
.TagClassName
{
border-color: #58FEC7;
}
</style>