Shades of Medium Aquamarine #56CFA2
Tints of Medium Aquamarine #56CFA2
RGB
CMYK
RGB Variations
Color information
#56CFA2 (or 0x56CFA2) is known color: Medium Aquamarine. HEX triplet: 56, CF and A2. RGB value is (86,207,162). Sum of RGB (Red+Green+Blue) = 86+207+162=455 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.90% from 455); Green value is 207 (81.25% from 255 or 45.49% from 455); Blue value is 162 (63.67% from 255 or 35.60% from 455); Max value from RGB is 207 - color contains mainly: green. Hex color #56CFA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56CFA2 is #A9305D. Grayscale: #A5A5A5. Windows color (decimal): -11087966 or 10669910. OLE color: 10669910.
HSL color Cylindrical-coordinate representation of color #56CFA2: hue angle of 157.69º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56CFA2 is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 86 | 207 | 162 | - |
| CMYK | 0.58 | 0 | 0.22 | 0.19 |
| HSL | 157.69º | 0.56% | 0.57% | - |
| HSV(B) | 157.69º | 0.58% | 0.81% | - |
| XYZ | 32.67 | 49.21 | 41.96 | - |
| YUV | 165.69 | 125.91 | 71.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 207 | 162 | 0.58 | 0 | 0.22 | 0.19 | 157.69 | 0.56 | 0.57 |
| Hex | 56 | CF | A2 | 3A | 0 | 16 | 13 | 9E | 38 | 39 |
| Octal | 126 | 317 | 242 | 72 | 0 | 26 | 23 | 236 | 70 | 71 |
| Binary | 1010110 | 11001111 | 10100010 | 111010 | 0 | 10110 | 10011 | 10011110 | 111000 | 111001 |
Color Harmonies of #56CFA2
Complementary color
Monochromatic Colors of #56CFA2
Black with #56CFA2
Text Example
Text Example
White with #56CFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CFA2; }
p { color: rgb(86,207,162); }
H1.HeaderClassName
{
color: #56CFA2;
}
.AnyTagClassName
{
color: #56CFA2;
}
</style>
background-color css
<style>
a { background-color: #56CFA2; }
a { background-color: rgb(86,207,162); }
div.DivClassName
{
background-color: #56CFA2;
}
.BgClassName
{
background-color: #56CFA2;
}
</style>
border-color css
<style>
span { border-color: #56CFA2; }
span { border-color: rgb(86,207,162); }
td.TdClassName
{
border-color: #56CFA2;
}
.TagClassName
{
border-color: #56CFA2;
}
</style>