Shades of Ocean Green #51AA80
Tints of Ocean Green #51AA80
RGB
CMYK
RGB Variations
Color information
#51AA80 (or 0x51AA80) is known color: Ocean Green. HEX triplet: 51, AA and 80. RGB value is (81,170,128). Sum of RGB (Red+Green+Blue) = 81+170+128=379 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.37% from 379); Green value is 170 (66.80% from 255 or 44.85% from 379); Blue value is 128 (50.39% from 255 or 33.77% from 379); Max value from RGB is 170 - color contains mainly: green. Hex color #51AA80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51AA80 is #AE557F. Grayscale: #8A8A8A. Windows color (decimal): -11425152 or 8432209. OLE color: 8432209.
HSL color Cylindrical-coordinate representation of color #51AA80: hue angle of 151.69º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #51AA80 is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 170 | 128 | - |
| CMYK | 0.52 | 0 | 0.25 | 0.33 |
| HSL | 151.69º | 0.35% | 0.49% | - |
| HSV(B) | 151.69º | 0.52% | 0.67% | - |
| XYZ | 21.66 | 32.06 | 25.47 | - |
| YUV | 138.6 | 122.01 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 170 | 128 | 0.52 | 0 | 0.25 | 0.33 | 151.69 | 0.35 | 0.49 |
| Hex | 51 | AA | 80 | 34 | 0 | 19 | 21 | 98 | 23 | 31 |
| Octal | 121 | 252 | 200 | 64 | 0 | 31 | 41 | 230 | 43 | 61 |
| Binary | 1010001 | 10101010 | 10000000 | 110100 | 0 | 11001 | 100001 | 10011000 | 100011 | 110001 |
Color Harmonies of #51AA80
Complementary color
Monochromatic Colors of #51AA80
Black with #51AA80
Text Example
Text Example
White with #51AA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51AA80; }
p { color: rgb(81,170,128); }
H1.HeaderClassName
{
color: #51AA80;
}
.AnyTagClassName
{
color: #51AA80;
}
</style>
background-color css
<style>
a { background-color: #51AA80; }
a { background-color: rgb(81,170,128); }
div.DivClassName
{
background-color: #51AA80;
}
.BgClassName
{
background-color: #51AA80;
}
</style>
border-color css
<style>
span { border-color: #51AA80; }
span { border-color: rgb(81,170,128); }
td.TdClassName
{
border-color: #51AA80;
}
.TagClassName
{
border-color: #51AA80;
}
</style>