Shades of Ocean Green #51A16D
Tints of Ocean Green #51A16D
RGB
CMYK
RGB Variations
Color information
#51A16D (or 0x51A16D) is known color: Ocean Green. HEX triplet: 51, A1 and 6D. RGB value is (81,161,109). Sum of RGB (Red+Green+Blue) = 81+161+109=351 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.08% from 351); Green value is 161 (63.28% from 255 or 45.87% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 161 - color contains mainly: green. Hex color #51A16D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51A16D is #AE5E92. Grayscale: #838383. Windows color (decimal): -11427475 or 7184721. OLE color: 7184721.
HSL color Cylindrical-coordinate representation of color #51A16D: hue angle of 141º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #51A16D is Cyan = 0.50, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 81 | 161 | 109 | - |
| CMYK | 0.50 | 0 | 0.32 | 0.37 |
| HSL | 141º | 0.33% | 0.47% | - |
| HSV(B) | 141º | 0.5% | 0.63% | - |
| XYZ | 18.9 | 28.34 | 18.94 | - |
| YUV | 131.15 | 115.5 | 92.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 161 | 109 | 0.50 | 0 | 0.32 | 0.37 | 141 | 0.33 | 0.47 |
| Hex | 51 | A1 | 6D | 32 | 0 | 20 | 25 | 8D | 21 | 2F |
| Octal | 121 | 241 | 155 | 62 | 0 | 40 | 45 | 215 | 41 | 57 |
| Binary | 1010001 | 10100001 | 1101101 | 110010 | 0 | 100000 | 100101 | 10001101 | 100001 | 101111 |
Color Harmonies of #51A16D
Complementary color
Monochromatic Colors of #51A16D
Black with #51A16D
Text Example
Text Example
White with #51A16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A16D; }
p { color: rgb(81,161,109); }
H1.HeaderClassName
{
color: #51A16D;
}
.AnyTagClassName
{
color: #51A16D;
}
</style>
background-color css
<style>
a { background-color: #51A16D; }
a { background-color: rgb(81,161,109); }
div.DivClassName
{
background-color: #51A16D;
}
.BgClassName
{
background-color: #51A16D;
}
</style>
border-color css
<style>
span { border-color: #51A16D; }
span { border-color: rgb(81,161,109); }
td.TdClassName
{
border-color: #51A16D;
}
.TagClassName
{
border-color: #51A16D;
}
</style>