Shades of Ocean Green #51A37A
Tints of Ocean Green #51A37A
RGB
CMYK
RGB Variations
Color information
#51A37A (or 0x51A37A) is known color: Ocean Green. HEX triplet: 51, A3 and 7A. RGB value is (81,163,122). Sum of RGB (Red+Green+Blue) = 81+163+122=366 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.13% from 366); Green value is 163 (64.06% from 255 or 44.54% from 366); Blue value is 122 (48.05% from 255 or 33.33% from 366); Max value from RGB is 163 - color contains mainly: green. Hex color #51A37A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51A37A is #AE5C85. Grayscale: #858585. Windows color (decimal): -11426950 or 8037201. OLE color: 8037201.
HSL color Cylindrical-coordinate representation of color #51A37A: hue angle of 150º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #51A37A is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 81 | 163 | 122 | - |
| CMYK | 0.50 | 0 | 0.25 | 0.36 |
| HSL | 150º | 0.34% | 0.48% | - |
| HSV(B) | 150º | 0.5% | 0.64% | - |
| XYZ | 20 | 29.35 | 23.02 | - |
| YUV | 133.81 | 121.33 | 90.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 163 | 122 | 0.50 | 0 | 0.25 | 0.36 | 150 | 0.34 | 0.48 |
| Hex | 51 | A3 | 7A | 32 | 0 | 19 | 24 | 96 | 22 | 30 |
| Octal | 121 | 243 | 172 | 62 | 0 | 31 | 44 | 226 | 42 | 60 |
| Binary | 1010001 | 10100011 | 1111010 | 110010 | 0 | 11001 | 100100 | 10010110 | 100010 | 110000 |
Color Harmonies of #51A37A
Complementary color
Monochromatic Colors of #51A37A
Black with #51A37A
Text Example
Text Example
White with #51A37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A37A; }
p { color: rgb(81,163,122); }
H1.HeaderClassName
{
color: #51A37A;
}
.AnyTagClassName
{
color: #51A37A;
}
</style>
background-color css
<style>
a { background-color: #51A37A; }
a { background-color: rgb(81,163,122); }
div.DivClassName
{
background-color: #51A37A;
}
.BgClassName
{
background-color: #51A37A;
}
</style>
border-color css
<style>
span { border-color: #51A37A; }
span { border-color: rgb(81,163,122); }
td.TdClassName
{
border-color: #51A37A;
}
.TagClassName
{
border-color: #51A37A;
}
</style>