Shades of Medium Aquamarine #56D698
Tints of Medium Aquamarine #56D698
RGB
CMYK
RGB Variations
Color information
#56D698 (or 0x56D698) is known color: Medium Aquamarine. HEX triplet: 56, D6 and 98. RGB value is (86,214,152). Sum of RGB (Red+Green+Blue) = 86+214+152=452 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.03% from 452); Green value is 214 (83.98% from 255 or 47.35% from 452); Blue value is 152 (59.77% from 255 or 33.63% from 452); Max value from RGB is 214 - color contains mainly: green. Hex color #56D698 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56D698 is #A92967. Grayscale: #A8A8A8. Windows color (decimal): -11086184 or 10016342. OLE color: 10016342.
HSL color Cylindrical-coordinate representation of color #56D698: hue angle of 150.94º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #56D698 is Cyan = 0.60, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 86 | 214 | 152 | - |
| CMYK | 0.60 | 0 | 0.29 | 0.16 |
| HSL | 150.94º | 0.61% | 0.59% | - |
| HSV(B) | 150.94º | 0.6% | 0.84% | - |
| XYZ | 33.55 | 52.34 | 38.04 | - |
| YUV | 168.66 | 118.59 | 69.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 214 | 152 | 0.60 | 0 | 0.29 | 0.16 | 150.94 | 0.61 | 0.59 |
| Hex | 56 | D6 | 98 | 3C | 0 | 1D | 10 | 97 | 3D | 3B |
| Octal | 126 | 326 | 230 | 74 | 0 | 35 | 20 | 227 | 75 | 73 |
| Binary | 1010110 | 11010110 | 10011000 | 111100 | 0 | 11101 | 10000 | 10010111 | 111101 | 111011 |
Color Harmonies of #56D698
Complementary color
Monochromatic Colors of #56D698
Black with #56D698
Text Example
Text Example
White with #56D698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56D698; }
p { color: rgb(86,214,152); }
H1.HeaderClassName
{
color: #56D698;
}
.AnyTagClassName
{
color: #56D698;
}
</style>
background-color css
<style>
a { background-color: #56D698; }
a { background-color: rgb(86,214,152); }
div.DivClassName
{
background-color: #56D698;
}
.BgClassName
{
background-color: #56D698;
}
</style>
border-color css
<style>
span { border-color: #56D698; }
span { border-color: rgb(86,214,152); }
td.TdClassName
{
border-color: #56D698;
}
.TagClassName
{
border-color: #56D698;
}
</style>