Shades of Medium Aquamarine #56EEA1
Tints of Medium Aquamarine #56EEA1
RGB
CMYK
RGB Variations
Color information
#56EEA1 (or 0x56EEA1) is known color: Medium Aquamarine. HEX triplet: 56, EE and A1. RGB value is (86,238,161). Sum of RGB (Red+Green+Blue) = 86+238+161=485 (64% of max value = 765). Red value is 86 (33.98% from 255 or 17.73% from 485); Green value is 238 (93.36% from 255 or 49.07% from 485); Blue value is 161 (63.28% from 255 or 33.20% from 485); Max value from RGB is 238 - color contains mainly: green. Hex color #56EEA1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #56EEA1 is #A9115E. Grayscale: #B7B7B7. Windows color (decimal): -11080031 or 10612310. OLE color: 10612310.
HSL color Cylindrical-coordinate representation of color #56EEA1: hue angle of 149.61º 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 #56EEA1 is Cyan = 0.64, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 238 | 161 | - |
| CMYK | 0.64 | 0 | 0.32 | 0.07 |
| HSL | 149.61º | 0.82% | 0.64% | - |
| HSV(B) | 149.61º | 0.64% | 0.93% | - |
| XYZ | 40.85 | 65.7 | 44.25 | - |
| YUV | 183.77 | 115.14 | 58.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 238 | 161 | 0.64 | 0 | 0.32 | 0.07 | 149.61 | 0.82 | 0.64 |
| Hex | 56 | EE | A1 | 40 | 0 | 20 | 7 | 96 | 52 | 40 |
| Octal | 126 | 356 | 241 | 100 | 0 | 40 | 7 | 226 | 122 | 100 |
| Binary | 1010110 | 11101110 | 10100001 | 1000000 | 0 | 100000 | 111 | 10010110 | 1010010 | 1000000 |
Color Harmonies of #56EEA1
Complementary color
Monochromatic Colors of #56EEA1
Black with #56EEA1
Text Example
Text Example
White with #56EEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56EEA1; }
p { color: rgb(86,238,161); }
H1.HeaderClassName
{
color: #56EEA1;
}
.AnyTagClassName
{
color: #56EEA1;
}
</style>
background-color css
<style>
a { background-color: #56EEA1; }
a { background-color: rgb(86,238,161); }
div.DivClassName
{
background-color: #56EEA1;
}
.BgClassName
{
background-color: #56EEA1;
}
</style>
border-color css
<style>
span { border-color: #56EEA1; }
span { border-color: rgb(86,238,161); }
td.TdClassName
{
border-color: #56EEA1;
}
.TagClassName
{
border-color: #56EEA1;
}
</style>