Shades of Ocean Green #51A273
Tints of Ocean Green #51A273
RGB
CMYK
RGB Variations
Color information
#51A273 (or 0x51A273) is known color: Ocean Green. HEX triplet: 51, A2 and 73. RGB value is (81,162,115). Sum of RGB (Red+Green+Blue) = 81+162+115=358 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.63% from 358); Green value is 162 (63.67% from 255 or 45.25% from 358); Blue value is 115 (45.31% from 255 or 32.12% from 358); Max value from RGB is 162 - color contains mainly: green. Hex color #51A273 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51A273 is #AE5D8C. Grayscale: #848484. Windows color (decimal): -11427213 or 7578193. OLE color: 7578193.
HSL color Cylindrical-coordinate representation of color #51A273: hue angle of 145.19º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #51A273 is Cyan = 0.50, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 81 | 162 | 115 | - |
| CMYK | 0.50 | 0 | 0.29 | 0.36 |
| HSL | 145.19º | 0.33% | 0.48% | - |
| HSV(B) | 145.19º | 0.5% | 0.64% | - |
| XYZ | 19.41 | 28.83 | 20.76 | - |
| YUV | 132.42 | 118.16 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 162 | 115 | 0.50 | 0 | 0.29 | 0.36 | 145.19 | 0.33 | 0.48 |
| Hex | 51 | A2 | 73 | 32 | 0 | 1D | 24 | 91 | 21 | 30 |
| Octal | 121 | 242 | 163 | 62 | 0 | 35 | 44 | 221 | 41 | 60 |
| Binary | 1010001 | 10100010 | 1110011 | 110010 | 0 | 11101 | 100100 | 10010001 | 100001 | 110000 |
Color Harmonies of #51A273
Complementary color
Monochromatic Colors of #51A273
Black with #51A273
Text Example
Text Example
White with #51A273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A273; }
p { color: rgb(81,162,115); }
H1.HeaderClassName
{
color: #51A273;
}
.AnyTagClassName
{
color: #51A273;
}
</style>
background-color css
<style>
a { background-color: #51A273; }
a { background-color: rgb(81,162,115); }
div.DivClassName
{
background-color: #51A273;
}
.BgClassName
{
background-color: #51A273;
}
</style>
border-color css
<style>
span { border-color: #51A273; }
span { border-color: rgb(81,162,115); }
td.TdClassName
{
border-color: #51A273;
}
.TagClassName
{
border-color: #51A273;
}
</style>