Shades of Ocean Green #52A075
Tints of Ocean Green #52A075
RGB
CMYK
RGB Variations
Color information
#52A075 (or 0x52A075) is known color: Ocean Green. HEX triplet: 52, A0 and 75. RGB value is (82,160,117). Sum of RGB (Red+Green+Blue) = 82+160+117=359 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.84% from 359); Green value is 160 (62.89% from 255 or 44.57% from 359); Blue value is 117 (46.09% from 255 or 32.59% from 359); Max value from RGB is 160 - color contains mainly: green. Hex color #52A075 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A075 is #AD5F8A. Grayscale: #838383. Windows color (decimal): -11362187 or 7708754. OLE color: 7708754.
HSL color Cylindrical-coordinate representation of color #52A075: hue angle of 146.92º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #52A075 is Cyan = 0.49, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 82 | 160 | 117 | - |
| CMYK | 0.49 | 0 | 0.27 | 0.37 |
| HSL | 146.92º | 0.32% | 0.47% | - |
| HSV(B) | 146.92º | 0.49% | 0.63% | - |
| XYZ | 19.26 | 28.22 | 21.26 | - |
| YUV | 131.78 | 119.66 | 92.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 160 | 117 | 0.49 | 0 | 0.27 | 0.37 | 146.92 | 0.32 | 0.47 |
| Hex | 52 | A0 | 75 | 31 | 0 | 1B | 25 | 93 | 20 | 2F |
| Octal | 122 | 240 | 165 | 61 | 0 | 33 | 45 | 223 | 40 | 57 |
| Binary | 1010010 | 10100000 | 1110101 | 110001 | 0 | 11011 | 100101 | 10010011 | 100000 | 101111 |
Color Harmonies of #52A075
Complementary color
Monochromatic Colors of #52A075
Black with #52A075
Text Example
Text Example
White with #52A075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A075; }
p { color: rgb(82,160,117); }
H1.HeaderClassName
{
color: #52A075;
}
.AnyTagClassName
{
color: #52A075;
}
</style>
background-color css
<style>
a { background-color: #52A075; }
a { background-color: rgb(82,160,117); }
div.DivClassName
{
background-color: #52A075;
}
.BgClassName
{
background-color: #52A075;
}
</style>
border-color css
<style>
span { border-color: #52A075; }
span { border-color: rgb(82,160,117); }
td.TdClassName
{
border-color: #52A075;
}
.TagClassName
{
border-color: #52A075;
}
</style>