Shades of Aquamarine #58FFD7
Tints of Aquamarine #58FFD7
RGB
CMYK
RGB Variations
Color information
#58FFD7 (or 0x58FFD7) is known color: Aquamarine. HEX triplet: 58, FF and D7. RGB value is (88,255,215). Sum of RGB (Red+Green+Blue) = 88+255+215=558 (73% of max value = 765). Red value is 88 (34.77% from 255 or 15.77% from 558); Green value is 255 (100% from 255 or 45.70% from 558); Blue value is 215 (84.38% from 255 or 38.53% from 558); Max value from RGB is 255 - color contains mainly: green. Hex color #58FFD7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58FFD7 is #A70028. Grayscale: #C8C8C8. Windows color (decimal): -10944553 or 14155608. OLE color: 14155608.
HSL color Cylindrical-coordinate representation of color #58FFD7: hue angle of 165.63º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58FFD7 is Cyan = 0.65, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 255 | 215 | - |
| CMYK | 0.65 | 0 | 0.16 | 0 |
| HSL | 165.63º | 1% | 0.67% | - |
| HSV(B) | 165.63º | 0.65% | 1% | - |
| XYZ | 52.05 | 78.5 | 76.7 | - |
| YUV | 200.51 | 136.17 | 47.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 255 | 215 | 0.65 | 0 | 0.16 | 0 | 165.63 | 1 | 0.67 |
| Hex | 58 | FF | D7 | 41 | 0 | 10 | 0 | A6 | 64 | 43 |
| Octal | 130 | 377 | 327 | 101 | 0 | 20 | 0 | 246 | 144 | 103 |
| Binary | 1011000 | 11111111 | 11010111 | 1000001 | 0 | 10000 | 0 | 10100110 | 1100100 | 1000011 |
Color Harmonies of #58FFD7
Complementary color
Monochromatic Colors of #58FFD7
Black with #58FFD7
Text Example
Text Example
White with #58FFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58FFD7; }
p { color: rgb(88,255,215); }
H1.HeaderClassName
{
color: #58FFD7;
}
.AnyTagClassName
{
color: #58FFD7;
}
</style>
background-color css
<style>
a { background-color: #58FFD7; }
a { background-color: rgb(88,255,215); }
div.DivClassName
{
background-color: #58FFD7;
}
.BgClassName
{
background-color: #58FFD7;
}
</style>
border-color css
<style>
span { border-color: #58FFD7; }
span { border-color: rgb(88,255,215); }
td.TdClassName
{
border-color: #58FFD7;
}
.TagClassName
{
border-color: #58FFD7;
}
</style>