Shades of Medium Aquamarine #51FEA0
Tints of Medium Aquamarine #51FEA0
RGB
CMYK
RGB Variations
Color information
#51FEA0 (or 0x51FEA0) is known color: Medium Aquamarine. HEX triplet: 51, FE and A0. RGB value is (81,254,160). Sum of RGB (Red+Green+Blue) = 81+254+160=495 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.36% from 495); Green value is 254 (99.61% from 255 or 51.31% from 495); Blue value is 160 (62.89% from 255 or 32.32% from 495); Max value from RGB is 254 - color contains mainly: green. Hex color #51FEA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #51FEA0 is #AE015F. Grayscale: #BFBFBF. Windows color (decimal): -11403616 or 10550865. OLE color: 10550865.
HSL color Cylindrical-coordinate representation of color #51FEA0: hue angle of 147.4º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51FEA0 is Cyan = 0.68, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 81 | 254 | 160 | - |
| CMYK | 0.68 | 0 | 0.37 | 0.00 |
| HSL | 147.4º | 0.99% | 0.66% | - |
| HSV(B) | 147.4º | 0.68% | 1% | - |
| XYZ | 45.18 | 75.17 | 45.39 | - |
| YUV | 191.56 | 110.19 | 49.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 254 | 160 | 0.68 | 0 | 0.37 | 0.00 | 147.4 | 0.99 | 0.66 |
| Hex | 51 | FE | A0 | 44 | 0 | 25 | 0 | 93 | 63 | 42 |
| Octal | 121 | 376 | 240 | 104 | 0 | 45 | 0 | 223 | 143 | 102 |
| Binary | 1010001 | 11111110 | 10100000 | 1000100 | 0 | 100101 | 0 | 10010011 | 1100011 | 1000010 |
Color Harmonies of #51FEA0
Complementary color
Monochromatic Colors of #51FEA0
Black with #51FEA0
Text Example
Text Example
White with #51FEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51FEA0; }
p { color: rgb(81,254,160); }
H1.HeaderClassName
{
color: #51FEA0;
}
.AnyTagClassName
{
color: #51FEA0;
}
</style>
background-color css
<style>
a { background-color: #51FEA0; }
a { background-color: rgb(81,254,160); }
div.DivClassName
{
background-color: #51FEA0;
}
.BgClassName
{
background-color: #51FEA0;
}
</style>
border-color css
<style>
span { border-color: #51FEA0; }
span { border-color: rgb(81,254,160); }
td.TdClassName
{
border-color: #51FEA0;
}
.TagClassName
{
border-color: #51FEA0;
}
</style>