Shades of Ocean Green #52B57F
Tints of Ocean Green #52B57F
RGB
CMYK
RGB Variations
Color information
#52B57F (or 0x52B57F) is known color: Ocean Green. HEX triplet: 52, B5 and 7F. RGB value is (82,181,127). Sum of RGB (Red+Green+Blue) = 82+181+127=390 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.03% from 390); Green value is 181 (71.09% from 255 or 46.41% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 181 - color contains mainly: green. Hex color #52B57F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B57F is #AD4A80. Grayscale: #919191. Windows color (decimal): -11356801 or 8369490. OLE color: 8369490.
HSL color Cylindrical-coordinate representation of color #52B57F: hue angle of 147.27º 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 #52B57F is Cyan = 0.55, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 82 | 181 | 127 | - |
| CMYK | 0.55 | 0 | 0.30 | 0.29 |
| HSL | 147.27º | 0.4% | 0.52% | - |
| HSV(B) | 147.27º | 0.55% | 0.71% | - |
| XYZ | 23.83 | 36.37 | 25.84 | - |
| YUV | 145.24 | 117.7 | 82.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 181 | 127 | 0.55 | 0 | 0.30 | 0.29 | 147.27 | 0.4 | 0.52 |
| Hex | 52 | B5 | 7F | 37 | 0 | 1E | 1D | 93 | 28 | 34 |
| Octal | 122 | 265 | 177 | 67 | 0 | 36 | 35 | 223 | 50 | 64 |
| Binary | 1010010 | 10110101 | 1111111 | 110111 | 0 | 11110 | 11101 | 10010011 | 101000 | 110100 |
Color Harmonies of #52B57F
Complementary color
Monochromatic Colors of #52B57F
Black with #52B57F
Text Example
Text Example
White with #52B57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B57F; }
p { color: rgb(82,181,127); }
H1.HeaderClassName
{
color: #52B57F;
}
.AnyTagClassName
{
color: #52B57F;
}
</style>
background-color css
<style>
a { background-color: #52B57F; }
a { background-color: rgb(82,181,127); }
div.DivClassName
{
background-color: #52B57F;
}
.BgClassName
{
background-color: #52B57F;
}
</style>
border-color css
<style>
span { border-color: #52B57F; }
span { border-color: rgb(82,181,127); }
td.TdClassName
{
border-color: #52B57F;
}
.TagClassName
{
border-color: #52B57F;
}
</style>