Shades of Ocean Green #51B087
Tints of Ocean Green #51B087
RGB
CMYK
RGB Variations
Color information
#51B087 (or 0x51B087) is known color: Ocean Green. HEX triplet: 51, B0 and 87. RGB value is (81,176,135). Sum of RGB (Red+Green+Blue) = 81+176+135=392 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.66% from 392); Green value is 176 (69.14% from 255 or 44.90% from 392); Blue value is 135 (53.12% from 255 or 34.44% from 392); Max value from RGB is 176 - color contains mainly: green. Hex color #51B087 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51B087 is #AE4F78. Grayscale: #8E8E8E. Windows color (decimal): -11423609 or 8892497. OLE color: 8892497.
HSL color Cylindrical-coordinate representation of color #51B087: hue angle of 154.11º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #51B087 is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 81 | 176 | 135 | - |
| CMYK | 0.54 | 0 | 0.23 | 0.31 |
| HSL | 154.11º | 0.38% | 0.5% | - |
| HSV(B) | 154.11º | 0.54% | 0.69% | - |
| XYZ | 23.29 | 34.55 | 28.36 | - |
| YUV | 142.92 | 123.53 | 83.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 176 | 135 | 0.54 | 0 | 0.23 | 0.31 | 154.11 | 0.38 | 0.5 |
| Hex | 51 | B0 | 87 | 36 | 0 | 17 | 1F | 9A | 26 | 32 |
| Octal | 121 | 260 | 207 | 66 | 0 | 27 | 37 | 232 | 46 | 62 |
| Binary | 1010001 | 10110000 | 10000111 | 110110 | 0 | 10111 | 11111 | 10011010 | 100110 | 110010 |
Color Harmonies of #51B087
Complementary color
Monochromatic Colors of #51B087
Black with #51B087
Text Example
Text Example
White with #51B087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51B087; }
p { color: rgb(81,176,135); }
H1.HeaderClassName
{
color: #51B087;
}
.AnyTagClassName
{
color: #51B087;
}
</style>
background-color css
<style>
a { background-color: #51B087; }
a { background-color: rgb(81,176,135); }
div.DivClassName
{
background-color: #51B087;
}
.BgClassName
{
background-color: #51B087;
}
</style>
border-color css
<style>
span { border-color: #51B087; }
span { border-color: rgb(81,176,135); }
td.TdClassName
{
border-color: #51B087;
}
.TagClassName
{
border-color: #51B087;
}
</style>