Shades of Aquamarine #58FABC
Tints of Aquamarine #58FABC
RGB
CMYK
RGB Variations
Color information
#58FABC (or 0x58FABC) is known color: Aquamarine. HEX triplet: 58, FA and BC. RGB value is (88,250,188). Sum of RGB (Red+Green+Blue) = 88+250+188=526 (69% of max value = 765). Red value is 88 (34.77% from 255 or 16.73% from 526); Green value is 250 (98.05% from 255 or 47.53% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 250 - color contains mainly: green. Hex color #58FABC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58FABC is #A70543. Grayscale: #C2C2C2. Windows color (decimal): -10945860 or 12384856. OLE color: 12384856.
HSL color Cylindrical-coordinate representation of color #58FABC: hue angle of 157.04º degrees, saturation: 0.94, 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 #58FABC is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 88 | 250 | 188 | - |
| CMYK | 0.65 | 0 | 0.25 | 0.02 |
| HSL | 157.04º | 0.94% | 0.66% | - |
| HSV(B) | 157.04º | 0.65% | 0.98% | - |
| XYZ | 47.29 | 74.08 | 59.38 | - |
| YUV | 194.49 | 124.33 | 52.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 250 | 188 | 0.65 | 0 | 0.25 | 0.02 | 157.04 | 0.94 | 0.66 |
| Hex | 58 | FA | BC | 41 | 0 | 19 | 2 | 9D | 5E | 42 |
| Octal | 130 | 372 | 274 | 101 | 0 | 31 | 2 | 235 | 136 | 102 |
| Binary | 1011000 | 11111010 | 10111100 | 1000001 | 0 | 11001 | 10 | 10011101 | 1011110 | 1000010 |
Color Harmonies of #58FABC
Complementary color
Monochromatic Colors of #58FABC
Black with #58FABC
Text Example
Text Example
White with #58FABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58FABC; }
p { color: rgb(88,250,188); }
H1.HeaderClassName
{
color: #58FABC;
}
.AnyTagClassName
{
color: #58FABC;
}
</style>
background-color css
<style>
a { background-color: #58FABC; }
a { background-color: rgb(88,250,188); }
div.DivClassName
{
background-color: #58FABC;
}
.BgClassName
{
background-color: #58FABC;
}
</style>
border-color css
<style>
span { border-color: #58FABC; }
span { border-color: rgb(88,250,188); }
td.TdClassName
{
border-color: #58FABC;
}
.TagClassName
{
border-color: #58FABC;
}
</style>