Shades of Ocean Green #51B777
Tints of Ocean Green #51B777
RGB
CMYK
RGB Variations
Color information
#51B777 (or 0x51B777) is known color: Ocean Green. HEX triplet: 51, B7 and 77. RGB value is (81,183,119). Sum of RGB (Red+Green+Blue) = 81+183+119=383 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.15% from 383); Green value is 183 (71.88% from 255 or 47.78% from 383); Blue value is 119 (46.88% from 255 or 31.07% from 383); Max value from RGB is 183 - color contains mainly: green. Hex color #51B777 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51B777 is #AE4888. Grayscale: #919191. Windows color (decimal): -11421833 or 7845713. OLE color: 7845713.
HSL color Cylindrical-coordinate representation of color #51B777: hue angle of 142.35º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #51B777 is Cyan = 0.56, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 81 | 183 | 119 | - |
| CMYK | 0.56 | 0 | 0.35 | 0.28 |
| HSL | 142.35º | 0.41% | 0.52% | - |
| HSV(B) | 142.35º | 0.56% | 0.72% | - |
| XYZ | 23.66 | 36.95 | 23.34 | - |
| YUV | 145.21 | 113.21 | 82.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 183 | 119 | 0.56 | 0 | 0.35 | 0.28 | 142.35 | 0.41 | 0.52 |
| Hex | 51 | B7 | 77 | 38 | 0 | 23 | 1C | 8E | 29 | 34 |
| Octal | 121 | 267 | 167 | 70 | 0 | 43 | 34 | 216 | 51 | 64 |
| Binary | 1010001 | 10110111 | 1110111 | 111000 | 0 | 100011 | 11100 | 10001110 | 101001 | 110100 |
Color Harmonies of #51B777
Complementary color
Monochromatic Colors of #51B777
Black with #51B777
Text Example
Text Example
White with #51B777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51B777; }
p { color: rgb(81,183,119); }
H1.HeaderClassName
{
color: #51B777;
}
.AnyTagClassName
{
color: #51B777;
}
</style>
background-color css
<style>
a { background-color: #51B777; }
a { background-color: rgb(81,183,119); }
div.DivClassName
{
background-color: #51B777;
}
.BgClassName
{
background-color: #51B777;
}
</style>
border-color css
<style>
span { border-color: #51B777; }
span { border-color: rgb(81,183,119); }
td.TdClassName
{
border-color: #51B777;
}
.TagClassName
{
border-color: #51B777;
}
</style>