Shades of Ocean Green #52AD68
Tints of Ocean Green #52AD68
RGB
CMYK
RGB Variations
Color information
#52AD68 (or 0x52AD68) is known color: Ocean Green. HEX triplet: 52, AD and 68. RGB value is (82,173,104). Sum of RGB (Red+Green+Blue) = 82+173+104=359 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.84% from 359); Green value is 173 (67.97% from 255 or 48.19% from 359); Blue value is 104 (41.02% from 255 or 28.97% from 359); Max value from RGB is 173 - color contains mainly: green. Hex color #52AD68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AD68 is #AD5297. Grayscale: #8A8A8A. Windows color (decimal): -11358872 or 6860114. OLE color: 6860114.
HSL color Cylindrical-coordinate representation of color #52AD68: hue angle of 134.51º 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 #52AD68 is Cyan = 0.53, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 82 | 173 | 104 | - |
| CMYK | 0.53 | 0 | 0.40 | 0.32 |
| HSL | 134.51º | 0.36% | 0.5% | - |
| HSV(B) | 134.51º | 0.53% | 0.68% | - |
| XYZ | 20.92 | 32.68 | 18.3 | - |
| YUV | 137.93 | 108.85 | 88.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 173 | 104 | 0.53 | 0 | 0.40 | 0.32 | 134.51 | 0.36 | 0.5 |
| Hex | 52 | AD | 68 | 35 | 0 | 28 | 20 | 87 | 24 | 32 |
| Octal | 122 | 255 | 150 | 65 | 0 | 50 | 40 | 207 | 44 | 62 |
| Binary | 1010010 | 10101101 | 1101000 | 110101 | 0 | 101000 | 100000 | 10000111 | 100100 | 110010 |
Color Harmonies of #52AD68
Complementary color
Monochromatic Colors of #52AD68
Black with #52AD68
Text Example
Text Example
White with #52AD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AD68; }
p { color: rgb(82,173,104); }
H1.HeaderClassName
{
color: #52AD68;
}
.AnyTagClassName
{
color: #52AD68;
}
</style>
background-color css
<style>
a { background-color: #52AD68; }
a { background-color: rgb(82,173,104); }
div.DivClassName
{
background-color: #52AD68;
}
.BgClassName
{
background-color: #52AD68;
}
</style>
border-color css
<style>
span { border-color: #52AD68; }
span { border-color: rgb(82,173,104); }
td.TdClassName
{
border-color: #52AD68;
}
.TagClassName
{
border-color: #52AD68;
}
</style>