Shades of Ocean Green #51B185
Tints of Ocean Green #51B185
RGB
CMYK
RGB Variations
Color information
#51B185 (or 0x51B185) is known color: Ocean Green. HEX triplet: 51, B1 and 85. RGB value is (81,177,133). Sum of RGB (Red+Green+Blue) = 81+177+133=391 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.72% from 391); Green value is 177 (69.53% from 255 or 45.27% from 391); Blue value is 133 (52.34% from 255 or 34.02% from 391); Max value from RGB is 177 - color contains mainly: green. Hex color #51B185 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51B185 is #AE4E7A. Grayscale: #8F8F8F. Windows color (decimal): -11423355 or 8761681. OLE color: 8761681.
HSL color Cylindrical-coordinate representation of color #51B185: hue angle of 152.5º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #51B185 is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 81 | 177 | 133 | - |
| CMYK | 0.54 | 0 | 0.25 | 0.31 |
| HSL | 152.5º | 0.38% | 0.51% | - |
| HSV(B) | 152.5º | 0.54% | 0.69% | - |
| XYZ | 23.35 | 34.89 | 27.69 | - |
| YUV | 143.28 | 122.2 | 83.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 177 | 133 | 0.54 | 0 | 0.25 | 0.31 | 152.5 | 0.38 | 0.51 |
| Hex | 51 | B1 | 85 | 36 | 0 | 19 | 1F | 98 | 26 | 33 |
| Octal | 121 | 261 | 205 | 66 | 0 | 31 | 37 | 230 | 46 | 63 |
| Binary | 1010001 | 10110001 | 10000101 | 110110 | 0 | 11001 | 11111 | 10011000 | 100110 | 110011 |
Color Harmonies of #51B185
Complementary color
Monochromatic Colors of #51B185
Black with #51B185
Text Example
Text Example
White with #51B185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51B185; }
p { color: rgb(81,177,133); }
H1.HeaderClassName
{
color: #51B185;
}
.AnyTagClassName
{
color: #51B185;
}
</style>
background-color css
<style>
a { background-color: #51B185; }
a { background-color: rgb(81,177,133); }
div.DivClassName
{
background-color: #51B185;
}
.BgClassName
{
background-color: #51B185;
}
</style>
border-color css
<style>
span { border-color: #51B185; }
span { border-color: rgb(81,177,133); }
td.TdClassName
{
border-color: #51B185;
}
.TagClassName
{
border-color: #51B185;
}
</style>