Shades of Aquamarine #58FFBF
Tints of Aquamarine #58FFBF
RGB
CMYK
RGB Variations
Color information
#58FFBF (or 0x58FFBF) is known color: Aquamarine. HEX triplet: 58, FF and BF. RGB value is (88,255,191). Sum of RGB (Red+Green+Blue) = 88+255+191=534 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.48% from 534); Green value is 255 (100% from 255 or 47.75% from 534); Blue value is 191 (75% from 255 or 35.77% from 534); Max value from RGB is 255 - color contains mainly: green. Hex color #58FFBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58FFBF is #A70040. Grayscale: #C5C5C5. Windows color (decimal): -10944577 or 12582744. OLE color: 12582744.
HSL color Cylindrical-coordinate representation of color #58FFBF: hue angle of 157.01º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58FFBF is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 255 | 191 | - |
| CMYK | 0.65 | 0 | 0.25 | 0 |
| HSL | 157.01º | 1% | 0.67% | - |
| HSV(B) | 157.01º | 0.65% | 1% | - |
| XYZ | 49.19 | 77.36 | 61.63 | - |
| YUV | 197.77 | 124.17 | 49.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 255 | 191 | 0.65 | 0 | 0.25 | 0 | 157.01 | 1 | 0.67 |
| Hex | 58 | FF | BF | 41 | 0 | 19 | 0 | 9D | 64 | 43 |
| Octal | 130 | 377 | 277 | 101 | 0 | 31 | 0 | 235 | 144 | 103 |
| Binary | 1011000 | 11111111 | 10111111 | 1000001 | 0 | 11001 | 0 | 10011101 | 1100100 | 1000011 |
Color Harmonies of #58FFBF
Complementary color
Monochromatic Colors of #58FFBF
Black with #58FFBF
Text Example
Text Example
White with #58FFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58FFBF; }
p { color: rgb(88,255,191); }
H1.HeaderClassName
{
color: #58FFBF;
}
.AnyTagClassName
{
color: #58FFBF;
}
</style>
background-color css
<style>
a { background-color: #58FFBF; }
a { background-color: rgb(88,255,191); }
div.DivClassName
{
background-color: #58FFBF;
}
.BgClassName
{
background-color: #58FFBF;
}
</style>
border-color css
<style>
span { border-color: #58FFBF; }
span { border-color: rgb(88,255,191); }
td.TdClassName
{
border-color: #58FFBF;
}
.TagClassName
{
border-color: #58FFBF;
}
</style>