Shades of Medium Aquamarine #51D9AF
Tints of Medium Aquamarine #51D9AF
RGB
CMYK
RGB Variations
Color information
#51D9AF (or 0x51D9AF) is known color: Medium Aquamarine. HEX triplet: 51, D9 and AF. RGB value is (81,217,175). Sum of RGB (Red+Green+Blue) = 81+217+175=473 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.12% from 473); Green value is 217 (85.16% from 255 or 45.88% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 217 - color contains mainly: green. Hex color #51D9AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51D9AF is #AE2650. Grayscale: #ABABAB. Windows color (decimal): -11413073 or 11524433. OLE color: 11524433.
HSL color Cylindrical-coordinate representation of color #51D9AF: hue angle of 161.47º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51D9AF is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 81 | 217 | 175 | - |
| CMYK | 0.63 | 0 | 0.19 | 0.15 |
| HSL | 161.47º | 0.64% | 0.58% | - |
| HSV(B) | 161.47º | 0.63% | 0.85% | - |
| XYZ | 35.94 | 54.47 | 49.18 | - |
| YUV | 171.55 | 129.94 | 63.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 217 | 175 | 0.63 | 0 | 0.19 | 0.15 | 161.47 | 0.64 | 0.58 |
| Hex | 51 | D9 | AF | 3F | 0 | 13 | F | A1 | 40 | 3A |
| Octal | 121 | 331 | 257 | 77 | 0 | 23 | 17 | 241 | 100 | 72 |
| Binary | 1010001 | 11011001 | 10101111 | 111111 | 0 | 10011 | 1111 | 10100001 | 1000000 | 111010 |
Color Harmonies of #51D9AF
Complementary color
Monochromatic Colors of #51D9AF
Black with #51D9AF
Text Example
Text Example
White with #51D9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51D9AF; }
p { color: rgb(81,217,175); }
H1.HeaderClassName
{
color: #51D9AF;
}
.AnyTagClassName
{
color: #51D9AF;
}
</style>
background-color css
<style>
a { background-color: #51D9AF; }
a { background-color: rgb(81,217,175); }
div.DivClassName
{
background-color: #51D9AF;
}
.BgClassName
{
background-color: #51D9AF;
}
</style>
border-color css
<style>
span { border-color: #51D9AF; }
span { border-color: rgb(81,217,175); }
td.TdClassName
{
border-color: #51D9AF;
}
.TagClassName
{
border-color: #51D9AF;
}
</style>