Shades of Ocean Green #52B781
Tints of Ocean Green #52B781
RGB
CMYK
RGB Variations
Color information
#52B781 (or 0x52B781) is known color: Ocean Green. HEX triplet: 52, B7 and 81. RGB value is (82,183,129). Sum of RGB (Red+Green+Blue) = 82+183+129=394 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.81% from 394); Green value is 183 (71.88% from 255 or 46.45% from 394); Blue value is 129 (50.78% from 255 or 32.74% from 394); Max value from RGB is 183 - color contains mainly: green. Hex color #52B781 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52B781 is #AD487E. Grayscale: #929292. Windows color (decimal): -11356287 or 8501074. OLE color: 8501074.
HSL color Cylindrical-coordinate representation of color #52B781: hue angle of 147.92º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52B781 is Cyan = 0.55, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 82 | 183 | 129 | - |
| CMYK | 0.55 | 0 | 0.30 | 0.28 |
| HSL | 147.92º | 0.41% | 0.52% | - |
| HSV(B) | 147.92º | 0.55% | 0.72% | - |
| XYZ | 24.38 | 37.25 | 26.67 | - |
| YUV | 146.65 | 118.04 | 81.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 183 | 129 | 0.55 | 0 | 0.30 | 0.28 | 147.92 | 0.41 | 0.52 |
| Hex | 52 | B7 | 81 | 37 | 0 | 1E | 1C | 94 | 29 | 34 |
| Octal | 122 | 267 | 201 | 67 | 0 | 36 | 34 | 224 | 51 | 64 |
| Binary | 1010010 | 10110111 | 10000001 | 110111 | 0 | 11110 | 11100 | 10010100 | 101001 | 110100 |
Color Harmonies of #52B781
Complementary color
Monochromatic Colors of #52B781
Black with #52B781
Text Example
Text Example
White with #52B781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B781; }
p { color: rgb(82,183,129); }
H1.HeaderClassName
{
color: #52B781;
}
.AnyTagClassName
{
color: #52B781;
}
</style>
background-color css
<style>
a { background-color: #52B781; }
a { background-color: rgb(82,183,129); }
div.DivClassName
{
background-color: #52B781;
}
.BgClassName
{
background-color: #52B781;
}
</style>
border-color css
<style>
span { border-color: #52B781; }
span { border-color: rgb(82,183,129); }
td.TdClassName
{
border-color: #52B781;
}
.TagClassName
{
border-color: #52B781;
}
</style>