Shades of Aquamarine #56FFBC
Tints of Aquamarine #56FFBC
RGB
CMYK
RGB Variations
Color information
#56FFBC (or 0x56FFBC) is known color: Aquamarine. HEX triplet: 56, FF and BC. RGB value is (86,255,188). Sum of RGB (Red+Green+Blue) = 86+255+188=529 (70% of max value = 765). Red value is 86 (33.98% from 255 or 16.26% from 529); Green value is 255 (100% from 255 or 48.20% from 529); Blue value is 188 (73.83% from 255 or 35.54% from 529); Max value from RGB is 255 - color contains mainly: green. Hex color #56FFBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56FFBC is #A90043. Grayscale: #C4C4C4. Windows color (decimal): -11075652 or 12386134. OLE color: 12386134.
HSL color Cylindrical-coordinate representation of color #56FFBC: hue angle of 156.21º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56FFBC is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 255 | 188 | - |
| CMYK | 0.66 | 0 | 0.26 | 0 |
| HSL | 156.21º | 1% | 0.67% | - |
| HSV(B) | 156.21º | 0.66% | 1% | - |
| XYZ | 48.67 | 77.13 | 59.9 | - |
| YUV | 196.83 | 123.01 | 48.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 255 | 188 | 0.66 | 0 | 0.26 | 0 | 156.21 | 1 | 0.67 |
| Hex | 56 | FF | BC | 42 | 0 | 1A | 0 | 9C | 64 | 43 |
| Octal | 126 | 377 | 274 | 102 | 0 | 32 | 0 | 234 | 144 | 103 |
| Binary | 1010110 | 11111111 | 10111100 | 1000010 | 0 | 11010 | 0 | 10011100 | 1100100 | 1000011 |
Color Harmonies of #56FFBC
Complementary color
Monochromatic Colors of #56FFBC
Black with #56FFBC
Text Example
Text Example
White with #56FFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56FFBC; }
p { color: rgb(86,255,188); }
H1.HeaderClassName
{
color: #56FFBC;
}
.AnyTagClassName
{
color: #56FFBC;
}
</style>
background-color css
<style>
a { background-color: #56FFBC; }
a { background-color: rgb(86,255,188); }
div.DivClassName
{
background-color: #56FFBC;
}
.BgClassName
{
background-color: #56FFBC;
}
</style>
border-color css
<style>
span { border-color: #56FFBC; }
span { border-color: rgb(86,255,188); }
td.TdClassName
{
border-color: #56FFBC;
}
.TagClassName
{
border-color: #56FFBC;
}
</style>