Shades of Medium Aquamarine #51F696
Tints of Medium Aquamarine #51F696
RGB
CMYK
RGB Variations
Color information
#51F696 (or 0x51F696) is known color: Medium Aquamarine. HEX triplet: 51, F6 and 96. RGB value is (81,246,150). Sum of RGB (Red+Green+Blue) = 81+246+150=477 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.98% from 477); Green value is 246 (96.48% from 255 or 51.57% from 477); Blue value is 150 (58.98% from 255 or 31.45% from 477); Max value from RGB is 246 - color contains mainly: green. Hex color #51F696 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #51F696 is #AE0969. Grayscale: #B9B9B9. Windows color (decimal): -11405674 or 9893457. OLE color: 9893457.
HSL color Cylindrical-coordinate representation of color #51F696: hue angle of 145.09º 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 #51F696 is Cyan = 0.67, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 81 | 246 | 150 | - |
| CMYK | 0.67 | 0 | 0.39 | 0.04 |
| HSL | 145.09º | 0.9% | 0.64% | - |
| HSV(B) | 145.09º | 0.67% | 0.96% | - |
| XYZ | 41.85 | 69.86 | 40.13 | - |
| YUV | 185.72 | 107.84 | 53.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 246 | 150 | 0.67 | 0 | 0.39 | 0.04 | 145.09 | 0.9 | 0.64 |
| Hex | 51 | F6 | 96 | 43 | 0 | 27 | 4 | 91 | 5A | 40 |
| Octal | 121 | 366 | 226 | 103 | 0 | 47 | 4 | 221 | 132 | 100 |
| Binary | 1010001 | 11110110 | 10010110 | 1000011 | 0 | 100111 | 100 | 10010001 | 1011010 | 1000000 |
Color Harmonies of #51F696
Complementary color
Monochromatic Colors of #51F696
Black with #51F696
Text Example
Text Example
White with #51F696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51F696; }
p { color: rgb(81,246,150); }
H1.HeaderClassName
{
color: #51F696;
}
.AnyTagClassName
{
color: #51F696;
}
</style>
background-color css
<style>
a { background-color: #51F696; }
a { background-color: rgb(81,246,150); }
div.DivClassName
{
background-color: #51F696;
}
.BgClassName
{
background-color: #51F696;
}
</style>
border-color css
<style>
span { border-color: #51F696; }
span { border-color: rgb(81,246,150); }
td.TdClassName
{
border-color: #51F696;
}
.TagClassName
{
border-color: #51F696;
}
</style>