Shades of Ocean Green #52A874
Tints of Ocean Green #52A874
RGB
CMYK
RGB Variations
Color information
#52A874 (or 0x52A874) is known color: Ocean Green. HEX triplet: 52, A8 and 74. RGB value is (82,168,116). Sum of RGB (Red+Green+Blue) = 82+168+116=366 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.40% from 366); Green value is 168 (66.02% from 255 or 45.90% from 366); Blue value is 116 (45.70% from 255 or 31.69% from 366); Max value from RGB is 168 - color contains mainly: green. Hex color #52A874 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A874 is #AD578B. Grayscale: #888888. Windows color (decimal): -11360140 or 7645266. OLE color: 7645266.
HSL color Cylindrical-coordinate representation of color #52A874: hue angle of 143.72º 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 #52A874 is Cyan = 0.51, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 82 | 168 | 116 | - |
| CMYK | 0.51 | 0 | 0.31 | 0.34 |
| HSL | 143.72º | 0.34% | 0.49% | - |
| HSV(B) | 143.72º | 0.51% | 0.66% | - |
| XYZ | 20.63 | 31.06 | 21.43 | - |
| YUV | 136.36 | 116.51 | 89.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 168 | 116 | 0.51 | 0 | 0.31 | 0.34 | 143.72 | 0.34 | 0.49 |
| Hex | 52 | A8 | 74 | 33 | 0 | 1F | 22 | 90 | 22 | 31 |
| Octal | 122 | 250 | 164 | 63 | 0 | 37 | 42 | 220 | 42 | 61 |
| Binary | 1010010 | 10101000 | 1110100 | 110011 | 0 | 11111 | 100010 | 10010000 | 100010 | 110001 |
Color Harmonies of #52A874
Complementary color
Monochromatic Colors of #52A874
Black with #52A874
Text Example
Text Example
White with #52A874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A874; }
p { color: rgb(82,168,116); }
H1.HeaderClassName
{
color: #52A874;
}
.AnyTagClassName
{
color: #52A874;
}
</style>
background-color css
<style>
a { background-color: #52A874; }
a { background-color: rgb(82,168,116); }
div.DivClassName
{
background-color: #52A874;
}
.BgClassName
{
background-color: #52A874;
}
</style>
border-color css
<style>
span { border-color: #52A874; }
span { border-color: rgb(82,168,116); }
td.TdClassName
{
border-color: #52A874;
}
.TagClassName
{
border-color: #52A874;
}
</style>