Shades of Medium Aquamarine #51DCAC
Tints of Medium Aquamarine #51DCAC
RGB
CMYK
RGB Variations
Color information
#51DCAC (or 0x51DCAC) is known color: Medium Aquamarine. HEX triplet: 51, DC and AC. RGB value is (81,220,172). Sum of RGB (Red+Green+Blue) = 81+220+172=473 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.12% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 220 - color contains mainly: green. Hex color #51DCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51DCAC is #AE2353. Grayscale: #ADADAD. Windows color (decimal): -11412308 or 11328593. OLE color: 11328593.
HSL color Cylindrical-coordinate representation of color #51DCAC: hue angle of 159.28º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51DCAC is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 220 | 172 | - |
| CMYK | 0.63 | 0 | 0.22 | 0.14 |
| HSL | 159.28º | 0.67% | 0.59% | - |
| HSV(B) | 159.28º | 0.63% | 0.86% | - |
| XYZ | 36.43 | 55.91 | 47.9 | - |
| YUV | 172.97 | 127.45 | 62.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 220 | 172 | 0.63 | 0 | 0.22 | 0.14 | 159.28 | 0.67 | 0.59 |
| Hex | 51 | DC | AC | 3F | 0 | 16 | E | 9F | 43 | 3B |
| Octal | 121 | 334 | 254 | 77 | 0 | 26 | 16 | 237 | 103 | 73 |
| Binary | 1010001 | 11011100 | 10101100 | 111111 | 0 | 10110 | 1110 | 10011111 | 1000011 | 111011 |
Color Harmonies of #51DCAC
Complementary color
Monochromatic Colors of #51DCAC
Black with #51DCAC
Text Example
Text Example
White with #51DCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51DCAC; }
p { color: rgb(81,220,172); }
H1.HeaderClassName
{
color: #51DCAC;
}
.AnyTagClassName
{
color: #51DCAC;
}
</style>
background-color css
<style>
a { background-color: #51DCAC; }
a { background-color: rgb(81,220,172); }
div.DivClassName
{
background-color: #51DCAC;
}
.BgClassName
{
background-color: #51DCAC;
}
</style>
border-color css
<style>
span { border-color: #51DCAC; }
span { border-color: rgb(81,220,172); }
td.TdClassName
{
border-color: #51DCAC;
}
.TagClassName
{
border-color: #51DCAC;
}
</style>