Shades of Ocean Green #51B088
Tints of Ocean Green #51B088
RGB
CMYK
RGB Variations
Color information
#51B088 (or 0x51B088) is known color: Ocean Green. HEX triplet: 51, B0 and 88. RGB value is (81,176,136). Sum of RGB (Red+Green+Blue) = 81+176+136=393 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.61% from 393); Green value is 176 (69.14% from 255 or 44.78% from 393); Blue value is 136 (53.52% from 255 or 34.61% from 393); Max value from RGB is 176 - color contains mainly: green. Hex color #51B088 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51B088 is #AE4F77. Grayscale: #8F8F8F. Windows color (decimal): -11423608 or 8958033. OLE color: 8958033.
HSL color Cylindrical-coordinate representation of color #51B088: hue angle of 154.74º 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 #51B088 is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 81 | 176 | 136 | - |
| CMYK | 0.54 | 0 | 0.23 | 0.31 |
| HSL | 154.74º | 0.38% | 0.5% | - |
| HSV(B) | 154.74º | 0.54% | 0.69% | - |
| XYZ | 23.36 | 34.58 | 28.74 | - |
| YUV | 143.04 | 124.03 | 83.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 176 | 136 | 0.54 | 0 | 0.23 | 0.31 | 154.74 | 0.38 | 0.5 |
| Hex | 51 | B0 | 88 | 36 | 0 | 17 | 1F | 9B | 26 | 32 |
| Octal | 121 | 260 | 210 | 66 | 0 | 27 | 37 | 233 | 46 | 62 |
| Binary | 1010001 | 10110000 | 10001000 | 110110 | 0 | 10111 | 11111 | 10011011 | 100110 | 110010 |
Color Harmonies of #51B088
Complementary color
Monochromatic Colors of #51B088
Black with #51B088
Text Example
Text Example
White with #51B088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51B088; }
p { color: rgb(81,176,136); }
H1.HeaderClassName
{
color: #51B088;
}
.AnyTagClassName
{
color: #51B088;
}
</style>
background-color css
<style>
a { background-color: #51B088; }
a { background-color: rgb(81,176,136); }
div.DivClassName
{
background-color: #51B088;
}
.BgClassName
{
background-color: #51B088;
}
</style>
border-color css
<style>
span { border-color: #51B088; }
span { border-color: rgb(81,176,136); }
td.TdClassName
{
border-color: #51B088;
}
.TagClassName
{
border-color: #51B088;
}
</style>