Shades of Ocean Green #52B572
Tints of Ocean Green #52B572
RGB
CMYK
RGB Variations
Color information
#52B572 (or 0x52B572) is known color: Ocean Green. HEX triplet: 52, B5 and 72. RGB value is (82,181,114). Sum of RGB (Red+Green+Blue) = 82+181+114=377 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.75% from 377); Green value is 181 (71.09% from 255 or 48.01% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 181 - color contains mainly: green. Hex color #52B572 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B572 is #AD4A8D. Grayscale: #8F8F8F. Windows color (decimal): -11356814 or 7517522. OLE color: 7517522.
HSL color Cylindrical-coordinate representation of color #52B572: hue angle of 139.39º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52B572 is Cyan = 0.55, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 82 | 181 | 114 | - |
| CMYK | 0.55 | 0 | 0.37 | 0.29 |
| HSL | 139.39º | 0.4% | 0.52% | - |
| HSV(B) | 139.39º | 0.55% | 0.71% | - |
| XYZ | 23.04 | 36.06 | 21.66 | - |
| YUV | 143.76 | 111.2 | 83.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 181 | 114 | 0.55 | 0 | 0.37 | 0.29 | 139.39 | 0.4 | 0.52 |
| Hex | 52 | B5 | 72 | 37 | 0 | 25 | 1D | 8B | 28 | 34 |
| Octal | 122 | 265 | 162 | 67 | 0 | 45 | 35 | 213 | 50 | 64 |
| Binary | 1010010 | 10110101 | 1110010 | 110111 | 0 | 100101 | 11101 | 10001011 | 101000 | 110100 |
Color Harmonies of #52B572
Complementary color
Monochromatic Colors of #52B572
Black with #52B572
Text Example
Text Example
White with #52B572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B572; }
p { color: rgb(82,181,114); }
H1.HeaderClassName
{
color: #52B572;
}
.AnyTagClassName
{
color: #52B572;
}
</style>
background-color css
<style>
a { background-color: #52B572; }
a { background-color: rgb(82,181,114); }
div.DivClassName
{
background-color: #52B572;
}
.BgClassName
{
background-color: #52B572;
}
</style>
border-color css
<style>
span { border-color: #52B572; }
span { border-color: rgb(82,181,114); }
td.TdClassName
{
border-color: #52B572;
}
.TagClassName
{
border-color: #52B572;
}
</style>