Shades of Ocean Green #51A865
Tints of Ocean Green #51A865
RGB
CMYK
RGB Variations
Color information
#51A865 (or 0x51A865) is known color: Ocean Green. HEX triplet: 51, A8 and 65. RGB value is (81,168,101). Sum of RGB (Red+Green+Blue) = 81+168+101=350 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.14% from 350); Green value is 168 (66.02% from 255 or 48% from 350); Blue value is 101 (39.84% from 255 or 28.86% from 350); Max value from RGB is 168 - color contains mainly: green. Hex color #51A865 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51A865 is #AE579A. Grayscale: #868686. Windows color (decimal): -11425691 or 6662225. OLE color: 6662225.
HSL color Cylindrical-coordinate representation of color #51A865: hue angle of 133.79º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #51A865 is Cyan = 0.52, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 81 | 168 | 101 | - |
| CMYK | 0.52 | 0 | 0.40 | 0.34 |
| HSL | 133.79º | 0.35% | 0.49% | - |
| HSV(B) | 133.79º | 0.52% | 0.66% | - |
| XYZ | 19.74 | 30.69 | 17.2 | - |
| YUV | 134.35 | 109.18 | 89.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 168 | 101 | 0.52 | 0 | 0.40 | 0.34 | 133.79 | 0.35 | 0.49 |
| Hex | 51 | A8 | 65 | 34 | 0 | 28 | 22 | 86 | 23 | 31 |
| Octal | 121 | 250 | 145 | 64 | 0 | 50 | 42 | 206 | 43 | 61 |
| Binary | 1010001 | 10101000 | 1100101 | 110100 | 0 | 101000 | 100010 | 10000110 | 100011 | 110001 |
Color Harmonies of #51A865
Complementary color
Monochromatic Colors of #51A865
Black with #51A865
Text Example
Text Example
White with #51A865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A865; }
p { color: rgb(81,168,101); }
H1.HeaderClassName
{
color: #51A865;
}
.AnyTagClassName
{
color: #51A865;
}
</style>
background-color css
<style>
a { background-color: #51A865; }
a { background-color: rgb(81,168,101); }
div.DivClassName
{
background-color: #51A865;
}
.BgClassName
{
background-color: #51A865;
}
</style>
border-color css
<style>
span { border-color: #51A865; }
span { border-color: rgb(81,168,101); }
td.TdClassName
{
border-color: #51A865;
}
.TagClassName
{
border-color: #51A865;
}
</style>