Shades of Ocean Green #52B57A
Tints of Ocean Green #52B57A
RGB
CMYK
RGB Variations
Color information
#52B57A (or 0x52B57A) is known color: Ocean Green. HEX triplet: 52, B5 and 7A. RGB value is (82,181,122). Sum of RGB (Red+Green+Blue) = 82+181+122=385 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.30% from 385); Green value is 181 (71.09% from 255 or 47.01% from 385); Blue value is 122 (48.05% from 255 or 31.69% from 385); Max value from RGB is 181 - color contains mainly: green. Hex color #52B57A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B57A is #AD4A85. Grayscale: #909090. Windows color (decimal): -11356806 or 8041810. OLE color: 8041810.
HSL color Cylindrical-coordinate representation of color #52B57A: hue angle of 144.24º degrees, saturation: 0.4, 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 #52B57A is Cyan = 0.55, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 82 | 181 | 122 | - |
| CMYK | 0.55 | 0 | 0.33 | 0.29 |
| HSL | 144.24º | 0.4% | 0.52% | - |
| HSV(B) | 144.24º | 0.55% | 0.71% | - |
| XYZ | 23.52 | 36.25 | 24.17 | - |
| YUV | 144.67 | 115.2 | 83.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 181 | 122 | 0.55 | 0 | 0.33 | 0.29 | 144.24 | 0.4 | 0.52 |
| Hex | 52 | B5 | 7A | 37 | 0 | 21 | 1D | 90 | 28 | 34 |
| Octal | 122 | 265 | 172 | 67 | 0 | 41 | 35 | 220 | 50 | 64 |
| Binary | 1010010 | 10110101 | 1111010 | 110111 | 0 | 100001 | 11101 | 10010000 | 101000 | 110100 |
Color Harmonies of #52B57A
Complementary color
Monochromatic Colors of #52B57A
Black with #52B57A
Text Example
Text Example
White with #52B57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B57A; }
p { color: rgb(82,181,122); }
H1.HeaderClassName
{
color: #52B57A;
}
.AnyTagClassName
{
color: #52B57A;
}
</style>
background-color css
<style>
a { background-color: #52B57A; }
a { background-color: rgb(82,181,122); }
div.DivClassName
{
background-color: #52B57A;
}
.BgClassName
{
background-color: #52B57A;
}
</style>
border-color css
<style>
span { border-color: #52B57A; }
span { border-color: rgb(82,181,122); }
td.TdClassName
{
border-color: #52B57A;
}
.TagClassName
{
border-color: #52B57A;
}
</style>