Shades of Ocean Green #52AD86
Tints of Ocean Green #52AD86
RGB
CMYK
RGB Variations
Color information
#52AD86 (or 0x52AD86) is known color: Ocean Green. HEX triplet: 52, AD and 86. RGB value is (82,173,134). Sum of RGB (Red+Green+Blue) = 82+173+134=389 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.08% from 389); Green value is 173 (67.97% from 255 or 44.47% from 389); Blue value is 134 (52.73% from 255 or 34.45% from 389); Max value from RGB is 173 - color contains mainly: green. Hex color #52AD86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52AD86 is #AD5279. Grayscale: #8D8D8D. Windows color (decimal): -11358842 or 8826194. OLE color: 8826194.
HSL color Cylindrical-coordinate representation of color #52AD86: hue angle of 154.29º 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 #52AD86 is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 82 | 173 | 134 | - |
| CMYK | 0.53 | 0 | 0.23 | 0.32 |
| HSL | 154.29º | 0.36% | 0.5% | - |
| HSV(B) | 154.29º | 0.53% | 0.68% | - |
| XYZ | 22.73 | 33.4 | 27.8 | - |
| YUV | 141.35 | 123.85 | 85.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 173 | 134 | 0.53 | 0 | 0.23 | 0.32 | 154.29 | 0.36 | 0.5 |
| Hex | 52 | AD | 86 | 35 | 0 | 17 | 20 | 9A | 24 | 32 |
| Octal | 122 | 255 | 206 | 65 | 0 | 27 | 40 | 232 | 44 | 62 |
| Binary | 1010010 | 10101101 | 10000110 | 110101 | 0 | 10111 | 100000 | 10011010 | 100100 | 110010 |
Color Harmonies of #52AD86
Complementary color
Monochromatic Colors of #52AD86
Black with #52AD86
Text Example
Text Example
White with #52AD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AD86; }
p { color: rgb(82,173,134); }
H1.HeaderClassName
{
color: #52AD86;
}
.AnyTagClassName
{
color: #52AD86;
}
</style>
background-color css
<style>
a { background-color: #52AD86; }
a { background-color: rgb(82,173,134); }
div.DivClassName
{
background-color: #52AD86;
}
.BgClassName
{
background-color: #52AD86;
}
</style>
border-color css
<style>
span { border-color: #52AD86; }
span { border-color: rgb(82,173,134); }
td.TdClassName
{
border-color: #52AD86;
}
.TagClassName
{
border-color: #52AD86;
}
</style>