Shades of Ocean Green #52B071
Tints of Ocean Green #52B071
RGB
CMYK
RGB Variations
Color information
#52B071 (or 0x52B071) is known color: Ocean Green. HEX triplet: 52, B0 and 71. RGB value is (82,176,113). Sum of RGB (Red+Green+Blue) = 82+176+113=371 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.10% from 371); Green value is 176 (69.14% from 255 or 47.44% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 176 - color contains mainly: green. Hex color #52B071 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52B071 is #AD4F8E. Grayscale: #8C8C8C. Windows color (decimal): -11358095 or 7450706. OLE color: 7450706.
HSL color Cylindrical-coordinate representation of color #52B071: hue angle of 139.79º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #52B071 is Cyan = 0.53, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 82 | 176 | 113 | - |
| CMYK | 0.53 | 0 | 0.36 | 0.31 |
| HSL | 139.79º | 0.37% | 0.51% | - |
| HSV(B) | 139.79º | 0.53% | 0.69% | - |
| XYZ | 21.99 | 34.04 | 21.03 | - |
| YUV | 140.71 | 112.36 | 86.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 176 | 113 | 0.53 | 0 | 0.36 | 0.31 | 139.79 | 0.37 | 0.51 |
| Hex | 52 | B0 | 71 | 35 | 0 | 24 | 1F | 8C | 25 | 33 |
| Octal | 122 | 260 | 161 | 65 | 0 | 44 | 37 | 214 | 45 | 63 |
| Binary | 1010010 | 10110000 | 1110001 | 110101 | 0 | 100100 | 11111 | 10001100 | 100101 | 110011 |
Color Harmonies of #52B071
Complementary color
Monochromatic Colors of #52B071
Black with #52B071
Text Example
Text Example
White with #52B071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B071; }
p { color: rgb(82,176,113); }
H1.HeaderClassName
{
color: #52B071;
}
.AnyTagClassName
{
color: #52B071;
}
</style>
background-color css
<style>
a { background-color: #52B071; }
a { background-color: rgb(82,176,113); }
div.DivClassName
{
background-color: #52B071;
}
.BgClassName
{
background-color: #52B071;
}
</style>
border-color css
<style>
span { border-color: #52B071; }
span { border-color: rgb(82,176,113); }
td.TdClassName
{
border-color: #52B071;
}
.TagClassName
{
border-color: #52B071;
}
</style>