Shades of Ocean Green #51B06D
Tints of Ocean Green #51B06D
RGB
CMYK
RGB Variations
Color information
#51B06D (or 0x51B06D) is known color: Ocean Green. HEX triplet: 51, B0 and 6D. RGB value is (81,176,109). Sum of RGB (Red+Green+Blue) = 81+176+109=366 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.13% from 366); Green value is 176 (69.14% from 255 or 48.09% from 366); Blue value is 109 (42.97% from 255 or 29.78% from 366); Max value from RGB is 176 - color contains mainly: green. Hex color #51B06D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51B06D is #AE4F92. Grayscale: #8C8C8C. Windows color (decimal): -11423635 or 7188561. OLE color: 7188561.
HSL color Cylindrical-coordinate representation of color #51B06D: hue angle of 137.68º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #51B06D is Cyan = 0.54, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 81 | 176 | 109 | - |
| CMYK | 0.54 | 0 | 0.38 | 0.31 |
| HSL | 137.68º | 0.38% | 0.5% | - |
| HSV(B) | 137.68º | 0.54% | 0.69% | - |
| XYZ | 21.68 | 33.9 | 19.87 | - |
| YUV | 139.96 | 110.53 | 85.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 176 | 109 | 0.54 | 0 | 0.38 | 0.31 | 137.68 | 0.38 | 0.5 |
| Hex | 51 | B0 | 6D | 36 | 0 | 26 | 1F | 8A | 26 | 32 |
| Octal | 121 | 260 | 155 | 66 | 0 | 46 | 37 | 212 | 46 | 62 |
| Binary | 1010001 | 10110000 | 1101101 | 110110 | 0 | 100110 | 11111 | 10001010 | 100110 | 110010 |
Color Harmonies of #51B06D
Complementary color
Monochromatic Colors of #51B06D
Black with #51B06D
Text Example
Text Example
White with #51B06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51B06D; }
p { color: rgb(81,176,109); }
H1.HeaderClassName
{
color: #51B06D;
}
.AnyTagClassName
{
color: #51B06D;
}
</style>
background-color css
<style>
a { background-color: #51B06D; }
a { background-color: rgb(81,176,109); }
div.DivClassName
{
background-color: #51B06D;
}
.BgClassName
{
background-color: #51B06D;
}
</style>
border-color css
<style>
span { border-color: #51B06D; }
span { border-color: rgb(81,176,109); }
td.TdClassName
{
border-color: #51B06D;
}
.TagClassName
{
border-color: #51B06D;
}
</style>