Shades of Medium Aquamarine #51EDB1
Tints of Medium Aquamarine #51EDB1
RGB
CMYK
RGB Variations
Color information
#51EDB1 (or 0x51EDB1) is known color: Medium Aquamarine. HEX triplet: 51, ED and B1. RGB value is (81,237,177). Sum of RGB (Red+Green+Blue) = 81+237+177=495 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.36% from 495); Green value is 237 (92.97% from 255 or 47.88% from 495); Blue value is 177 (69.53% from 255 or 35.76% from 495); Max value from RGB is 237 - color contains mainly: green. Hex color #51EDB1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #51EDB1 is #AE124E. Grayscale: #B7B7B7. Windows color (decimal): -11407951 or 11660625. OLE color: 11660625.
HSL color Cylindrical-coordinate representation of color #51EDB1: hue angle of 156.92º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51EDB1 is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 237 | 177 | - |
| CMYK | 0.66 | 0 | 0.25 | 0.07 |
| HSL | 156.92º | 0.81% | 0.62% | - |
| HSV(B) | 156.92º | 0.66% | 0.93% | - |
| XYZ | 41.61 | 65.49 | 52.04 | - |
| YUV | 183.52 | 124.32 | 54.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 237 | 177 | 0.66 | 0 | 0.25 | 0.07 | 156.92 | 0.81 | 0.62 |
| Hex | 51 | ED | B1 | 42 | 0 | 19 | 7 | 9D | 51 | 3E |
| Octal | 121 | 355 | 261 | 102 | 0 | 31 | 7 | 235 | 121 | 76 |
| Binary | 1010001 | 11101101 | 10110001 | 1000010 | 0 | 11001 | 111 | 10011101 | 1010001 | 111110 |
Color Harmonies of #51EDB1
Complementary color
Monochromatic Colors of #51EDB1
Black with #51EDB1
Text Example
Text Example
White with #51EDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51EDB1; }
p { color: rgb(81,237,177); }
H1.HeaderClassName
{
color: #51EDB1;
}
.AnyTagClassName
{
color: #51EDB1;
}
</style>
background-color css
<style>
a { background-color: #51EDB1; }
a { background-color: rgb(81,237,177); }
div.DivClassName
{
background-color: #51EDB1;
}
.BgClassName
{
background-color: #51EDB1;
}
</style>
border-color css
<style>
span { border-color: #51EDB1; }
span { border-color: rgb(81,237,177); }
td.TdClassName
{
border-color: #51EDB1;
}
.TagClassName
{
border-color: #51EDB1;
}
</style>