Shades of Medium Aquamarine #51F6A0
Tints of Medium Aquamarine #51F6A0
RGB
CMYK
RGB Variations
Color information
#51F6A0 (or 0x51F6A0) is known color: Medium Aquamarine. HEX triplet: 51, F6 and A0. RGB value is (81,246,160). Sum of RGB (Red+Green+Blue) = 81+246+160=487 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.63% from 487); Green value is 246 (96.48% from 255 or 50.51% from 487); Blue value is 160 (62.89% from 255 or 32.85% from 487); Max value from RGB is 246 - color contains mainly: green. Hex color #51F6A0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #51F6A0 is #AE095F. Grayscale: #BBBBBB. Windows color (decimal): -11405664 or 10548817. OLE color: 10548817.
HSL color Cylindrical-coordinate representation of color #51F6A0: hue angle of 148.73º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51F6A0 is Cyan = 0.67, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 81 | 246 | 160 | - |
| CMYK | 0.67 | 0 | 0.35 | 0.04 |
| HSL | 148.73º | 0.9% | 0.64% | - |
| HSV(B) | 148.73º | 0.67% | 0.96% | - |
| XYZ | 42.69 | 70.2 | 44.56 | - |
| YUV | 186.86 | 112.84 | 52.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 246 | 160 | 0.67 | 0 | 0.35 | 0.04 | 148.73 | 0.9 | 0.64 |
| Hex | 51 | F6 | A0 | 43 | 0 | 23 | 4 | 95 | 5A | 40 |
| Octal | 121 | 366 | 240 | 103 | 0 | 43 | 4 | 225 | 132 | 100 |
| Binary | 1010001 | 11110110 | 10100000 | 1000011 | 0 | 100011 | 100 | 10010101 | 1011010 | 1000000 |
Color Harmonies of #51F6A0
Complementary color
Monochromatic Colors of #51F6A0
Black with #51F6A0
Text Example
Text Example
White with #51F6A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51F6A0; }
p { color: rgb(81,246,160); }
H1.HeaderClassName
{
color: #51F6A0;
}
.AnyTagClassName
{
color: #51F6A0;
}
</style>
background-color css
<style>
a { background-color: #51F6A0; }
a { background-color: rgb(81,246,160); }
div.DivClassName
{
background-color: #51F6A0;
}
.BgClassName
{
background-color: #51F6A0;
}
</style>
border-color css
<style>
span { border-color: #51F6A0; }
span { border-color: rgb(81,246,160); }
td.TdClassName
{
border-color: #51F6A0;
}
.TagClassName
{
border-color: #51F6A0;
}
</style>