Shades of Medium Aquamarine #56EEA8
Tints of Medium Aquamarine #56EEA8
RGB
CMYK
RGB Variations
Color information
#56EEA8 (or 0x56EEA8) is known color: Medium Aquamarine. HEX triplet: 56, EE and A8. RGB value is (86,238,168). Sum of RGB (Red+Green+Blue) = 86+238+168=492 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.48% from 492); Green value is 238 (93.36% from 255 or 48.37% from 492); Blue value is 168 (66.02% from 255 or 34.15% from 492); Max value from RGB is 238 - color contains mainly: green. Hex color #56EEA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #56EEA8 is #A91157. Grayscale: #B8B8B8. Windows color (decimal): -11080024 or 11071062. OLE color: 11071062.
HSL color Cylindrical-coordinate representation of color #56EEA8: hue angle of 152.37º 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 #56EEA8 is Cyan = 0.64, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 238 | 168 | - |
| CMYK | 0.64 | 0 | 0.29 | 0.07 |
| HSL | 152.37º | 0.82% | 0.64% | - |
| HSV(B) | 152.37º | 0.64% | 0.93% | - |
| XYZ | 41.48 | 65.95 | 47.59 | - |
| YUV | 184.57 | 118.64 | 57.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 238 | 168 | 0.64 | 0 | 0.29 | 0.07 | 152.37 | 0.82 | 0.64 |
| Hex | 56 | EE | A8 | 40 | 0 | 1D | 7 | 98 | 52 | 40 |
| Octal | 126 | 356 | 250 | 100 | 0 | 35 | 7 | 230 | 122 | 100 |
| Binary | 1010110 | 11101110 | 10101000 | 1000000 | 0 | 11101 | 111 | 10011000 | 1010010 | 1000000 |
Color Harmonies of #56EEA8
Complementary color
Monochromatic Colors of #56EEA8
Black with #56EEA8
Text Example
Text Example
White with #56EEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56EEA8; }
p { color: rgb(86,238,168); }
H1.HeaderClassName
{
color: #56EEA8;
}
.AnyTagClassName
{
color: #56EEA8;
}
</style>
background-color css
<style>
a { background-color: #56EEA8; }
a { background-color: rgb(86,238,168); }
div.DivClassName
{
background-color: #56EEA8;
}
.BgClassName
{
background-color: #56EEA8;
}
</style>
border-color css
<style>
span { border-color: #56EEA8; }
span { border-color: rgb(86,238,168); }
td.TdClassName
{
border-color: #56EEA8;
}
.TagClassName
{
border-color: #56EEA8;
}
</style>