Shades of Aquamarine #58FEDB
Tints of Aquamarine #58FEDB
RGB
CMYK
RGB Variations
Color information
#58FEDB (or 0x58FEDB) is known color: Aquamarine. HEX triplet: 58, FE and DB. RGB value is (88,254,219). Sum of RGB (Red+Green+Blue) = 88+254+219=561 (74% of max value = 765). Red value is 88 (34.77% from 255 or 15.69% from 561); Green value is 254 (99.61% from 255 or 45.28% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 254 - color contains mainly: green. Hex color #58FEDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58FEDB is #A70124. Grayscale: #C8C8C8. Windows color (decimal): -10944805 or 14417496. OLE color: 14417496.
HSL color Cylindrical-coordinate representation of color #58FEDB: hue angle of 167.35º 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 #58FEDB is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 88 | 254 | 219 | - |
| CMYK | 0.65 | 0 | 0.14 | 0.00 |
| HSL | 167.35º | 0.99% | 0.67% | - |
| HSV(B) | 167.35º | 0.65% | 1% | - |
| XYZ | 52.25 | 78.07 | 79.33 | - |
| YUV | 200.38 | 138.5 | 47.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 254 | 219 | 0.65 | 0 | 0.14 | 0.00 | 167.35 | 0.99 | 0.67 |
| Hex | 58 | FE | DB | 41 | 0 | E | 0 | A7 | 63 | 43 |
| Octal | 130 | 376 | 333 | 101 | 0 | 16 | 0 | 247 | 143 | 103 |
| Binary | 1011000 | 11111110 | 11011011 | 1000001 | 0 | 1110 | 0 | 10100111 | 1100011 | 1000011 |
Color Harmonies of #58FEDB
Complementary color
Monochromatic Colors of #58FEDB
Black with #58FEDB
Text Example
Text Example
White with #58FEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58FEDB; }
p { color: rgb(88,254,219); }
H1.HeaderClassName
{
color: #58FEDB;
}
.AnyTagClassName
{
color: #58FEDB;
}
</style>
background-color css
<style>
a { background-color: #58FEDB; }
a { background-color: rgb(88,254,219); }
div.DivClassName
{
background-color: #58FEDB;
}
.BgClassName
{
background-color: #58FEDB;
}
</style>
border-color css
<style>
span { border-color: #58FEDB; }
span { border-color: rgb(88,254,219); }
td.TdClassName
{
border-color: #58FEDB;
}
.TagClassName
{
border-color: #58FEDB;
}
</style>