Shades of Ocean Green #51A584
Tints of Ocean Green #51A584
RGB
CMYK
RGB Variations
Color information
#51A584 (or 0x51A584) is known color: Ocean Green. HEX triplet: 51, A5 and 84. RGB value is (81,165,132). Sum of RGB (Red+Green+Blue) = 81+165+132=378 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.43% from 378); Green value is 165 (64.84% from 255 or 43.65% from 378); Blue value is 132 (51.95% from 255 or 34.92% from 378); Max value from RGB is 165 - color contains mainly: green. Hex color #51A584 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51A584 is #AE5A7B. Grayscale: #888888. Windows color (decimal): -11426428 or 8693073. OLE color: 8693073.
HSL color Cylindrical-coordinate representation of color #51A584: hue angle of 156.43º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #51A584 is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 81 | 165 | 132 | - |
| CMYK | 0.51 | 0 | 0.20 | 0.35 |
| HSL | 156.43º | 0.34% | 0.48% | - |
| HSV(B) | 156.43º | 0.51% | 0.65% | - |
| XYZ | 21.01 | 30.33 | 26.58 | - |
| YUV | 136.12 | 125.67 | 88.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 165 | 132 | 0.51 | 0 | 0.20 | 0.35 | 156.43 | 0.34 | 0.48 |
| Hex | 51 | A5 | 84 | 33 | 0 | 14 | 23 | 9C | 22 | 30 |
| Octal | 121 | 245 | 204 | 63 | 0 | 24 | 43 | 234 | 42 | 60 |
| Binary | 1010001 | 10100101 | 10000100 | 110011 | 0 | 10100 | 100011 | 10011100 | 100010 | 110000 |
Color Harmonies of #51A584
Complementary color
Monochromatic Colors of #51A584
Black with #51A584
Text Example
Text Example
White with #51A584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A584; }
p { color: rgb(81,165,132); }
H1.HeaderClassName
{
color: #51A584;
}
.AnyTagClassName
{
color: #51A584;
}
</style>
background-color css
<style>
a { background-color: #51A584; }
a { background-color: rgb(81,165,132); }
div.DivClassName
{
background-color: #51A584;
}
.BgClassName
{
background-color: #51A584;
}
</style>
border-color css
<style>
span { border-color: #51A584; }
span { border-color: rgb(81,165,132); }
td.TdClassName
{
border-color: #51A584;
}
.TagClassName
{
border-color: #51A584;
}
</style>