Shades of Ocean Green #52A884
Tints of Ocean Green #52A884
RGB
CMYK
RGB Variations
Color information
#52A884 (or 0x52A884) is known color: Ocean Green. HEX triplet: 52, A8 and 84. RGB value is (82,168,132). Sum of RGB (Red+Green+Blue) = 82+168+132=382 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.47% from 382); Green value is 168 (66.02% from 255 or 43.98% from 382); Blue value is 132 (51.95% from 255 or 34.55% from 382); Max value from RGB is 168 - color contains mainly: green. Hex color #52A884 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A884 is #AD577B. Grayscale: #8A8A8A. Windows color (decimal): -11360124 or 8693842. OLE color: 8693842.
HSL color Cylindrical-coordinate representation of color #52A884: hue angle of 154.88º 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 #52A884 is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 82 | 168 | 132 | - |
| CMYK | 0.51 | 0 | 0.21 | 0.34 |
| HSL | 154.88º | 0.34% | 0.49% | - |
| HSV(B) | 154.88º | 0.51% | 0.66% | - |
| XYZ | 21.65 | 31.47 | 26.76 | - |
| YUV | 138.18 | 124.51 | 87.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 168 | 132 | 0.51 | 0 | 0.21 | 0.34 | 154.88 | 0.34 | 0.49 |
| Hex | 52 | A8 | 84 | 33 | 0 | 15 | 22 | 9B | 22 | 31 |
| Octal | 122 | 250 | 204 | 63 | 0 | 25 | 42 | 233 | 42 | 61 |
| Binary | 1010010 | 10101000 | 10000100 | 110011 | 0 | 10101 | 100010 | 10011011 | 100010 | 110001 |
Color Harmonies of #52A884
Complementary color
Monochromatic Colors of #52A884
Black with #52A884
Text Example
Text Example
White with #52A884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A884; }
p { color: rgb(82,168,132); }
H1.HeaderClassName
{
color: #52A884;
}
.AnyTagClassName
{
color: #52A884;
}
</style>
background-color css
<style>
a { background-color: #52A884; }
a { background-color: rgb(82,168,132); }
div.DivClassName
{
background-color: #52A884;
}
.BgClassName
{
background-color: #52A884;
}
</style>
border-color css
<style>
span { border-color: #52A884; }
span { border-color: rgb(82,168,132); }
td.TdClassName
{
border-color: #52A884;
}
.TagClassName
{
border-color: #52A884;
}
</style>