Shades of Ocean Green #51B17C
Tints of Ocean Green #51B17C
RGB
CMYK
RGB Variations
Color information
#51B17C (or 0x51B17C) is known color: Ocean Green. HEX triplet: 51, B1 and 7C. RGB value is (81,177,124). Sum of RGB (Red+Green+Blue) = 81+177+124=382 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.20% from 382); Green value is 177 (69.53% from 255 or 46.34% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 177 - color contains mainly: green. Hex color #51B17C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51B17C is #AE4E83. Grayscale: #8E8E8E. Windows color (decimal): -11423364 or 8171857. OLE color: 8171857.
HSL color Cylindrical-coordinate representation of color #51B17C: hue angle of 146.88º 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 #51B17C is Cyan = 0.54, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 81 | 177 | 124 | - |
| CMYK | 0.54 | 0 | 0.30 | 0.31 |
| HSL | 146.88º | 0.38% | 0.51% | - |
| HSV(B) | 146.88º | 0.54% | 0.69% | - |
| XYZ | 22.75 | 34.65 | 24.56 | - |
| YUV | 142.25 | 117.7 | 84.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 177 | 124 | 0.54 | 0 | 0.30 | 0.31 | 146.88 | 0.38 | 0.51 |
| Hex | 51 | B1 | 7C | 36 | 0 | 1E | 1F | 93 | 26 | 33 |
| Octal | 121 | 261 | 174 | 66 | 0 | 36 | 37 | 223 | 46 | 63 |
| Binary | 1010001 | 10110001 | 1111100 | 110110 | 0 | 11110 | 11111 | 10010011 | 100110 | 110011 |
Color Harmonies of #51B17C
Complementary color
Monochromatic Colors of #51B17C
Black with #51B17C
Text Example
Text Example
White with #51B17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51B17C; }
p { color: rgb(81,177,124); }
H1.HeaderClassName
{
color: #51B17C;
}
.AnyTagClassName
{
color: #51B17C;
}
</style>
background-color css
<style>
a { background-color: #51B17C; }
a { background-color: rgb(81,177,124); }
div.DivClassName
{
background-color: #51B17C;
}
.BgClassName
{
background-color: #51B17C;
}
</style>
border-color css
<style>
span { border-color: #51B17C; }
span { border-color: rgb(81,177,124); }
td.TdClassName
{
border-color: #51B17C;
}
.TagClassName
{
border-color: #51B17C;
}
</style>