Shades of Ocean Green #52B273
Tints of Ocean Green #52B273
RGB
CMYK
RGB Variations
Color information
#52B273 (or 0x52B273) is known color: Ocean Green. HEX triplet: 52, B2 and 73. RGB value is (82,178,115). Sum of RGB (Red+Green+Blue) = 82+178+115=375 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.87% from 375); Green value is 178 (69.92% from 255 or 47.47% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 178 - color contains mainly: green. Hex color #52B273 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52B273 is #AD4D8C. Grayscale: #8E8E8E. Windows color (decimal): -11357581 or 7582290. OLE color: 7582290.
HSL color Cylindrical-coordinate representation of color #52B273: hue angle of 140.62º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #52B273 is Cyan = 0.54, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 82 | 178 | 115 | - |
| CMYK | 0.54 | 0 | 0.35 | 0.30 |
| HSL | 140.63º | 0.38% | 0.51% | - |
| HSV(B) | 140.63º | 0.54% | 0.7% | - |
| XYZ | 22.49 | 34.87 | 21.77 | - |
| YUV | 142.11 | 112.7 | 85.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 178 | 115 | 0.54 | 0 | 0.35 | 0.30 | 140.63 | 0.38 | 0.51 |
| Hex | 52 | B2 | 73 | 36 | 0 | 23 | 1E | 8D | 26 | 33 |
| Octal | 122 | 262 | 163 | 66 | 0 | 43 | 36 | 215 | 46 | 63 |
| Binary | 1010010 | 10110010 | 1110011 | 110110 | 0 | 100011 | 11110 | 10001101 | 100110 | 110011 |
Color Harmonies of #52B273
Complementary color
Monochromatic Colors of #52B273
Black with #52B273
Text Example
Text Example
White with #52B273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B273; }
p { color: rgb(82,178,115); }
H1.HeaderClassName
{
color: #52B273;
}
.AnyTagClassName
{
color: #52B273;
}
</style>
background-color css
<style>
a { background-color: #52B273; }
a { background-color: rgb(82,178,115); }
div.DivClassName
{
background-color: #52B273;
}
.BgClassName
{
background-color: #52B273;
}
</style>
border-color css
<style>
span { border-color: #52B273; }
span { border-color: rgb(82,178,115); }
td.TdClassName
{
border-color: #52B273;
}
.TagClassName
{
border-color: #52B273;
}
</style>