Shades of Medium Aquamarine #51DBAC
Tints of Medium Aquamarine #51DBAC
RGB
CMYK
RGB Variations
Color information
#51DBAC (or 0x51DBAC) is known color: Medium Aquamarine. HEX triplet: 51, DB and AC. RGB value is (81,219,172). Sum of RGB (Red+Green+Blue) = 81+219+172=472 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.16% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 219 - color contains mainly: green. Hex color #51DBAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51DBAC is #AE2453. Grayscale: #ACACAC. Windows color (decimal): -11412564 or 11328337. OLE color: 11328337.
HSL color Cylindrical-coordinate representation of color #51DBAC: hue angle of 159.57º degrees, saturation: 0.66, 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 #51DBAC is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 219 | 172 | - |
| CMYK | 0.63 | 0 | 0.21 | 0.14 |
| HSL | 159.57º | 0.66% | 0.59% | - |
| HSV(B) | 159.57º | 0.63% | 0.86% | - |
| XYZ | 36.17 | 55.39 | 47.81 | - |
| YUV | 172.38 | 127.78 | 62.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 219 | 172 | 0.63 | 0 | 0.21 | 0.14 | 159.57 | 0.66 | 0.59 |
| Hex | 51 | DB | AC | 3F | 0 | 15 | E | A0 | 42 | 3B |
| Octal | 121 | 333 | 254 | 77 | 0 | 25 | 16 | 240 | 102 | 73 |
| Binary | 1010001 | 11011011 | 10101100 | 111111 | 0 | 10101 | 1110 | 10100000 | 1000010 | 111011 |
Color Harmonies of #51DBAC
Complementary color
Monochromatic Colors of #51DBAC
Black with #51DBAC
Text Example
Text Example
White with #51DBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51DBAC; }
p { color: rgb(81,219,172); }
H1.HeaderClassName
{
color: #51DBAC;
}
.AnyTagClassName
{
color: #51DBAC;
}
</style>
background-color css
<style>
a { background-color: #51DBAC; }
a { background-color: rgb(81,219,172); }
div.DivClassName
{
background-color: #51DBAC;
}
.BgClassName
{
background-color: #51DBAC;
}
</style>
border-color css
<style>
span { border-color: #51DBAC; }
span { border-color: rgb(81,219,172); }
td.TdClassName
{
border-color: #51DBAC;
}
.TagClassName
{
border-color: #51DBAC;
}
</style>