Shades of Medium Aquamarine #51D5B0
Tints of Medium Aquamarine #51D5B0
RGB
CMYK
RGB Variations
Color information
#51D5B0 (or 0x51D5B0) is known color: Medium Aquamarine. HEX triplet: 51, D5 and B0. RGB value is (81,213,176). Sum of RGB (Red+Green+Blue) = 81+213+176=470 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.23% from 470); Green value is 213 (83.59% from 255 or 45.32% from 470); Blue value is 176 (69.14% from 255 or 37.45% from 470); Max value from RGB is 213 - color contains mainly: green. Hex color #51D5B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51D5B0 is #AE2A4F. Grayscale: #A9A9A9. Windows color (decimal): -11414096 or 11588945. OLE color: 11588945.
HSL color Cylindrical-coordinate representation of color #51D5B0: hue angle of 163.18º degrees, saturation: 0.61, 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 #51D5B0 is Cyan = 0.62, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 81 | 213 | 176 | - |
| CMYK | 0.62 | 0 | 0.17 | 0.16 |
| HSL | 163.18º | 0.61% | 0.58% | - |
| HSV(B) | 163.18º | 0.62% | 0.84% | - |
| XYZ | 35.02 | 52.47 | 49.36 | - |
| YUV | 169.31 | 131.77 | 65.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 213 | 176 | 0.62 | 0 | 0.17 | 0.16 | 163.18 | 0.61 | 0.58 |
| Hex | 51 | D5 | B0 | 3E | 0 | 11 | 10 | A3 | 3D | 3A |
| Octal | 121 | 325 | 260 | 76 | 0 | 21 | 20 | 243 | 75 | 72 |
| Binary | 1010001 | 11010101 | 10110000 | 111110 | 0 | 10001 | 10000 | 10100011 | 111101 | 111010 |
Color Harmonies of #51D5B0
Complementary color
Monochromatic Colors of #51D5B0
Black with #51D5B0
Text Example
Text Example
White with #51D5B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51D5B0; }
p { color: rgb(81,213,176); }
H1.HeaderClassName
{
color: #51D5B0;
}
.AnyTagClassName
{
color: #51D5B0;
}
</style>
background-color css
<style>
a { background-color: #51D5B0; }
a { background-color: rgb(81,213,176); }
div.DivClassName
{
background-color: #51D5B0;
}
.BgClassName
{
background-color: #51D5B0;
}
</style>
border-color css
<style>
span { border-color: #51D5B0; }
span { border-color: rgb(81,213,176); }
td.TdClassName
{
border-color: #51D5B0;
}
.TagClassName
{
border-color: #51D5B0;
}
</style>