Shades of Ocean Green #51B77F
Tints of Ocean Green #51B77F
RGB
CMYK
RGB Variations
Color information
#51B77F (or 0x51B77F) is known color: Ocean Green. HEX triplet: 51, B7 and 7F. RGB value is (81,183,127). Sum of RGB (Red+Green+Blue) = 81+183+127=391 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.72% from 391); Green value is 183 (71.88% from 255 or 46.80% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 183 - color contains mainly: green. Hex color #51B77F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51B77F is #AE4880. Grayscale: #929292. Windows color (decimal): -11421825 or 8370001. OLE color: 8370001.
HSL color Cylindrical-coordinate representation of color #51B77F: hue angle of 147.06º 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 #51B77F is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 81 | 183 | 127 | - |
| CMYK | 0.56 | 0 | 0.31 | 0.28 |
| HSL | 147.06º | 0.41% | 0.52% | - |
| HSV(B) | 147.06º | 0.56% | 0.72% | - |
| XYZ | 24.16 | 37.15 | 25.98 | - |
| YUV | 146.12 | 117.21 | 81.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 183 | 127 | 0.56 | 0 | 0.31 | 0.28 | 147.06 | 0.41 | 0.52 |
| Hex | 51 | B7 | 7F | 38 | 0 | 1F | 1C | 93 | 29 | 34 |
| Octal | 121 | 267 | 177 | 70 | 0 | 37 | 34 | 223 | 51 | 64 |
| Binary | 1010001 | 10110111 | 1111111 | 111000 | 0 | 11111 | 11100 | 10010011 | 101001 | 110100 |
Color Harmonies of #51B77F
Complementary color
Monochromatic Colors of #51B77F
Black with #51B77F
Text Example
Text Example
White with #51B77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51B77F; }
p { color: rgb(81,183,127); }
H1.HeaderClassName
{
color: #51B77F;
}
.AnyTagClassName
{
color: #51B77F;
}
</style>
background-color css
<style>
a { background-color: #51B77F; }
a { background-color: rgb(81,183,127); }
div.DivClassName
{
background-color: #51B77F;
}
.BgClassName
{
background-color: #51B77F;
}
</style>
border-color css
<style>
span { border-color: #51B77F; }
span { border-color: rgb(81,183,127); }
td.TdClassName
{
border-color: #51B77F;
}
.TagClassName
{
border-color: #51B77F;
}
</style>