Shades of Ocean Green #51B370
Tints of Ocean Green #51B370
RGB
CMYK
RGB Variations
Color information
#51B370 (or 0x51B370) is known color: Ocean Green. HEX triplet: 51, B3 and 70. RGB value is (81,179,112). Sum of RGB (Red+Green+Blue) = 81+179+112=372 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.77% from 372); Green value is 179 (70.31% from 255 or 48.12% from 372); Blue value is 112 (44.14% from 255 or 30.11% from 372); Max value from RGB is 179 - color contains mainly: green. Hex color #51B370 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51B370 is #AE4C8F. Grayscale: #8E8E8E. Windows color (decimal): -11422864 or 7385937. OLE color: 7385937.
HSL color Cylindrical-coordinate representation of color #51B370: hue angle of 138.98º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #51B370 is Cyan = 0.55, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 81 | 179 | 112 | - |
| CMYK | 0.55 | 0 | 0.37 | 0.30 |
| HSL | 138.98º | 0.39% | 0.51% | - |
| HSV(B) | 138.98º | 0.55% | 0.7% | - |
| XYZ | 22.44 | 35.16 | 20.93 | - |
| YUV | 142.06 | 111.03 | 84.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 179 | 112 | 0.55 | 0 | 0.37 | 0.30 | 138.98 | 0.39 | 0.51 |
| Hex | 51 | B3 | 70 | 37 | 0 | 25 | 1E | 8B | 27 | 33 |
| Octal | 121 | 263 | 160 | 67 | 0 | 45 | 36 | 213 | 47 | 63 |
| Binary | 1010001 | 10110011 | 1110000 | 110111 | 0 | 100101 | 11110 | 10001011 | 100111 | 110011 |
Color Harmonies of #51B370
Complementary color
Monochromatic Colors of #51B370
Black with #51B370
Text Example
Text Example
White with #51B370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51B370; }
p { color: rgb(81,179,112); }
H1.HeaderClassName
{
color: #51B370;
}
.AnyTagClassName
{
color: #51B370;
}
</style>
background-color css
<style>
a { background-color: #51B370; }
a { background-color: rgb(81,179,112); }
div.DivClassName
{
background-color: #51B370;
}
.BgClassName
{
background-color: #51B370;
}
</style>
border-color css
<style>
span { border-color: #51B370; }
span { border-color: rgb(81,179,112); }
td.TdClassName
{
border-color: #51B370;
}
.TagClassName
{
border-color: #51B370;
}
</style>