Shades of Ocean Green #52B672
Tints of Ocean Green #52B672
RGB
CMYK
RGB Variations
Color information
#52B672 (or 0x52B672) is known color: Ocean Green. HEX triplet: 52, B6 and 72. RGB value is (82,182,114). Sum of RGB (Red+Green+Blue) = 82+182+114=378 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.69% from 378); Green value is 182 (71.48% from 255 or 48.15% from 378); Blue value is 114 (44.92% from 255 or 30.16% from 378); Max value from RGB is 182 - color contains mainly: green. Hex color #52B672 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B672 is #AD498D. Grayscale: #909090. Windows color (decimal): -11356558 or 7517778. OLE color: 7517778.
HSL color Cylindrical-coordinate representation of color #52B672: hue angle of 139.2º degrees, saturation: 0.41, 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 #52B672 is Cyan = 0.55, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 82 | 182 | 114 | - |
| CMYK | 0.55 | 0 | 0.37 | 0.29 |
| HSL | 139.2º | 0.41% | 0.52% | - |
| HSV(B) | 139.2º | 0.55% | 0.71% | - |
| XYZ | 23.24 | 36.46 | 21.73 | - |
| YUV | 144.35 | 110.87 | 83.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 182 | 114 | 0.55 | 0 | 0.37 | 0.29 | 139.2 | 0.41 | 0.52 |
| Hex | 52 | B6 | 72 | 37 | 0 | 25 | 1D | 8B | 29 | 34 |
| Octal | 122 | 266 | 162 | 67 | 0 | 45 | 35 | 213 | 51 | 64 |
| Binary | 1010010 | 10110110 | 1110010 | 110111 | 0 | 100101 | 11101 | 10001011 | 101001 | 110100 |
Color Harmonies of #52B672
Complementary color
Monochromatic Colors of #52B672
Black with #52B672
Text Example
Text Example
White with #52B672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B672; }
p { color: rgb(82,182,114); }
H1.HeaderClassName
{
color: #52B672;
}
.AnyTagClassName
{
color: #52B672;
}
</style>
background-color css
<style>
a { background-color: #52B672; }
a { background-color: rgb(82,182,114); }
div.DivClassName
{
background-color: #52B672;
}
.BgClassName
{
background-color: #52B672;
}
</style>
border-color css
<style>
span { border-color: #52B672; }
span { border-color: rgb(82,182,114); }
td.TdClassName
{
border-color: #52B672;
}
.TagClassName
{
border-color: #52B672;
}
</style>