Shades of Medium Aquamarine #56F09B
Tints of Medium Aquamarine #56F09B
RGB
CMYK
RGB Variations
Color information
#56F09B (or 0x56F09B) is known color: Medium Aquamarine. HEX triplet: 56, F0 and 9B. RGB value is (86,240,155). Sum of RGB (Red+Green+Blue) = 86+240+155=481 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.88% from 481); Green value is 240 (94.14% from 255 or 49.90% from 481); Blue value is 155 (60.94% from 255 or 32.22% from 481); Max value from RGB is 240 - color contains mainly: green. Hex color #56F09B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #56F09B is #A90F64. Grayscale: #B8B8B8. Windows color (decimal): -11079525 or 10219606. OLE color: 10219606.
HSL color Cylindrical-coordinate representation of color #56F09B: hue angle of 146.88º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56F09B is Cyan = 0.64, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 86 | 240 | 155 | - |
| CMYK | 0.64 | 0 | 0.35 | 0.06 |
| HSL | 146.88º | 0.84% | 0.64% | - |
| HSV(B) | 146.88º | 0.64% | 0.94% | - |
| XYZ | 40.91 | 66.67 | 41.72 | - |
| YUV | 184.26 | 111.48 | 57.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 240 | 155 | 0.64 | 0 | 0.35 | 0.06 | 146.88 | 0.84 | 0.64 |
| Hex | 56 | F0 | 9B | 40 | 0 | 23 | 6 | 93 | 54 | 40 |
| Octal | 126 | 360 | 233 | 100 | 0 | 43 | 6 | 223 | 124 | 100 |
| Binary | 1010110 | 11110000 | 10011011 | 1000000 | 0 | 100011 | 110 | 10010011 | 1010100 | 1000000 |
Color Harmonies of #56F09B
Complementary color
Monochromatic Colors of #56F09B
Black with #56F09B
Text Example
Text Example
White with #56F09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56F09B; }
p { color: rgb(86,240,155); }
H1.HeaderClassName
{
color: #56F09B;
}
.AnyTagClassName
{
color: #56F09B;
}
</style>
background-color css
<style>
a { background-color: #56F09B; }
a { background-color: rgb(86,240,155); }
div.DivClassName
{
background-color: #56F09B;
}
.BgClassName
{
background-color: #56F09B;
}
</style>
border-color css
<style>
span { border-color: #56F09B; }
span { border-color: rgb(86,240,155); }
td.TdClassName
{
border-color: #56F09B;
}
.TagClassName
{
border-color: #56F09B;
}
</style>