Shades of Ocean Green #51AD83
Tints of Ocean Green #51AD83
RGB
CMYK
RGB Variations
Color information
#51AD83 (or 0x51AD83) is known color: Ocean Green. HEX triplet: 51, AD and 83. RGB value is (81,173,131). Sum of RGB (Red+Green+Blue) = 81+173+131=385 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.04% from 385); Green value is 173 (67.97% from 255 or 44.94% from 385); Blue value is 131 (51.56% from 255 or 34.03% from 385); Max value from RGB is 173 - color contains mainly: green. Hex color #51AD83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51AD83 is #AE527C. Grayscale: #8C8C8C. Windows color (decimal): -11424381 or 8629585. OLE color: 8629585.
HSL color Cylindrical-coordinate representation of color #51AD83: hue angle of 152.61º 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 #51AD83 is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 81 | 173 | 131 | - |
| CMYK | 0.53 | 0 | 0.24 | 0.32 |
| HSL | 152.61º | 0.36% | 0.5% | - |
| HSV(B) | 152.61º | 0.53% | 0.68% | - |
| XYZ | 22.43 | 33.28 | 26.71 | - |
| YUV | 140.7 | 122.52 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 173 | 131 | 0.53 | 0 | 0.24 | 0.32 | 152.61 | 0.36 | 0.5 |
| Hex | 51 | AD | 83 | 35 | 0 | 18 | 20 | 99 | 24 | 32 |
| Octal | 121 | 255 | 203 | 65 | 0 | 30 | 40 | 231 | 44 | 62 |
| Binary | 1010001 | 10101101 | 10000011 | 110101 | 0 | 11000 | 100000 | 10011001 | 100100 | 110010 |
Color Harmonies of #51AD83
Complementary color
Monochromatic Colors of #51AD83
Black with #51AD83
Text Example
Text Example
White with #51AD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51AD83; }
p { color: rgb(81,173,131); }
H1.HeaderClassName
{
color: #51AD83;
}
.AnyTagClassName
{
color: #51AD83;
}
</style>
background-color css
<style>
a { background-color: #51AD83; }
a { background-color: rgb(81,173,131); }
div.DivClassName
{
background-color: #51AD83;
}
.BgClassName
{
background-color: #51AD83;
}
</style>
border-color css
<style>
span { border-color: #51AD83; }
span { border-color: rgb(81,173,131); }
td.TdClassName
{
border-color: #51AD83;
}
.TagClassName
{
border-color: #51AD83;
}
</style>