Shades of Ocean Green #51A775
Tints of Ocean Green #51A775
RGB
CMYK
RGB Variations
Color information
#51A775 (or 0x51A775) is known color: Ocean Green. HEX triplet: 51, A7 and 75. RGB value is (81,167,117). Sum of RGB (Red+Green+Blue) = 81+167+117=365 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.19% from 365); Green value is 167 (65.62% from 255 or 45.75% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 167 - color contains mainly: green. Hex color #51A775 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51A775 is #AE588A. Grayscale: #878787. Windows color (decimal): -11425931 or 7710545. OLE color: 7710545.
HSL color Cylindrical-coordinate representation of color #51A775: hue angle of 145.12º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #51A775 is Cyan = 0.51, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 81 | 167 | 117 | - |
| CMYK | 0.51 | 0 | 0.30 | 0.35 |
| HSL | 145.12º | 0.35% | 0.49% | - |
| HSV(B) | 145.12º | 0.51% | 0.65% | - |
| XYZ | 20.42 | 30.67 | 21.67 | - |
| YUV | 135.59 | 117.51 | 89.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 167 | 117 | 0.51 | 0 | 0.30 | 0.35 | 145.12 | 0.35 | 0.49 |
| Hex | 51 | A7 | 75 | 33 | 0 | 1E | 23 | 91 | 23 | 31 |
| Octal | 121 | 247 | 165 | 63 | 0 | 36 | 43 | 221 | 43 | 61 |
| Binary | 1010001 | 10100111 | 1110101 | 110011 | 0 | 11110 | 100011 | 10010001 | 100011 | 110001 |
Color Harmonies of #51A775
Complementary color
Monochromatic Colors of #51A775
Black with #51A775
Text Example
Text Example
White with #51A775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A775; }
p { color: rgb(81,167,117); }
H1.HeaderClassName
{
color: #51A775;
}
.AnyTagClassName
{
color: #51A775;
}
</style>
background-color css
<style>
a { background-color: #51A775; }
a { background-color: rgb(81,167,117); }
div.DivClassName
{
background-color: #51A775;
}
.BgClassName
{
background-color: #51A775;
}
</style>
border-color css
<style>
span { border-color: #51A775; }
span { border-color: rgb(81,167,117); }
td.TdClassName
{
border-color: #51A775;
}
.TagClassName
{
border-color: #51A775;
}
</style>