Shades of Medium Aquamarine #56F3A2
Tints of Medium Aquamarine #56F3A2
RGB
CMYK
RGB Variations
Color information
#56F3A2 (or 0x56F3A2) is known color: Medium Aquamarine. HEX triplet: 56, F3 and A2. RGB value is (86,243,162). Sum of RGB (Red+Green+Blue) = 86+243+162=491 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.52% from 491); Green value is 243 (95.31% from 255 or 49.49% from 491); Blue value is 162 (63.67% from 255 or 32.99% from 491); Max value from RGB is 243 - color contains mainly: green. Hex color #56F3A2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #56F3A2 is #A90C5D. Grayscale: #BABABA. Windows color (decimal): -11078750 or 10679126. OLE color: 10679126.
HSL color Cylindrical-coordinate representation of color #56F3A2: hue angle of 149.04º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56F3A2 is Cyan = 0.65, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 86 | 243 | 162 | - |
| CMYK | 0.65 | 0 | 0.33 | 0.05 |
| HSL | 149.04º | 0.87% | 0.65% | - |
| HSV(B) | 149.04º | 0.65% | 0.95% | - |
| XYZ | 42.41 | 68.69 | 45.21 | - |
| YUV | 186.82 | 113.99 | 56.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 243 | 162 | 0.65 | 0 | 0.33 | 0.05 | 149.04 | 0.87 | 0.65 |
| Hex | 56 | F3 | A2 | 41 | 0 | 21 | 5 | 95 | 57 | 41 |
| Octal | 126 | 363 | 242 | 101 | 0 | 41 | 5 | 225 | 127 | 101 |
| Binary | 1010110 | 11110011 | 10100010 | 1000001 | 0 | 100001 | 101 | 10010101 | 1010111 | 1000001 |
Color Harmonies of #56F3A2
Complementary color
Monochromatic Colors of #56F3A2
Black with #56F3A2
Text Example
Text Example
White with #56F3A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56F3A2; }
p { color: rgb(86,243,162); }
H1.HeaderClassName
{
color: #56F3A2;
}
.AnyTagClassName
{
color: #56F3A2;
}
</style>
background-color css
<style>
a { background-color: #56F3A2; }
a { background-color: rgb(86,243,162); }
div.DivClassName
{
background-color: #56F3A2;
}
.BgClassName
{
background-color: #56F3A2;
}
</style>
border-color css
<style>
span { border-color: #56F3A2; }
span { border-color: rgb(86,243,162); }
td.TdClassName
{
border-color: #56F3A2;
}
.TagClassName
{
border-color: #56F3A2;
}
</style>