Shades of Ocean Green #51A477
Tints of Ocean Green #51A477
RGB
CMYK
RGB Variations
Color information
#51A477 (or 0x51A477) is known color: Ocean Green. HEX triplet: 51, A4 and 77. RGB value is (81,164,119). Sum of RGB (Red+Green+Blue) = 81+164+119=364 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.25% from 364); Green value is 164 (64.45% from 255 or 45.05% from 364); Blue value is 119 (46.88% from 255 or 32.69% from 364); Max value from RGB is 164 - color contains mainly: green. Hex color #51A477 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51A477 is #AE5B88. Grayscale: #868686. Windows color (decimal): -11426697 or 7840849. OLE color: 7840849.
HSL color Cylindrical-coordinate representation of color #51A477: hue angle of 147.47º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #51A477 is Cyan = 0.51, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 81 | 164 | 119 | - |
| CMYK | 0.51 | 0 | 0.27 | 0.36 |
| HSL | 147.47º | 0.34% | 0.48% | - |
| HSV(B) | 147.47º | 0.51% | 0.64% | - |
| XYZ | 20 | 29.63 | 22.12 | - |
| YUV | 134.05 | 119.5 | 90.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 164 | 119 | 0.51 | 0 | 0.27 | 0.36 | 147.47 | 0.34 | 0.48 |
| Hex | 51 | A4 | 77 | 33 | 0 | 1B | 24 | 93 | 22 | 30 |
| Octal | 121 | 244 | 167 | 63 | 0 | 33 | 44 | 223 | 42 | 60 |
| Binary | 1010001 | 10100100 | 1110111 | 110011 | 0 | 11011 | 100100 | 10010011 | 100010 | 110000 |
Color Harmonies of #51A477
Complementary color
Monochromatic Colors of #51A477
Black with #51A477
Text Example
Text Example
White with #51A477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A477; }
p { color: rgb(81,164,119); }
H1.HeaderClassName
{
color: #51A477;
}
.AnyTagClassName
{
color: #51A477;
}
</style>
background-color css
<style>
a { background-color: #51A477; }
a { background-color: rgb(81,164,119); }
div.DivClassName
{
background-color: #51A477;
}
.BgClassName
{
background-color: #51A477;
}
</style>
border-color css
<style>
span { border-color: #51A477; }
span { border-color: rgb(81,164,119); }
td.TdClassName
{
border-color: #51A477;
}
.TagClassName
{
border-color: #51A477;
}
</style>