Shades of Aquamarine #56FFBE
Tints of Aquamarine #56FFBE
RGB
CMYK
RGB Variations
Color information
#56FFBE (or 0x56FFBE) is known color: Aquamarine. HEX triplet: 56, FF and BE. RGB value is (86,255,190). Sum of RGB (Red+Green+Blue) = 86+255+190=531 (70% of max value = 765). Red value is 86 (33.98% from 255 or 16.20% from 531); Green value is 255 (100% from 255 or 48.02% from 531); Blue value is 190 (74.61% from 255 or 35.78% from 531); Max value from RGB is 255 - color contains mainly: green. Hex color #56FFBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56FFBE is #A90041. Grayscale: #C5C5C5. Windows color (decimal): -11075650 or 12517206. OLE color: 12517206.
HSL color Cylindrical-coordinate representation of color #56FFBE: hue angle of 156.92º 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 #56FFBE is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 255 | 190 | - |
| CMYK | 0.66 | 0 | 0.25 | 0 |
| HSL | 156.92º | 1% | 0.67% | - |
| HSV(B) | 156.92º | 0.66% | 1% | - |
| XYZ | 48.89 | 77.22 | 61.04 | - |
| YUV | 197.06 | 124.01 | 48.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 255 | 190 | 0.66 | 0 | 0.25 | 0 | 156.92 | 1 | 0.67 |
| Hex | 56 | FF | BE | 42 | 0 | 19 | 0 | 9D | 64 | 43 |
| Octal | 126 | 377 | 276 | 102 | 0 | 31 | 0 | 235 | 144 | 103 |
| Binary | 1010110 | 11111111 | 10111110 | 1000010 | 0 | 11001 | 0 | 10011101 | 1100100 | 1000011 |
Color Harmonies of #56FFBE
Complementary color
Monochromatic Colors of #56FFBE
Black with #56FFBE
Text Example
Text Example
White with #56FFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56FFBE; }
p { color: rgb(86,255,190); }
H1.HeaderClassName
{
color: #56FFBE;
}
.AnyTagClassName
{
color: #56FFBE;
}
</style>
background-color css
<style>
a { background-color: #56FFBE; }
a { background-color: rgb(86,255,190); }
div.DivClassName
{
background-color: #56FFBE;
}
.BgClassName
{
background-color: #56FFBE;
}
</style>
border-color css
<style>
span { border-color: #56FFBE; }
span { border-color: rgb(86,255,190); }
td.TdClassName
{
border-color: #56FFBE;
}
.TagClassName
{
border-color: #56FFBE;
}
</style>