Shades of Medium Aquamarine #56EE9D
Tints of Medium Aquamarine #56EE9D
RGB
CMYK
RGB Variations
Color information
#56EE9D (or 0x56EE9D) is known color: Medium Aquamarine. HEX triplet: 56, EE and 9D. RGB value is (86,238,157). Sum of RGB (Red+Green+Blue) = 86+238+157=481 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.88% from 481); Green value is 238 (93.36% from 255 or 49.48% from 481); Blue value is 157 (61.72% from 255 or 32.64% from 481); Max value from RGB is 238 - color contains mainly: green. Hex color #56EE9D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #56EE9D is #A91162. Grayscale: #B7B7B7. Windows color (decimal): -11080035 or 10350166. OLE color: 10350166.
HSL color Cylindrical-coordinate representation of color #56EE9D: hue angle of 148.03º 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 #56EE9D is Cyan = 0.64, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 238 | 157 | - |
| CMYK | 0.64 | 0 | 0.34 | 0.07 |
| HSL | 148.03º | 0.82% | 0.64% | - |
| HSV(B) | 148.03º | 0.64% | 0.93% | - |
| XYZ | 40.5 | 65.56 | 42.42 | - |
| YUV | 183.32 | 113.14 | 58.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 238 | 157 | 0.64 | 0 | 0.34 | 0.07 | 148.03 | 0.82 | 0.64 |
| Hex | 56 | EE | 9D | 40 | 0 | 22 | 7 | 94 | 52 | 40 |
| Octal | 126 | 356 | 235 | 100 | 0 | 42 | 7 | 224 | 122 | 100 |
| Binary | 1010110 | 11101110 | 10011101 | 1000000 | 0 | 100010 | 111 | 10010100 | 1010010 | 1000000 |
Color Harmonies of #56EE9D
Complementary color
Monochromatic Colors of #56EE9D
Black with #56EE9D
Text Example
Text Example
White with #56EE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56EE9D; }
p { color: rgb(86,238,157); }
H1.HeaderClassName
{
color: #56EE9D;
}
.AnyTagClassName
{
color: #56EE9D;
}
</style>
background-color css
<style>
a { background-color: #56EE9D; }
a { background-color: rgb(86,238,157); }
div.DivClassName
{
background-color: #56EE9D;
}
.BgClassName
{
background-color: #56EE9D;
}
</style>
border-color css
<style>
span { border-color: #56EE9D; }
span { border-color: rgb(86,238,157); }
td.TdClassName
{
border-color: #56EE9D;
}
.TagClassName
{
border-color: #56EE9D;
}
</style>