Shades of Medium Aquamarine #58FBA6
Tints of Medium Aquamarine #58FBA6
RGB
CMYK
RGB Variations
Color information
#58FBA6 (or 0x58FBA6) is known color: Medium Aquamarine. HEX triplet: 58, FB and A6. RGB value is (88,251,166). Sum of RGB (Red+Green+Blue) = 88+251+166=505 (66% of max value = 765). Red value is 88 (34.77% from 255 or 17.43% from 505); Green value is 251 (98.44% from 255 or 49.70% from 505); Blue value is 166 (65.23% from 255 or 32.87% from 505); Max value from RGB is 251 - color contains mainly: green. Hex color #58FBA6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #58FBA6 is #A70459. Grayscale: #C0C0C0. Windows color (decimal): -10945626 or 10943320. OLE color: 10943320.
HSL color Cylindrical-coordinate representation of color #58FBA6: hue angle of 148.71º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58FBA6 is Cyan = 0.65, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 88 | 251 | 166 | - |
| CMYK | 0.65 | 0 | 0.34 | 0.02 |
| HSL | 148.71º | 0.95% | 0.66% | - |
| HSV(B) | 148.71º | 0.65% | 0.98% | - |
| XYZ | 45.4 | 73.82 | 47.93 | - |
| YUV | 192.57 | 113 | 53.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 251 | 166 | 0.65 | 0 | 0.34 | 0.02 | 148.71 | 0.95 | 0.66 |
| Hex | 58 | FB | A6 | 41 | 0 | 22 | 2 | 95 | 5F | 42 |
| Octal | 130 | 373 | 246 | 101 | 0 | 42 | 2 | 225 | 137 | 102 |
| Binary | 1011000 | 11111011 | 10100110 | 1000001 | 0 | 100010 | 10 | 10010101 | 1011111 | 1000010 |
Color Harmonies of #58FBA6
Complementary color
Monochromatic Colors of #58FBA6
Black with #58FBA6
Text Example
Text Example
White with #58FBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58FBA6; }
p { color: rgb(88,251,166); }
H1.HeaderClassName
{
color: #58FBA6;
}
.AnyTagClassName
{
color: #58FBA6;
}
</style>
background-color css
<style>
a { background-color: #58FBA6; }
a { background-color: rgb(88,251,166); }
div.DivClassName
{
background-color: #58FBA6;
}
.BgClassName
{
background-color: #58FBA6;
}
</style>
border-color css
<style>
span { border-color: #58FBA6; }
span { border-color: rgb(88,251,166); }
td.TdClassName
{
border-color: #58FBA6;
}
.TagClassName
{
border-color: #58FBA6;
}
</style>