Shades of Ocean Green #52A474
Tints of Ocean Green #52A474
RGB
CMYK
RGB Variations
Color information
#52A474 (or 0x52A474) is known color: Ocean Green. HEX triplet: 52, A4 and 74. RGB value is (82,164,116). Sum of RGB (Red+Green+Blue) = 82+164+116=362 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.65% from 362); Green value is 164 (64.45% from 255 or 45.30% from 362); Blue value is 116 (45.70% from 255 or 32.04% from 362); Max value from RGB is 164 - color contains mainly: green. Hex color #52A474 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A474 is #AD5B8B. Grayscale: #868686. Windows color (decimal): -11361164 or 7644242. OLE color: 7644242.
HSL color Cylindrical-coordinate representation of color #52A474: hue angle of 144.88º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #52A474 is Cyan = 0.5, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 82 | 164 | 116 | - |
| CMYK | 0.5 | 0 | 0.29 | 0.36 |
| HSL | 144.88º | 0.33% | 0.48% | - |
| HSV(B) | 144.88º | 0.5% | 0.64% | - |
| XYZ | 19.91 | 29.61 | 21.19 | - |
| YUV | 134.01 | 117.83 | 90.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 164 | 116 | 0.5 | 0 | 0.29 | 0.36 | 144.88 | 0.33 | 0.48 |
| Hex | 52 | A4 | 74 | 32 | 0 | 1D | 24 | 91 | 21 | 30 |
| Octal | 122 | 244 | 164 | 62 | 0 | 35 | 44 | 221 | 41 | 60 |
| Binary | 1010010 | 10100100 | 1110100 | 110010 | 0 | 11101 | 100100 | 10010001 | 100001 | 110000 |
Color Harmonies of #52A474
Complementary color
Monochromatic Colors of #52A474
Black with #52A474
Text Example
Text Example
White with #52A474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A474; }
p { color: rgb(82,164,116); }
H1.HeaderClassName
{
color: #52A474;
}
.AnyTagClassName
{
color: #52A474;
}
</style>
background-color css
<style>
a { background-color: #52A474; }
a { background-color: rgb(82,164,116); }
div.DivClassName
{
background-color: #52A474;
}
.BgClassName
{
background-color: #52A474;
}
</style>
border-color css
<style>
span { border-color: #52A474; }
span { border-color: rgb(82,164,116); }
td.TdClassName
{
border-color: #52A474;
}
.TagClassName
{
border-color: #52A474;
}
</style>