Shades of Medium Aquamarine #56EFB0
Tints of Medium Aquamarine #56EFB0
RGB
CMYK
RGB Variations
Color information
#56EFB0 (or 0x56EFB0) is known color: Medium Aquamarine. HEX triplet: 56, EF and B0. RGB value is (86,239,176). Sum of RGB (Red+Green+Blue) = 86+239+176=501 (66% of max value = 765). Red value is 86 (33.98% from 255 or 17.17% from 501); Green value is 239 (93.75% from 255 or 47.70% from 501); Blue value is 176 (69.14% from 255 or 35.13% from 501); Max value from RGB is 239 - color contains mainly: green. Hex color #56EFB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #56EFB0 is #A9104F. Grayscale: #BABABA. Windows color (decimal): -11079760 or 11595606. OLE color: 11595606.
HSL color Cylindrical-coordinate representation of color #56EFB0: hue angle of 155.29º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56EFB0 is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 86 | 239 | 176 | - |
| CMYK | 0.64 | 0 | 0.26 | 0.06 |
| HSL | 155.29º | 0.83% | 0.64% | - |
| HSV(B) | 155.29º | 0.64% | 0.94% | - |
| XYZ | 42.54 | 66.85 | 51.73 | - |
| YUV | 186.07 | 122.31 | 56.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 239 | 176 | 0.64 | 0 | 0.26 | 0.06 | 155.29 | 0.83 | 0.64 |
| Hex | 56 | EF | B0 | 40 | 0 | 1A | 6 | 9B | 53 | 40 |
| Octal | 126 | 357 | 260 | 100 | 0 | 32 | 6 | 233 | 123 | 100 |
| Binary | 1010110 | 11101111 | 10110000 | 1000000 | 0 | 11010 | 110 | 10011011 | 1010011 | 1000000 |
Color Harmonies of #56EFB0
Complementary color
Monochromatic Colors of #56EFB0
Black with #56EFB0
Text Example
Text Example
White with #56EFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56EFB0; }
p { color: rgb(86,239,176); }
H1.HeaderClassName
{
color: #56EFB0;
}
.AnyTagClassName
{
color: #56EFB0;
}
</style>
background-color css
<style>
a { background-color: #56EFB0; }
a { background-color: rgb(86,239,176); }
div.DivClassName
{
background-color: #56EFB0;
}
.BgClassName
{
background-color: #56EFB0;
}
</style>
border-color css
<style>
span { border-color: #56EFB0; }
span { border-color: rgb(86,239,176); }
td.TdClassName
{
border-color: #56EFB0;
}
.TagClassName
{
border-color: #56EFB0;
}
</style>