Shades of Ocean Green #52A16D
Tints of Ocean Green #52A16D
RGB
CMYK
RGB Variations
Color information
#52A16D (or 0x52A16D) is known color: Ocean Green. HEX triplet: 52, A1 and 6D. RGB value is (82,161,109). Sum of RGB (Red+Green+Blue) = 82+161+109=352 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.30% from 352); Green value is 161 (63.28% from 255 or 45.74% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 161 - color contains mainly: green. Hex color #52A16D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A16D is #AD5E92. Grayscale: #838383. Windows color (decimal): -11361939 or 7184722. OLE color: 7184722.
HSL color Cylindrical-coordinate representation of color #52A16D: hue angle of 140.51º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #52A16D is Cyan = 0.49, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 82 | 161 | 109 | - |
| CMYK | 0.49 | 0 | 0.32 | 0.37 |
| HSL | 140.51º | 0.33% | 0.48% | - |
| HSV(B) | 140.51º | 0.49% | 0.63% | - |
| XYZ | 18.98 | 28.39 | 18.95 | - |
| YUV | 131.45 | 115.33 | 92.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 161 | 109 | 0.49 | 0 | 0.32 | 0.37 | 140.51 | 0.33 | 0.48 |
| Hex | 52 | A1 | 6D | 31 | 0 | 20 | 25 | 8D | 21 | 30 |
| Octal | 122 | 241 | 155 | 61 | 0 | 40 | 45 | 215 | 41 | 60 |
| Binary | 1010010 | 10100001 | 1101101 | 110001 | 0 | 100000 | 100101 | 10001101 | 100001 | 110000 |
Color Harmonies of #52A16D
Complementary color
Monochromatic Colors of #52A16D
Black with #52A16D
Text Example
Text Example
White with #52A16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A16D; }
p { color: rgb(82,161,109); }
H1.HeaderClassName
{
color: #52A16D;
}
.AnyTagClassName
{
color: #52A16D;
}
</style>
background-color css
<style>
a { background-color: #52A16D; }
a { background-color: rgb(82,161,109); }
div.DivClassName
{
background-color: #52A16D;
}
.BgClassName
{
background-color: #52A16D;
}
</style>
border-color css
<style>
span { border-color: #52A16D; }
span { border-color: rgb(82,161,109); }
td.TdClassName
{
border-color: #52A16D;
}
.TagClassName
{
border-color: #52A16D;
}
</style>