Shades of Aquamarine #58FDB6
Tints of Aquamarine #58FDB6
RGB
CMYK
RGB Variations
Color information
#58FDB6 (or 0x58FDB6) is known color: Aquamarine. HEX triplet: 58, FD and B6. RGB value is (88,253,182). Sum of RGB (Red+Green+Blue) = 88+253+182=523 (69% of max value = 765). Red value is 88 (34.77% from 255 or 16.83% from 523); Green value is 253 (99.22% from 255 or 48.37% from 523); Blue value is 182 (71.48% from 255 or 34.80% from 523); Max value from RGB is 253 - color contains mainly: green. Hex color #58FDB6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58FDB6 is #A70249. Grayscale: #C3C3C3. Windows color (decimal): -10945098 or 11992408. OLE color: 11992408.
HSL color Cylindrical-coordinate representation of color #58FDB6: hue angle of 154.18º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58FDB6 is Cyan = 0.65, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 88 | 253 | 182 | - |
| CMYK | 0.65 | 0 | 0.28 | 0.01 |
| HSL | 154.18º | 0.98% | 0.67% | - |
| HSV(B) | 154.18º | 0.65% | 0.99% | - |
| XYZ | 47.59 | 75.7 | 56.36 | - |
| YUV | 195.57 | 120.34 | 51.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 253 | 182 | 0.65 | 0 | 0.28 | 0.01 | 154.18 | 0.98 | 0.67 |
| Hex | 58 | FD | B6 | 41 | 0 | 1C | 1 | 9A | 62 | 43 |
| Octal | 130 | 375 | 266 | 101 | 0 | 34 | 1 | 232 | 142 | 103 |
| Binary | 1011000 | 11111101 | 10110110 | 1000001 | 0 | 11100 | 1 | 10011010 | 1100010 | 1000011 |
Color Harmonies of #58FDB6
Complementary color
Monochromatic Colors of #58FDB6
Black with #58FDB6
Text Example
Text Example
White with #58FDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58FDB6; }
p { color: rgb(88,253,182); }
H1.HeaderClassName
{
color: #58FDB6;
}
.AnyTagClassName
{
color: #58FDB6;
}
</style>
background-color css
<style>
a { background-color: #58FDB6; }
a { background-color: rgb(88,253,182); }
div.DivClassName
{
background-color: #58FDB6;
}
.BgClassName
{
background-color: #58FDB6;
}
</style>
border-color css
<style>
span { border-color: #58FDB6; }
span { border-color: rgb(88,253,182); }
td.TdClassName
{
border-color: #58FDB6;
}
.TagClassName
{
border-color: #58FDB6;
}
</style>