Shades of Ocean Green #51B180
Tints of Ocean Green #51B180
RGB
CMYK
RGB Variations
Color information
#51B180 (or 0x51B180) is known color: Ocean Green. HEX triplet: 51, B1 and 80. RGB value is (81,177,128). Sum of RGB (Red+Green+Blue) = 81+177+128=386 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.98% from 386); Green value is 177 (69.53% from 255 or 45.85% from 386); Blue value is 128 (50.39% from 255 or 33.16% from 386); Max value from RGB is 177 - color contains mainly: green. Hex color #51B180 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51B180 is #AE4E7F. Grayscale: #8E8E8E. Windows color (decimal): -11423360 or 8434001. OLE color: 8434001.
HSL color Cylindrical-coordinate representation of color #51B180: hue angle of 149.38º 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 #51B180 is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 81 | 177 | 128 | - |
| CMYK | 0.54 | 0 | 0.28 | 0.31 |
| HSL | 149.38º | 0.38% | 0.51% | - |
| HSV(B) | 149.38º | 0.54% | 0.69% | - |
| XYZ | 23.01 | 34.75 | 25.92 | - |
| YUV | 142.71 | 119.7 | 83.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 177 | 128 | 0.54 | 0 | 0.28 | 0.31 | 149.38 | 0.38 | 0.51 |
| Hex | 51 | B1 | 80 | 36 | 0 | 1C | 1F | 95 | 26 | 33 |
| Octal | 121 | 261 | 200 | 66 | 0 | 34 | 37 | 225 | 46 | 63 |
| Binary | 1010001 | 10110001 | 10000000 | 110110 | 0 | 11100 | 11111 | 10010101 | 100110 | 110011 |
Color Harmonies of #51B180
Complementary color
Monochromatic Colors of #51B180
Black with #51B180
Text Example
Text Example
White with #51B180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51B180; }
p { color: rgb(81,177,128); }
H1.HeaderClassName
{
color: #51B180;
}
.AnyTagClassName
{
color: #51B180;
}
</style>
background-color css
<style>
a { background-color: #51B180; }
a { background-color: rgb(81,177,128); }
div.DivClassName
{
background-color: #51B180;
}
.BgClassName
{
background-color: #51B180;
}
</style>
border-color css
<style>
span { border-color: #51B180; }
span { border-color: rgb(81,177,128); }
td.TdClassName
{
border-color: #51B180;
}
.TagClassName
{
border-color: #51B180;
}
</style>