Shades of Medium Aquamarine #56CFAC
Tints of Medium Aquamarine #56CFAC
RGB
CMYK
RGB Variations
Color information
#56CFAC (or 0x56CFAC) is known color: Medium Aquamarine. HEX triplet: 56, CF and AC. RGB value is (86,207,172). Sum of RGB (Red+Green+Blue) = 86+207+172=465 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.49% from 465); Green value is 207 (81.25% from 255 or 44.52% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 207 - color contains mainly: green. Hex color #56CFAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56CFAC is #A93053. Grayscale: #A6A6A6. Windows color (decimal): -11087956 or 11325270. OLE color: 11325270.
HSL color Cylindrical-coordinate representation of color #56CFAC: hue angle of 162.64º 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 #56CFAC is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 86 | 207 | 172 | - |
| CMYK | 0.58 | 0 | 0.17 | 0.19 |
| HSL | 162.64º | 0.56% | 0.57% | - |
| HSV(B) | 162.64º | 0.58% | 0.81% | - |
| XYZ | 33.6 | 49.58 | 46.83 | - |
| YUV | 166.83 | 130.91 | 70.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 207 | 172 | 0.58 | 0 | 0.17 | 0.19 | 162.64 | 0.56 | 0.57 |
| Hex | 56 | CF | AC | 3A | 0 | 11 | 13 | A3 | 38 | 39 |
| Octal | 126 | 317 | 254 | 72 | 0 | 21 | 23 | 243 | 70 | 71 |
| Binary | 1010110 | 11001111 | 10101100 | 111010 | 0 | 10001 | 10011 | 10100011 | 111000 | 111001 |
Color Harmonies of #56CFAC
Complementary color
Monochromatic Colors of #56CFAC
Black with #56CFAC
Text Example
Text Example
White with #56CFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CFAC; }
p { color: rgb(86,207,172); }
H1.HeaderClassName
{
color: #56CFAC;
}
.AnyTagClassName
{
color: #56CFAC;
}
</style>
background-color css
<style>
a { background-color: #56CFAC; }
a { background-color: rgb(86,207,172); }
div.DivClassName
{
background-color: #56CFAC;
}
.BgClassName
{
background-color: #56CFAC;
}
</style>
border-color css
<style>
span { border-color: #56CFAC; }
span { border-color: rgb(86,207,172); }
td.TdClassName
{
border-color: #56CFAC;
}
.TagClassName
{
border-color: #56CFAC;
}
</style>