Shades of Ocean Green #52AD82
Tints of Ocean Green #52AD82
RGB
CMYK
RGB Variations
Color information
#52AD82 (or 0x52AD82) is known color: Ocean Green. HEX triplet: 52, AD and 82. RGB value is (82,173,130). Sum of RGB (Red+Green+Blue) = 82+173+130=385 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.30% from 385); Green value is 173 (67.97% from 255 or 44.94% from 385); Blue value is 130 (51.17% from 255 or 33.77% from 385); Max value from RGB is 173 - color contains mainly: green. Hex color #52AD82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52AD82 is #AD527D. Grayscale: #8C8C8C. Windows color (decimal): -11358846 or 8564050. OLE color: 8564050.
HSL color Cylindrical-coordinate representation of color #52AD82: hue angle of 151.65º 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 #52AD82 is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 82 | 173 | 130 | - |
| CMYK | 0.53 | 0 | 0.25 | 0.32 |
| HSL | 151.65º | 0.36% | 0.5% | - |
| HSV(B) | 151.65º | 0.53% | 0.68% | - |
| XYZ | 22.45 | 33.29 | 26.36 | - |
| YUV | 140.89 | 121.85 | 86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 173 | 130 | 0.53 | 0 | 0.25 | 0.32 | 151.65 | 0.36 | 0.5 |
| Hex | 52 | AD | 82 | 35 | 0 | 19 | 20 | 98 | 24 | 32 |
| Octal | 122 | 255 | 202 | 65 | 0 | 31 | 40 | 230 | 44 | 62 |
| Binary | 1010010 | 10101101 | 10000010 | 110101 | 0 | 11001 | 100000 | 10011000 | 100100 | 110010 |
Color Harmonies of #52AD82
Complementary color
Monochromatic Colors of #52AD82
Black with #52AD82
Text Example
Text Example
White with #52AD82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AD82; }
p { color: rgb(82,173,130); }
H1.HeaderClassName
{
color: #52AD82;
}
.AnyTagClassName
{
color: #52AD82;
}
</style>
background-color css
<style>
a { background-color: #52AD82; }
a { background-color: rgb(82,173,130); }
div.DivClassName
{
background-color: #52AD82;
}
.BgClassName
{
background-color: #52AD82;
}
</style>
border-color css
<style>
span { border-color: #52AD82; }
span { border-color: rgb(82,173,130); }
td.TdClassName
{
border-color: #52AD82;
}
.TagClassName
{
border-color: #52AD82;
}
</style>