Shades of Medium Aquamarine #56F09C
Tints of Medium Aquamarine #56F09C
RGB
CMYK
RGB Variations
Color information
#56F09C (or 0x56F09C) is known color: Medium Aquamarine. HEX triplet: 56, F0 and 9C. RGB value is (86,240,156). Sum of RGB (Red+Green+Blue) = 86+240+156=482 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.84% from 482); Green value is 240 (94.14% from 255 or 49.79% from 482); Blue value is 156 (61.33% from 255 or 32.37% from 482); Max value from RGB is 240 - color contains mainly: green. Hex color #56F09C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #56F09C is #A90F63. Grayscale: #B8B8B8. Windows color (decimal): -11079524 or 10285142. OLE color: 10285142.
HSL color Cylindrical-coordinate representation of color #56F09C: hue angle of 147.27º 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 #56F09C is Cyan = 0.64, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 86 | 240 | 156 | - |
| CMYK | 0.64 | 0 | 0.35 | 0.06 |
| HSL | 147.27º | 0.84% | 0.64% | - |
| HSV(B) | 147.27º | 0.64% | 0.94% | - |
| XYZ | 41 | 66.7 | 42.17 | - |
| YUV | 184.38 | 111.98 | 57.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 240 | 156 | 0.64 | 0 | 0.35 | 0.06 | 147.27 | 0.84 | 0.64 |
| Hex | 56 | F0 | 9C | 40 | 0 | 23 | 6 | 93 | 54 | 40 |
| Octal | 126 | 360 | 234 | 100 | 0 | 43 | 6 | 223 | 124 | 100 |
| Binary | 1010110 | 11110000 | 10011100 | 1000000 | 0 | 100011 | 110 | 10010011 | 1010100 | 1000000 |
Color Harmonies of #56F09C
Complementary color
Monochromatic Colors of #56F09C
Black with #56F09C
Text Example
Text Example
White with #56F09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56F09C; }
p { color: rgb(86,240,156); }
H1.HeaderClassName
{
color: #56F09C;
}
.AnyTagClassName
{
color: #56F09C;
}
</style>
background-color css
<style>
a { background-color: #56F09C; }
a { background-color: rgb(86,240,156); }
div.DivClassName
{
background-color: #56F09C;
}
.BgClassName
{
background-color: #56F09C;
}
</style>
border-color css
<style>
span { border-color: #56F09C; }
span { border-color: rgb(86,240,156); }
td.TdClassName
{
border-color: #56F09C;
}
.TagClassName
{
border-color: #56F09C;
}
</style>