Shades of Ocean Green #52A876
Tints of Ocean Green #52A876
RGB
CMYK
RGB Variations
Color information
#52A876 (or 0x52A876) is known color: Ocean Green. HEX triplet: 52, A8 and 76. RGB value is (82,168,118). Sum of RGB (Red+Green+Blue) = 82+168+118=368 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.28% from 368); Green value is 168 (66.02% from 255 or 45.65% from 368); Blue value is 118 (46.48% from 255 or 32.07% from 368); Max value from RGB is 168 - color contains mainly: green. Hex color #52A876 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A876 is #AD5789. Grayscale: #888888. Windows color (decimal): -11360138 or 7776338. OLE color: 7776338.
HSL color Cylindrical-coordinate representation of color #52A876: hue angle of 145.12º degrees, saturation: 0.34, 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 #52A876 is Cyan = 0.51, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 82 | 168 | 118 | - |
| CMYK | 0.51 | 0 | 0.30 | 0.34 |
| HSL | 145.12º | 0.34% | 0.49% | - |
| HSV(B) | 145.12º | 0.51% | 0.66% | - |
| XYZ | 20.75 | 31.11 | 22.05 | - |
| YUV | 136.59 | 117.51 | 89.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 168 | 118 | 0.51 | 0 | 0.30 | 0.34 | 145.12 | 0.34 | 0.49 |
| Hex | 52 | A8 | 76 | 33 | 0 | 1E | 22 | 91 | 22 | 31 |
| Octal | 122 | 250 | 166 | 63 | 0 | 36 | 42 | 221 | 42 | 61 |
| Binary | 1010010 | 10101000 | 1110110 | 110011 | 0 | 11110 | 100010 | 10010001 | 100010 | 110001 |
Color Harmonies of #52A876
Complementary color
Monochromatic Colors of #52A876
Black with #52A876
Text Example
Text Example
White with #52A876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A876; }
p { color: rgb(82,168,118); }
H1.HeaderClassName
{
color: #52A876;
}
.AnyTagClassName
{
color: #52A876;
}
</style>
background-color css
<style>
a { background-color: #52A876; }
a { background-color: rgb(82,168,118); }
div.DivClassName
{
background-color: #52A876;
}
.BgClassName
{
background-color: #52A876;
}
</style>
border-color css
<style>
span { border-color: #52A876; }
span { border-color: rgb(82,168,118); }
td.TdClassName
{
border-color: #52A876;
}
.TagClassName
{
border-color: #52A876;
}
</style>