Shades of Medium Aquamarine #56E09B
Tints of Medium Aquamarine #56E09B
RGB
CMYK
RGB Variations
Color information
#56E09B (or 0x56E09B) is known color: Medium Aquamarine. HEX triplet: 56, E0 and 9B. RGB value is (86,224,155). Sum of RGB (Red+Green+Blue) = 86+224+155=465 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.49% from 465); Green value is 224 (87.89% from 255 or 48.17% from 465); Blue value is 155 (60.94% from 255 or 33.33% from 465); Max value from RGB is 224 - color contains mainly: green. Hex color #56E09B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56E09B is #A91F64. Grayscale: #AFAFAF. Windows color (decimal): -11083621 or 10215510. OLE color: 10215510.
HSL color Cylindrical-coordinate representation of color #56E09B: hue angle of 150º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #56E09B is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 86 | 224 | 155 | - |
| CMYK | 0.62 | 0 | 0.31 | 0.12 |
| HSL | 150º | 0.69% | 0.61% | - |
| HSV(B) | 150º | 0.62% | 0.88% | - |
| XYZ | 36.41 | 57.66 | 40.22 | - |
| YUV | 174.87 | 116.78 | 64.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 224 | 155 | 0.62 | 0 | 0.31 | 0.12 | 150 | 0.69 | 0.61 |
| Hex | 56 | E0 | 9B | 3E | 0 | 1F | C | 96 | 45 | 3D |
| Octal | 126 | 340 | 233 | 76 | 0 | 37 | 14 | 226 | 105 | 75 |
| Binary | 1010110 | 11100000 | 10011011 | 111110 | 0 | 11111 | 1100 | 10010110 | 1000101 | 111101 |
Color Harmonies of #56E09B
Complementary color
Monochromatic Colors of #56E09B
Black with #56E09B
Text Example
Text Example
White with #56E09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56E09B; }
p { color: rgb(86,224,155); }
H1.HeaderClassName
{
color: #56E09B;
}
.AnyTagClassName
{
color: #56E09B;
}
</style>
background-color css
<style>
a { background-color: #56E09B; }
a { background-color: rgb(86,224,155); }
div.DivClassName
{
background-color: #56E09B;
}
.BgClassName
{
background-color: #56E09B;
}
</style>
border-color css
<style>
span { border-color: #56E09B; }
span { border-color: rgb(86,224,155); }
td.TdClassName
{
border-color: #56E09B;
}
.TagClassName
{
border-color: #56E09B;
}
</style>