Shades of Ocean Green #52A980
Tints of Ocean Green #52A980
RGB
CMYK
RGB Variations
Color information
#52A980 (or 0x52A980) is known color: Ocean Green. HEX triplet: 52, A9 and 80. RGB value is (82,169,128). Sum of RGB (Red+Green+Blue) = 82+169+128=379 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.64% from 379); Green value is 169 (66.41% from 255 or 44.59% from 379); Blue value is 128 (50.39% from 255 or 33.77% from 379); Max value from RGB is 169 - color contains mainly: green. Hex color #52A980 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A980 is #AD567F. Grayscale: #8A8A8A. Windows color (decimal): -11359872 or 8431954. OLE color: 8431954.
HSL color Cylindrical-coordinate representation of color #52A980: hue angle of 151.72º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #52A980 is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 82 | 169 | 128 | - |
| CMYK | 0.51 | 0 | 0.24 | 0.34 |
| HSL | 151.72º | 0.35% | 0.49% | - |
| HSV(B) | 151.72º | 0.51% | 0.66% | - |
| XYZ | 21.56 | 31.73 | 25.41 | - |
| YUV | 138.31 | 122.18 | 87.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 169 | 128 | 0.51 | 0 | 0.24 | 0.34 | 151.72 | 0.35 | 0.49 |
| Hex | 52 | A9 | 80 | 33 | 0 | 18 | 22 | 98 | 23 | 31 |
| Octal | 122 | 251 | 200 | 63 | 0 | 30 | 42 | 230 | 43 | 61 |
| Binary | 1010010 | 10101001 | 10000000 | 110011 | 0 | 11000 | 100010 | 10011000 | 100011 | 110001 |
Color Harmonies of #52A980
Complementary color
Monochromatic Colors of #52A980
Black with #52A980
Text Example
Text Example
White with #52A980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A980; }
p { color: rgb(82,169,128); }
H1.HeaderClassName
{
color: #52A980;
}
.AnyTagClassName
{
color: #52A980;
}
</style>
background-color css
<style>
a { background-color: #52A980; }
a { background-color: rgb(82,169,128); }
div.DivClassName
{
background-color: #52A980;
}
.BgClassName
{
background-color: #52A980;
}
</style>
border-color css
<style>
span { border-color: #52A980; }
span { border-color: rgb(82,169,128); }
td.TdClassName
{
border-color: #52A980;
}
.TagClassName
{
border-color: #52A980;
}
</style>