Shades of Medium Aquamarine #56EEB2
Tints of Medium Aquamarine #56EEB2
RGB
CMYK
RGB Variations
Color information
#56EEB2 (or 0x56EEB2) is known color: Medium Aquamarine. HEX triplet: 56, EE and B2. RGB value is (86,238,178). Sum of RGB (Red+Green+Blue) = 86+238+178=502 (66% of max value = 765). Red value is 86 (33.98% from 255 or 17.13% from 502); Green value is 238 (93.36% from 255 or 47.41% from 502); Blue value is 178 (69.92% from 255 or 35.46% from 502); Max value from RGB is 238 - color contains mainly: green. Hex color #56EEB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #56EEB2 is #A9114D. Grayscale: #B9B9B9. Windows color (decimal): -11080014 or 11726422. OLE color: 11726422.
HSL color Cylindrical-coordinate representation of color #56EEB2: hue angle of 156.32º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56EEB2 is Cyan = 0.64, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 238 | 178 | - |
| CMYK | 0.64 | 0 | 0.25 | 0.07 |
| HSL | 156.32º | 0.82% | 0.64% | - |
| HSV(B) | 156.32º | 0.64% | 0.93% | - |
| XYZ | 42.45 | 66.34 | 52.69 | - |
| YUV | 185.71 | 123.64 | 56.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 238 | 178 | 0.64 | 0 | 0.25 | 0.07 | 156.32 | 0.82 | 0.64 |
| Hex | 56 | EE | B2 | 40 | 0 | 19 | 7 | 9C | 52 | 40 |
| Octal | 126 | 356 | 262 | 100 | 0 | 31 | 7 | 234 | 122 | 100 |
| Binary | 1010110 | 11101110 | 10110010 | 1000000 | 0 | 11001 | 111 | 10011100 | 1010010 | 1000000 |
Color Harmonies of #56EEB2
Complementary color
Monochromatic Colors of #56EEB2
Black with #56EEB2
Text Example
Text Example
White with #56EEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56EEB2; }
p { color: rgb(86,238,178); }
H1.HeaderClassName
{
color: #56EEB2;
}
.AnyTagClassName
{
color: #56EEB2;
}
</style>
background-color css
<style>
a { background-color: #56EEB2; }
a { background-color: rgb(86,238,178); }
div.DivClassName
{
background-color: #56EEB2;
}
.BgClassName
{
background-color: #56EEB2;
}
</style>
border-color css
<style>
span { border-color: #56EEB2; }
span { border-color: rgb(86,238,178); }
td.TdClassName
{
border-color: #56EEB2;
}
.TagClassName
{
border-color: #56EEB2;
}
</style>