Shades of Medium Aquamarine #51D6B0
Tints of Medium Aquamarine #51D6B0
RGB
CMYK
RGB Variations
Color information
#51D6B0 (or 0x51D6B0) is known color: Medium Aquamarine. HEX triplet: 51, D6 and B0. RGB value is (81,214,176). Sum of RGB (Red+Green+Blue) = 81+214+176=471 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.20% from 471); Green value is 214 (83.98% from 255 or 45.44% from 471); Blue value is 176 (69.14% from 255 or 37.37% from 471); Max value from RGB is 214 - color contains mainly: green. Hex color #51D6B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51D6B0 is #AE294F. Grayscale: #A9A9A9. Windows color (decimal): -11413840 or 11589201. OLE color: 11589201.
HSL color Cylindrical-coordinate representation of color #51D6B0: hue angle of 162.86º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #51D6B0 is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 81 | 214 | 176 | - |
| CMYK | 0.62 | 0 | 0.18 | 0.16 |
| HSL | 162.86º | 0.62% | 0.58% | - |
| HSV(B) | 162.86º | 0.62% | 0.84% | - |
| XYZ | 35.28 | 52.98 | 49.44 | - |
| YUV | 169.9 | 131.44 | 64.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 214 | 176 | 0.62 | 0 | 0.18 | 0.16 | 162.86 | 0.62 | 0.58 |
| Hex | 51 | D6 | B0 | 3E | 0 | 12 | 10 | A3 | 3E | 3A |
| Octal | 121 | 326 | 260 | 76 | 0 | 22 | 20 | 243 | 76 | 72 |
| Binary | 1010001 | 11010110 | 10110000 | 111110 | 0 | 10010 | 10000 | 10100011 | 111110 | 111010 |
Color Harmonies of #51D6B0
Complementary color
Monochromatic Colors of #51D6B0
Black with #51D6B0
Text Example
Text Example
White with #51D6B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51D6B0; }
p { color: rgb(81,214,176); }
H1.HeaderClassName
{
color: #51D6B0;
}
.AnyTagClassName
{
color: #51D6B0;
}
</style>
background-color css
<style>
a { background-color: #51D6B0; }
a { background-color: rgb(81,214,176); }
div.DivClassName
{
background-color: #51D6B0;
}
.BgClassName
{
background-color: #51D6B0;
}
</style>
border-color css
<style>
span { border-color: #51D6B0; }
span { border-color: rgb(81,214,176); }
td.TdClassName
{
border-color: #51D6B0;
}
.TagClassName
{
border-color: #51D6B0;
}
</style>