Shades of Aquamarine #58FFBE
Tints of Aquamarine #58FFBE
RGB
CMYK
RGB Variations
Color information
#58FFBE (or 0x58FFBE) is known color: Aquamarine. HEX triplet: 58, FF and BE. RGB value is (88,255,190). Sum of RGB (Red+Green+Blue) = 88+255+190=533 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.51% from 533); Green value is 255 (100% from 255 or 47.84% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 255 - color contains mainly: green. Hex color #58FFBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58FFBE is #A70041. Grayscale: #C5C5C5. Windows color (decimal): -10944578 or 12517208. OLE color: 12517208.
HSL color Cylindrical-coordinate representation of color #58FFBE: hue angle of 156.65º 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 #58FFBE is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 255 | 190 | - |
| CMYK | 0.65 | 0 | 0.25 | 0 |
| HSL | 156.65º | 1% | 0.67% | - |
| HSV(B) | 156.65º | 0.65% | 1% | - |
| XYZ | 49.08 | 77.31 | 61.05 | - |
| YUV | 197.66 | 123.67 | 49.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 255 | 190 | 0.65 | 0 | 0.25 | 0 | 156.65 | 1 | 0.67 |
| Hex | 58 | FF | BE | 41 | 0 | 19 | 0 | 9D | 64 | 43 |
| Octal | 130 | 377 | 276 | 101 | 0 | 31 | 0 | 235 | 144 | 103 |
| Binary | 1011000 | 11111111 | 10111110 | 1000001 | 0 | 11001 | 0 | 10011101 | 1100100 | 1000011 |
Color Harmonies of #58FFBE
Complementary color
Monochromatic Colors of #58FFBE
Black with #58FFBE
Text Example
Text Example
White with #58FFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58FFBE; }
p { color: rgb(88,255,190); }
H1.HeaderClassName
{
color: #58FFBE;
}
.AnyTagClassName
{
color: #58FFBE;
}
</style>
background-color css
<style>
a { background-color: #58FFBE; }
a { background-color: rgb(88,255,190); }
div.DivClassName
{
background-color: #58FFBE;
}
.BgClassName
{
background-color: #58FFBE;
}
</style>
border-color css
<style>
span { border-color: #58FFBE; }
span { border-color: rgb(88,255,190); }
td.TdClassName
{
border-color: #58FFBE;
}
.TagClassName
{
border-color: #58FFBE;
}
</style>