Shades of Medium Aquamarine #51D8AD
Tints of Medium Aquamarine #51D8AD
RGB
CMYK
RGB Variations
Color information
#51D8AD (or 0x51D8AD) is known color: Medium Aquamarine. HEX triplet: 51, D8 and AD. RGB value is (81,216,173). Sum of RGB (Red+Green+Blue) = 81+216+173=470 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.23% from 470); Green value is 216 (84.77% from 255 or 45.96% from 470); Blue value is 173 (67.97% from 255 or 36.81% from 470); Max value from RGB is 216 - color contains mainly: green. Hex color #51D8AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51D8AD is #AE2752. Grayscale: #AAAAAA. Windows color (decimal): -11413331 or 11393105. OLE color: 11393105.
HSL color Cylindrical-coordinate representation of color #51D8AD: hue angle of 160.89º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #51D8AD is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 81 | 216 | 173 | - |
| CMYK | 0.62 | 0 | 0.20 | 0.15 |
| HSL | 160.89º | 0.63% | 0.58% | - |
| HSV(B) | 160.89º | 0.63% | 0.85% | - |
| XYZ | 35.49 | 53.88 | 48.06 | - |
| YUV | 170.73 | 129.27 | 64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 216 | 173 | 0.62 | 0 | 0.20 | 0.15 | 160.89 | 0.63 | 0.58 |
| Hex | 51 | D8 | AD | 3E | 0 | 14 | F | A1 | 3F | 3A |
| Octal | 121 | 330 | 255 | 76 | 0 | 24 | 17 | 241 | 77 | 72 |
| Binary | 1010001 | 11011000 | 10101101 | 111110 | 0 | 10100 | 1111 | 10100001 | 111111 | 111010 |
Color Harmonies of #51D8AD
Complementary color
Monochromatic Colors of #51D8AD
Black with #51D8AD
Text Example
Text Example
White with #51D8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51D8AD; }
p { color: rgb(81,216,173); }
H1.HeaderClassName
{
color: #51D8AD;
}
.AnyTagClassName
{
color: #51D8AD;
}
</style>
background-color css
<style>
a { background-color: #51D8AD; }
a { background-color: rgb(81,216,173); }
div.DivClassName
{
background-color: #51D8AD;
}
.BgClassName
{
background-color: #51D8AD;
}
</style>
border-color css
<style>
span { border-color: #51D8AD; }
span { border-color: rgb(81,216,173); }
td.TdClassName
{
border-color: #51D8AD;
}
.TagClassName
{
border-color: #51D8AD;
}
</style>