Shades of Aquamarine #58FABD
Tints of Aquamarine #58FABD
RGB
CMYK
RGB Variations
Color information
#58FABD (or 0x58FABD) is known color: Aquamarine. HEX triplet: 58, FA and BD. RGB value is (88,250,189). Sum of RGB (Red+Green+Blue) = 88+250+189=527 (69% of max value = 765). Red value is 88 (34.77% from 255 or 16.70% from 527); Green value is 250 (98.05% from 255 or 47.44% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 250 - color contains mainly: green. Hex color #58FABD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58FABD is #A70542. Grayscale: #C2C2C2. Windows color (decimal): -10945859 or 12450392. OLE color: 12450392.
HSL color Cylindrical-coordinate representation of color #58FABD: hue angle of 157.41º 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 #58FABD is Cyan = 0.65, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 88 | 250 | 189 | - |
| CMYK | 0.65 | 0 | 0.24 | 0.02 |
| HSL | 157.41º | 0.94% | 0.66% | - |
| HSV(B) | 157.41º | 0.65% | 0.98% | - |
| XYZ | 47.4 | 74.12 | 59.95 | - |
| YUV | 194.61 | 124.83 | 51.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 250 | 189 | 0.65 | 0 | 0.24 | 0.02 | 157.41 | 0.94 | 0.66 |
| Hex | 58 | FA | BD | 41 | 0 | 18 | 2 | 9D | 5E | 42 |
| Octal | 130 | 372 | 275 | 101 | 0 | 30 | 2 | 235 | 136 | 102 |
| Binary | 1011000 | 11111010 | 10111101 | 1000001 | 0 | 11000 | 10 | 10011101 | 1011110 | 1000010 |
Color Harmonies of #58FABD
Complementary color
Monochromatic Colors of #58FABD
Black with #58FABD
Text Example
Text Example
White with #58FABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58FABD; }
p { color: rgb(88,250,189); }
H1.HeaderClassName
{
color: #58FABD;
}
.AnyTagClassName
{
color: #58FABD;
}
</style>
background-color css
<style>
a { background-color: #58FABD; }
a { background-color: rgb(88,250,189); }
div.DivClassName
{
background-color: #58FABD;
}
.BgClassName
{
background-color: #58FABD;
}
</style>
border-color css
<style>
span { border-color: #58FABD; }
span { border-color: rgb(88,250,189); }
td.TdClassName
{
border-color: #58FABD;
}
.TagClassName
{
border-color: #58FABD;
}
</style>