Shades of Aquamarine #58FFDB
Tints of Aquamarine #58FFDB
RGB
CMYK
RGB Variations
Color information
#58FFDB (or 0x58FFDB) is known color: Aquamarine. HEX triplet: 58, FF and DB. RGB value is (88,255,219). Sum of RGB (Red+Green+Blue) = 88+255+219=562 (74% of max value = 765). Red value is 88 (34.77% from 255 or 15.66% from 562); Green value is 255 (100% from 255 or 45.37% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 255 - color contains mainly: green. Hex color #58FFDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58FFDB is #A70024. Grayscale: #C8C8C8. Windows color (decimal): -10944549 or 14417752. OLE color: 14417752.
HSL color Cylindrical-coordinate representation of color #58FFDB: hue angle of 167.07º 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 #58FFDB is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 255 | 219 | - |
| CMYK | 0.65 | 0 | 0.14 | 0 |
| HSL | 167.07º | 1% | 0.67% | - |
| HSV(B) | 167.07º | 0.65% | 1% | - |
| XYZ | 52.57 | 78.71 | 79.44 | - |
| YUV | 200.96 | 138.17 | 47.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 255 | 219 | 0.65 | 0 | 0.14 | 0 | 167.07 | 1 | 0.67 |
| Hex | 58 | FF | DB | 41 | 0 | E | 0 | A7 | 64 | 43 |
| Octal | 130 | 377 | 333 | 101 | 0 | 16 | 0 | 247 | 144 | 103 |
| Binary | 1011000 | 11111111 | 11011011 | 1000001 | 0 | 1110 | 0 | 10100111 | 1100100 | 1000011 |
Color Harmonies of #58FFDB
Complementary color
Monochromatic Colors of #58FFDB
Black with #58FFDB
Text Example
Text Example
White with #58FFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58FFDB; }
p { color: rgb(88,255,219); }
H1.HeaderClassName
{
color: #58FFDB;
}
.AnyTagClassName
{
color: #58FFDB;
}
</style>
background-color css
<style>
a { background-color: #58FFDB; }
a { background-color: rgb(88,255,219); }
div.DivClassName
{
background-color: #58FFDB;
}
.BgClassName
{
background-color: #58FFDB;
}
</style>
border-color css
<style>
span { border-color: #58FFDB; }
span { border-color: rgb(88,255,219); }
td.TdClassName
{
border-color: #58FFDB;
}
.TagClassName
{
border-color: #58FFDB;
}
</style>