Shades of Aquamarine #58FFD1
Tints of Aquamarine #58FFD1
RGB
CMYK
RGB Variations
Color information
#58FFD1 (or 0x58FFD1) is known color: Aquamarine. HEX triplet: 58, FF and D1. RGB value is (88,255,209). Sum of RGB (Red+Green+Blue) = 88+255+209=552 (73% of max value = 765). Red value is 88 (34.77% from 255 or 15.94% from 552); Green value is 255 (100% from 255 or 46.20% from 552); Blue value is 209 (82.03% from 255 or 37.86% from 552); Max value from RGB is 255 - color contains mainly: green. Hex color #58FFD1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58FFD1 is #A7002E. Grayscale: #C7C7C7. Windows color (decimal): -10944559 or 13762392. OLE color: 13762392.
HSL color Cylindrical-coordinate representation of color #58FFD1: hue angle of 163.47º 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 #58FFD1 is Cyan = 0.65, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 255 | 209 | - |
| CMYK | 0.65 | 0 | 0.18 | 0 |
| HSL | 163.47º | 1% | 0.67% | - |
| HSV(B) | 163.47º | 0.65% | 1% | - |
| XYZ | 51.29 | 78.2 | 72.71 | - |
| YUV | 199.82 | 133.17 | 48.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 255 | 209 | 0.65 | 0 | 0.18 | 0 | 163.47 | 1 | 0.67 |
| Hex | 58 | FF | D1 | 41 | 0 | 12 | 0 | A3 | 64 | 43 |
| Octal | 130 | 377 | 321 | 101 | 0 | 22 | 0 | 243 | 144 | 103 |
| Binary | 1011000 | 11111111 | 11010001 | 1000001 | 0 | 10010 | 0 | 10100011 | 1100100 | 1000011 |
Color Harmonies of #58FFD1
Complementary color
Monochromatic Colors of #58FFD1
Black with #58FFD1
Text Example
Text Example
White with #58FFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58FFD1; }
p { color: rgb(88,255,209); }
H1.HeaderClassName
{
color: #58FFD1;
}
.AnyTagClassName
{
color: #58FFD1;
}
</style>
background-color css
<style>
a { background-color: #58FFD1; }
a { background-color: rgb(88,255,209); }
div.DivClassName
{
background-color: #58FFD1;
}
.BgClassName
{
background-color: #58FFD1;
}
</style>
border-color css
<style>
span { border-color: #58FFD1; }
span { border-color: rgb(88,255,209); }
td.TdClassName
{
border-color: #58FFD1;
}
.TagClassName
{
border-color: #58FFD1;
}
</style>