Shades of Ocean Green #52AD6F
Tints of Ocean Green #52AD6F
RGB
CMYK
RGB Variations
Color information
#52AD6F (or 0x52AD6F) is known color: Ocean Green. HEX triplet: 52, AD and 6F. RGB value is (82,173,111). Sum of RGB (Red+Green+Blue) = 82+173+111=366 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.40% from 366); Green value is 173 (67.97% from 255 or 47.27% from 366); Blue value is 111 (43.75% from 255 or 30.33% from 366); Max value from RGB is 173 - color contains mainly: green. Hex color #52AD6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AD6F is #AD5290. Grayscale: #8A8A8A. Windows color (decimal): -11358865 or 7318866. OLE color: 7318866.
HSL color Cylindrical-coordinate representation of color #52AD6F: hue angle of 139.12º 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 #52AD6F is Cyan = 0.53, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 82 | 173 | 111 | - |
| CMYK | 0.53 | 0 | 0.36 | 0.32 |
| HSL | 139.12º | 0.36% | 0.5% | - |
| HSV(B) | 139.12º | 0.53% | 0.68% | - |
| XYZ | 21.29 | 32.83 | 20.25 | - |
| YUV | 138.72 | 112.35 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 173 | 111 | 0.53 | 0 | 0.36 | 0.32 | 139.12 | 0.36 | 0.5 |
| Hex | 52 | AD | 6F | 35 | 0 | 24 | 20 | 8B | 24 | 32 |
| Octal | 122 | 255 | 157 | 65 | 0 | 44 | 40 | 213 | 44 | 62 |
| Binary | 1010010 | 10101101 | 1101111 | 110101 | 0 | 100100 | 100000 | 10001011 | 100100 | 110010 |
Color Harmonies of #52AD6F
Complementary color
Monochromatic Colors of #52AD6F
Black with #52AD6F
Text Example
Text Example
White with #52AD6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AD6F; }
p { color: rgb(82,173,111); }
H1.HeaderClassName
{
color: #52AD6F;
}
.AnyTagClassName
{
color: #52AD6F;
}
</style>
background-color css
<style>
a { background-color: #52AD6F; }
a { background-color: rgb(82,173,111); }
div.DivClassName
{
background-color: #52AD6F;
}
.BgClassName
{
background-color: #52AD6F;
}
</style>
border-color css
<style>
span { border-color: #52AD6F; }
span { border-color: rgb(82,173,111); }
td.TdClassName
{
border-color: #52AD6F;
}
.TagClassName
{
border-color: #52AD6F;
}
</style>