Shades of Ocean Green #52A670
Tints of Ocean Green #52A670
RGB
CMYK
RGB Variations
Color information
#52A670 (or 0x52A670) is known color: Ocean Green. HEX triplet: 52, A6 and 70. RGB value is (82,166,112). Sum of RGB (Red+Green+Blue) = 82+166+112=360 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.78% from 360); Green value is 166 (65.23% from 255 or 46.11% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 166 - color contains mainly: green. Hex color #52A670 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A670 is #AD598F. Grayscale: #868686. Windows color (decimal): -11360656 or 7382610. OLE color: 7382610.
HSL color Cylindrical-coordinate representation of color #52A670: hue angle of 141.43º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #52A670 is Cyan = 0.51, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 82 | 166 | 112 | - |
| CMYK | 0.51 | 0 | 0.33 | 0.35 |
| HSL | 141.43º | 0.34% | 0.49% | - |
| HSV(B) | 141.43º | 0.51% | 0.65% | - |
| XYZ | 20.04 | 30.24 | 20.11 | - |
| YUV | 134.73 | 115.17 | 90.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 166 | 112 | 0.51 | 0 | 0.33 | 0.35 | 141.43 | 0.34 | 0.49 |
| Hex | 52 | A6 | 70 | 33 | 0 | 21 | 23 | 8D | 22 | 31 |
| Octal | 122 | 246 | 160 | 63 | 0 | 41 | 43 | 215 | 42 | 61 |
| Binary | 1010010 | 10100110 | 1110000 | 110011 | 0 | 100001 | 100011 | 10001101 | 100010 | 110001 |
Color Harmonies of #52A670
Complementary color
Monochromatic Colors of #52A670
Black with #52A670
Text Example
Text Example
White with #52A670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A670; }
p { color: rgb(82,166,112); }
H1.HeaderClassName
{
color: #52A670;
}
.AnyTagClassName
{
color: #52A670;
}
</style>
background-color css
<style>
a { background-color: #52A670; }
a { background-color: rgb(82,166,112); }
div.DivClassName
{
background-color: #52A670;
}
.BgClassName
{
background-color: #52A670;
}
</style>
border-color css
<style>
span { border-color: #52A670; }
span { border-color: rgb(82,166,112); }
td.TdClassName
{
border-color: #52A670;
}
.TagClassName
{
border-color: #52A670;
}
</style>