Shades of Aquamarine #58FFBC
Tints of Aquamarine #58FFBC
RGB
CMYK
RGB Variations
Color information
#58FFBC (or 0x58FFBC) is known color: Aquamarine. HEX triplet: 58, FF and BC. RGB value is (88,255,188). Sum of RGB (Red+Green+Blue) = 88+255+188=531 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.57% from 531); Green value is 255 (100% from 255 or 48.02% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 255 - color contains mainly: green. Hex color #58FFBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58FFBC is #A70043. Grayscale: #C5C5C5. Windows color (decimal): -10944580 or 12386136. OLE color: 12386136.
HSL color Cylindrical-coordinate representation of color #58FFBC: hue angle of 155.93º 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 #58FFBC is Cyan = 0.65, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 255 | 188 | - |
| CMYK | 0.65 | 0 | 0.26 | 0 |
| HSL | 155.93º | 1% | 0.67% | - |
| HSV(B) | 155.93º | 0.65% | 1% | - |
| XYZ | 48.86 | 77.23 | 59.91 | - |
| YUV | 197.43 | 122.67 | 49.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 255 | 188 | 0.65 | 0 | 0.26 | 0 | 155.93 | 1 | 0.67 |
| Hex | 58 | FF | BC | 41 | 0 | 1A | 0 | 9C | 64 | 43 |
| Octal | 130 | 377 | 274 | 101 | 0 | 32 | 0 | 234 | 144 | 103 |
| Binary | 1011000 | 11111111 | 10111100 | 1000001 | 0 | 11010 | 0 | 10011100 | 1100100 | 1000011 |
Color Harmonies of #58FFBC
Complementary color
Monochromatic Colors of #58FFBC
Black with #58FFBC
Text Example
Text Example
White with #58FFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58FFBC; }
p { color: rgb(88,255,188); }
H1.HeaderClassName
{
color: #58FFBC;
}
.AnyTagClassName
{
color: #58FFBC;
}
</style>
background-color css
<style>
a { background-color: #58FFBC; }
a { background-color: rgb(88,255,188); }
div.DivClassName
{
background-color: #58FFBC;
}
.BgClassName
{
background-color: #58FFBC;
}
</style>
border-color css
<style>
span { border-color: #58FFBC; }
span { border-color: rgb(88,255,188); }
td.TdClassName
{
border-color: #58FFBC;
}
.TagClassName
{
border-color: #58FFBC;
}
</style>