Shades of Emerald #51BA7A
Tints of Emerald #51BA7A
RGB
CMYK
RGB Variations
Color information
#51BA7A (or 0x51BA7A) is known color: Emerald. HEX triplet: 51, BA and 7A. RGB value is (81,186,122). Sum of RGB (Red+Green+Blue) = 81+186+122=389 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.82% from 389); Green value is 186 (73.05% from 255 or 47.81% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 186 - color contains mainly: green. Hex color #51BA7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51BA7A is #AE4585. Grayscale: #939393. Windows color (decimal): -11421062 or 8043089. OLE color: 8043089.
HSL color Cylindrical-coordinate representation of color #51BA7A: hue angle of 143.43º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #51BA7A is Cyan = 0.56, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 186 | 122 | - |
| CMYK | 0.56 | 0 | 0.34 | 0.27 |
| HSL | 143.43º | 0.43% | 0.52% | - |
| HSV(B) | 143.43º | 0.56% | 0.73% | - |
| XYZ | 24.47 | 38.27 | 24.51 | - |
| YUV | 147.31 | 113.71 | 80.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 186 | 122 | 0.56 | 0 | 0.34 | 0.27 | 143.43 | 0.43 | 0.52 |
| Hex | 51 | BA | 7A | 38 | 0 | 22 | 1B | 8F | 2B | 34 |
| Octal | 121 | 272 | 172 | 70 | 0 | 42 | 33 | 217 | 53 | 64 |
| Binary | 1010001 | 10111010 | 1111010 | 111000 | 0 | 100010 | 11011 | 10001111 | 101011 | 110100 |
Color Harmonies of #51BA7A
Complementary color
Monochromatic Colors of #51BA7A
Black with #51BA7A
Text Example
Text Example
White with #51BA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51BA7A; }
p { color: rgb(81,186,122); }
H1.HeaderClassName
{
color: #51BA7A;
}
.AnyTagClassName
{
color: #51BA7A;
}
</style>
background-color css
<style>
a { background-color: #51BA7A; }
a { background-color: rgb(81,186,122); }
div.DivClassName
{
background-color: #51BA7A;
}
.BgClassName
{
background-color: #51BA7A;
}
</style>
border-color css
<style>
span { border-color: #51BA7A; }
span { border-color: rgb(81,186,122); }
td.TdClassName
{
border-color: #51BA7A;
}
.TagClassName
{
border-color: #51BA7A;
}
</style>