Shades of Ocean Green #51B281
Tints of Ocean Green #51B281
RGB
CMYK
RGB Variations
Color information
#51B281 (or 0x51B281) is known color: Ocean Green. HEX triplet: 51, B2 and 81. RGB value is (81,178,129). Sum of RGB (Red+Green+Blue) = 81+178+129=388 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.88% from 388); Green value is 178 (69.92% from 255 or 45.88% from 388); Blue value is 129 (50.78% from 255 or 33.25% from 388); Max value from RGB is 178 - color contains mainly: green. Hex color #51B281 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51B281 is #AE4D7E. Grayscale: #8F8F8F. Windows color (decimal): -11423103 or 8499793. OLE color: 8499793.
HSL color Cylindrical-coordinate representation of color #51B281: hue angle of 149.69º 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 #51B281 is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 81 | 178 | 129 | - |
| CMYK | 0.54 | 0 | 0.28 | 0.30 |
| HSL | 149.69º | 0.39% | 0.51% | - |
| HSV(B) | 149.69º | 0.54% | 0.7% | - |
| XYZ | 23.28 | 35.18 | 26.33 | - |
| YUV | 143.41 | 119.86 | 83.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 178 | 129 | 0.54 | 0 | 0.28 | 0.30 | 149.69 | 0.39 | 0.51 |
| Hex | 51 | B2 | 81 | 36 | 0 | 1C | 1E | 96 | 27 | 33 |
| Octal | 121 | 262 | 201 | 66 | 0 | 34 | 36 | 226 | 47 | 63 |
| Binary | 1010001 | 10110010 | 10000001 | 110110 | 0 | 11100 | 11110 | 10010110 | 100111 | 110011 |
Color Harmonies of #51B281
Complementary color
Monochromatic Colors of #51B281
Black with #51B281
Text Example
Text Example
White with #51B281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51B281; }
p { color: rgb(81,178,129); }
H1.HeaderClassName
{
color: #51B281;
}
.AnyTagClassName
{
color: #51B281;
}
</style>
background-color css
<style>
a { background-color: #51B281; }
a { background-color: rgb(81,178,129); }
div.DivClassName
{
background-color: #51B281;
}
.BgClassName
{
background-color: #51B281;
}
</style>
border-color css
<style>
span { border-color: #51B281; }
span { border-color: rgb(81,178,129); }
td.TdClassName
{
border-color: #51B281;
}
.TagClassName
{
border-color: #51B281;
}
</style>