Shades of Medium Aquamarine #51D1AF
Tints of Medium Aquamarine #51D1AF
RGB
CMYK
RGB Variations
Color information
#51D1AF (or 0x51D1AF) is known color: Medium Aquamarine. HEX triplet: 51, D1 and AF. RGB value is (81,209,175). Sum of RGB (Red+Green+Blue) = 81+209+175=465 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.42% from 465); Green value is 209 (82.03% from 255 or 44.95% from 465); Blue value is 175 (68.75% from 255 or 37.63% from 465); Max value from RGB is 209 - color contains mainly: green. Hex color #51D1AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51D1AF is #AE2E50. Grayscale: #A6A6A6. Windows color (decimal): -11415121 or 11522385. OLE color: 11522385.
HSL color Cylindrical-coordinate representation of color #51D1AF: hue angle of 164.06º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #51D1AF is Cyan = 0.61, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 81 | 209 | 175 | - |
| CMYK | 0.61 | 0 | 0.16 | 0.18 |
| HSL | 164.06º | 0.58% | 0.57% | - |
| HSV(B) | 164.06º | 0.61% | 0.82% | - |
| XYZ | 33.93 | 50.45 | 48.51 | - |
| YUV | 166.85 | 132.59 | 66.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 209 | 175 | 0.61 | 0 | 0.16 | 0.18 | 164.06 | 0.58 | 0.57 |
| Hex | 51 | D1 | AF | 3D | 0 | 10 | 12 | A4 | 3A | 39 |
| Octal | 121 | 321 | 257 | 75 | 0 | 20 | 22 | 244 | 72 | 71 |
| Binary | 1010001 | 11010001 | 10101111 | 111101 | 0 | 10000 | 10010 | 10100100 | 111010 | 111001 |
Color Harmonies of #51D1AF
Complementary color
Monochromatic Colors of #51D1AF
Black with #51D1AF
Text Example
Text Example
White with #51D1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51D1AF; }
p { color: rgb(81,209,175); }
H1.HeaderClassName
{
color: #51D1AF;
}
.AnyTagClassName
{
color: #51D1AF;
}
</style>
background-color css
<style>
a { background-color: #51D1AF; }
a { background-color: rgb(81,209,175); }
div.DivClassName
{
background-color: #51D1AF;
}
.BgClassName
{
background-color: #51D1AF;
}
</style>
border-color css
<style>
span { border-color: #51D1AF; }
span { border-color: rgb(81,209,175); }
td.TdClassName
{
border-color: #51D1AF;
}
.TagClassName
{
border-color: #51D1AF;
}
</style>