Shades of Ocean Green #51A675
Tints of Ocean Green #51A675
RGB
CMYK
RGB Variations
Color information
#51A675 (or 0x51A675) is known color: Ocean Green. HEX triplet: 51, A6 and 75. RGB value is (81,166,117). Sum of RGB (Red+Green+Blue) = 81+166+117=364 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.25% from 364); Green value is 166 (65.23% from 255 or 45.60% from 364); Blue value is 117 (46.09% from 255 or 32.14% from 364); Max value from RGB is 166 - color contains mainly: green. Hex color #51A675 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51A675 is #AE598A. Grayscale: #878787. Windows color (decimal): -11426187 or 7710289. OLE color: 7710289.
HSL color Cylindrical-coordinate representation of color #51A675: hue angle of 145.41º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #51A675 is Cyan = 0.51, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 81 | 166 | 117 | - |
| CMYK | 0.51 | 0 | 0.30 | 0.35 |
| HSL | 145.41º | 0.34% | 0.48% | - |
| HSV(B) | 145.41º | 0.51% | 0.65% | - |
| XYZ | 20.24 | 30.31 | 21.61 | - |
| YUV | 135 | 117.84 | 89.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 166 | 117 | 0.51 | 0 | 0.30 | 0.35 | 145.41 | 0.34 | 0.48 |
| Hex | 51 | A6 | 75 | 33 | 0 | 1E | 23 | 91 | 22 | 30 |
| Octal | 121 | 246 | 165 | 63 | 0 | 36 | 43 | 221 | 42 | 60 |
| Binary | 1010001 | 10100110 | 1110101 | 110011 | 0 | 11110 | 100011 | 10010001 | 100010 | 110000 |
Color Harmonies of #51A675
Complementary color
Monochromatic Colors of #51A675
Black with #51A675
Text Example
Text Example
White with #51A675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A675; }
p { color: rgb(81,166,117); }
H1.HeaderClassName
{
color: #51A675;
}
.AnyTagClassName
{
color: #51A675;
}
</style>
background-color css
<style>
a { background-color: #51A675; }
a { background-color: rgb(81,166,117); }
div.DivClassName
{
background-color: #51A675;
}
.BgClassName
{
background-color: #51A675;
}
</style>
border-color css
<style>
span { border-color: #51A675; }
span { border-color: rgb(81,166,117); }
td.TdClassName
{
border-color: #51A675;
}
.TagClassName
{
border-color: #51A675;
}
</style>