Shades of Ocean Green #52B76D
Tints of Ocean Green #52B76D
RGB
CMYK
RGB Variations
Color information
#52B76D (or 0x52B76D) is known color: Ocean Green. HEX triplet: 52, B7 and 6D. RGB value is (82,183,109). Sum of RGB (Red+Green+Blue) = 82+183+109=374 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.93% from 374); Green value is 183 (71.88% from 255 or 48.93% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 183 - color contains mainly: green. Hex color #52B76D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B76D is #AD4892. Grayscale: #909090. Windows color (decimal): -11356307 or 7190354. OLE color: 7190354.
HSL color Cylindrical-coordinate representation of color #52B76D: hue angle of 136.04º 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 #52B76D is Cyan = 0.55, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 82 | 183 | 109 | - |
| CMYK | 0.55 | 0 | 0.40 | 0.28 |
| HSL | 136.04º | 0.41% | 0.52% | - |
| HSV(B) | 136.04º | 0.55% | 0.72% | - |
| XYZ | 23.17 | 36.76 | 20.34 | - |
| YUV | 144.37 | 108.04 | 83.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 183 | 109 | 0.55 | 0 | 0.40 | 0.28 | 136.04 | 0.41 | 0.52 |
| Hex | 52 | B7 | 6D | 37 | 0 | 28 | 1C | 88 | 29 | 34 |
| Octal | 122 | 267 | 155 | 67 | 0 | 50 | 34 | 210 | 51 | 64 |
| Binary | 1010010 | 10110111 | 1101101 | 110111 | 0 | 101000 | 11100 | 10001000 | 101001 | 110100 |
Color Harmonies of #52B76D
Complementary color
Monochromatic Colors of #52B76D
Black with #52B76D
Text Example
Text Example
White with #52B76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B76D; }
p { color: rgb(82,183,109); }
H1.HeaderClassName
{
color: #52B76D;
}
.AnyTagClassName
{
color: #52B76D;
}
</style>
background-color css
<style>
a { background-color: #52B76D; }
a { background-color: rgb(82,183,109); }
div.DivClassName
{
background-color: #52B76D;
}
.BgClassName
{
background-color: #52B76D;
}
</style>
border-color css
<style>
span { border-color: #52B76D; }
span { border-color: rgb(82,183,109); }
td.TdClassName
{
border-color: #52B76D;
}
.TagClassName
{
border-color: #52B76D;
}
</style>