Shades of Medium Aquamarine #51D8AF
Tints of Medium Aquamarine #51D8AF
RGB
CMYK
RGB Variations
Color information
#51D8AF (or 0x51D8AF) is known color: Medium Aquamarine. HEX triplet: 51, D8 and AF. RGB value is (81,216,175). Sum of RGB (Red+Green+Blue) = 81+216+175=472 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.16% from 472); Green value is 216 (84.77% from 255 or 45.76% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 216 - color contains mainly: green. Hex color #51D8AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51D8AF is #AE2750. Grayscale: #AAAAAA. Windows color (decimal): -11413329 or 11524177. OLE color: 11524177.
HSL color Cylindrical-coordinate representation of color #51D8AF: hue angle of 161.78º 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 #51D8AF is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 81 | 216 | 175 | - |
| CMYK | 0.62 | 0 | 0.19 | 0.15 |
| HSL | 161.78º | 0.63% | 0.58% | - |
| HSV(B) | 161.78º | 0.63% | 0.85% | - |
| XYZ | 35.69 | 53.96 | 49.09 | - |
| YUV | 170.96 | 130.27 | 63.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 216 | 175 | 0.62 | 0 | 0.19 | 0.15 | 161.78 | 0.63 | 0.58 |
| Hex | 51 | D8 | AF | 3E | 0 | 13 | F | A2 | 3F | 3A |
| Octal | 121 | 330 | 257 | 76 | 0 | 23 | 17 | 242 | 77 | 72 |
| Binary | 1010001 | 11011000 | 10101111 | 111110 | 0 | 10011 | 1111 | 10100010 | 111111 | 111010 |
Color Harmonies of #51D8AF
Complementary color
Monochromatic Colors of #51D8AF
Black with #51D8AF
Text Example
Text Example
White with #51D8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51D8AF; }
p { color: rgb(81,216,175); }
H1.HeaderClassName
{
color: #51D8AF;
}
.AnyTagClassName
{
color: #51D8AF;
}
</style>
background-color css
<style>
a { background-color: #51D8AF; }
a { background-color: rgb(81,216,175); }
div.DivClassName
{
background-color: #51D8AF;
}
.BgClassName
{
background-color: #51D8AF;
}
</style>
border-color css
<style>
span { border-color: #51D8AF; }
span { border-color: rgb(81,216,175); }
td.TdClassName
{
border-color: #51D8AF;
}
.TagClassName
{
border-color: #51D8AF;
}
</style>