Shades of Ocean Green #51B278
Tints of Ocean Green #51B278
RGB
CMYK
RGB Variations
Color information
#51B278 (or 0x51B278) is known color: Ocean Green. HEX triplet: 51, B2 and 78. RGB value is (81,178,120). Sum of RGB (Red+Green+Blue) = 81+178+120=379 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.37% from 379); Green value is 178 (69.92% from 255 or 46.97% from 379); Blue value is 120 (47.27% from 255 or 31.66% from 379); Max value from RGB is 178 - color contains mainly: green. Hex color #51B278 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51B278 is #AE4D87. Grayscale: #8E8E8E. Windows color (decimal): -11423112 or 7909969. OLE color: 7909969.
HSL color Cylindrical-coordinate representation of color #51B278: hue angle of 144.12º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #51B278 is Cyan = 0.54, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 81 | 178 | 120 | - |
| CMYK | 0.54 | 0 | 0.33 | 0.30 |
| HSL | 144.12º | 0.39% | 0.51% | - |
| HSV(B) | 144.12º | 0.54% | 0.7% | - |
| XYZ | 22.7 | 34.95 | 23.32 | - |
| YUV | 142.39 | 115.36 | 84.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 178 | 120 | 0.54 | 0 | 0.33 | 0.30 | 144.12 | 0.39 | 0.51 |
| Hex | 51 | B2 | 78 | 36 | 0 | 21 | 1E | 90 | 27 | 33 |
| Octal | 121 | 262 | 170 | 66 | 0 | 41 | 36 | 220 | 47 | 63 |
| Binary | 1010001 | 10110010 | 1111000 | 110110 | 0 | 100001 | 11110 | 10010000 | 100111 | 110011 |
Color Harmonies of #51B278
Complementary color
Monochromatic Colors of #51B278
Black with #51B278
Text Example
Text Example
White with #51B278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51B278; }
p { color: rgb(81,178,120); }
H1.HeaderClassName
{
color: #51B278;
}
.AnyTagClassName
{
color: #51B278;
}
</style>
background-color css
<style>
a { background-color: #51B278; }
a { background-color: rgb(81,178,120); }
div.DivClassName
{
background-color: #51B278;
}
.BgClassName
{
background-color: #51B278;
}
</style>
border-color css
<style>
span { border-color: #51B278; }
span { border-color: rgb(81,178,120); }
td.TdClassName
{
border-color: #51B278;
}
.TagClassName
{
border-color: #51B278;
}
</style>