Shades of Ocean Green #51AE81
Tints of Ocean Green #51AE81
RGB
CMYK
RGB Variations
Color information
#51AE81 (or 0x51AE81) is known color: Ocean Green. HEX triplet: 51, AE and 81. RGB value is (81,174,129). Sum of RGB (Red+Green+Blue) = 81+174+129=384 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.09% from 384); Green value is 174 (68.36% from 255 or 45.31% from 384); Blue value is 129 (50.78% from 255 or 33.59% from 384); Max value from RGB is 174 - color contains mainly: green. Hex color #51AE81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51AE81 is #AE517E. Grayscale: #8D8D8D. Windows color (decimal): -11424127 or 8498769. OLE color: 8498769.
HSL color Cylindrical-coordinate representation of color #51AE81: hue angle of 150.97º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #51AE81 is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 81 | 174 | 129 | - |
| CMYK | 0.53 | 0 | 0.26 | 0.32 |
| HSL | 150.97º | 0.36% | 0.5% | - |
| HSV(B) | 150.97º | 0.53% | 0.68% | - |
| XYZ | 22.49 | 33.61 | 26.07 | - |
| YUV | 141.06 | 121.19 | 85.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 174 | 129 | 0.53 | 0 | 0.26 | 0.32 | 150.97 | 0.36 | 0.5 |
| Hex | 51 | AE | 81 | 35 | 0 | 1A | 20 | 97 | 24 | 32 |
| Octal | 121 | 256 | 201 | 65 | 0 | 32 | 40 | 227 | 44 | 62 |
| Binary | 1010001 | 10101110 | 10000001 | 110101 | 0 | 11010 | 100000 | 10010111 | 100100 | 110010 |
Color Harmonies of #51AE81
Complementary color
Monochromatic Colors of #51AE81
Black with #51AE81
Text Example
Text Example
White with #51AE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51AE81; }
p { color: rgb(81,174,129); }
H1.HeaderClassName
{
color: #51AE81;
}
.AnyTagClassName
{
color: #51AE81;
}
</style>
background-color css
<style>
a { background-color: #51AE81; }
a { background-color: rgb(81,174,129); }
div.DivClassName
{
background-color: #51AE81;
}
.BgClassName
{
background-color: #51AE81;
}
</style>
border-color css
<style>
span { border-color: #51AE81; }
span { border-color: rgb(81,174,129); }
td.TdClassName
{
border-color: #51AE81;
}
.TagClassName
{
border-color: #51AE81;
}
</style>