Shades of Ocean Green #51B178
Tints of Ocean Green #51B178
RGB
CMYK
RGB Variations
Color information
#51B178 (or 0x51B178) is known color: Ocean Green. HEX triplet: 51, B1 and 78. RGB value is (81,177,120). Sum of RGB (Red+Green+Blue) = 81+177+120=378 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.43% from 378); Green value is 177 (69.53% from 255 or 46.83% from 378); Blue value is 120 (47.27% from 255 or 31.75% from 378); Max value from RGB is 177 - color contains mainly: green. Hex color #51B178 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51B178 is #AE4E87. Grayscale: #8D8D8D. Windows color (decimal): -11423368 or 7909713. OLE color: 7909713.
HSL color Cylindrical-coordinate representation of color #51B178: hue angle of 144.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 #51B178 is Cyan = 0.54, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 81 | 177 | 120 | - |
| CMYK | 0.54 | 0 | 0.32 | 0.31 |
| HSL | 144.38º | 0.38% | 0.51% | - |
| HSV(B) | 144.38º | 0.54% | 0.69% | - |
| XYZ | 22.51 | 34.55 | 23.25 | - |
| YUV | 141.8 | 115.7 | 84.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 177 | 120 | 0.54 | 0 | 0.32 | 0.31 | 144.38 | 0.38 | 0.51 |
| Hex | 51 | B1 | 78 | 36 | 0 | 20 | 1F | 90 | 26 | 33 |
| Octal | 121 | 261 | 170 | 66 | 0 | 40 | 37 | 220 | 46 | 63 |
| Binary | 1010001 | 10110001 | 1111000 | 110110 | 0 | 100000 | 11111 | 10010000 | 100110 | 110011 |
Color Harmonies of #51B178
Complementary color
Monochromatic Colors of #51B178
Black with #51B178
Text Example
Text Example
White with #51B178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51B178; }
p { color: rgb(81,177,120); }
H1.HeaderClassName
{
color: #51B178;
}
.AnyTagClassName
{
color: #51B178;
}
</style>
background-color css
<style>
a { background-color: #51B178; }
a { background-color: rgb(81,177,120); }
div.DivClassName
{
background-color: #51B178;
}
.BgClassName
{
background-color: #51B178;
}
</style>
border-color css
<style>
span { border-color: #51B178; }
span { border-color: rgb(81,177,120); }
td.TdClassName
{
border-color: #51B178;
}
.TagClassName
{
border-color: #51B178;
}
</style>