Shades of Ocean Green #52B47F
Tints of Ocean Green #52B47F
RGB
CMYK
RGB Variations
Color information
#52B47F (or 0x52B47F) is known color: Ocean Green. HEX triplet: 52, B4 and 7F. RGB value is (82,180,127). Sum of RGB (Red+Green+Blue) = 82+180+127=389 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.08% from 389); Green value is 180 (70.70% from 255 or 46.27% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 180 - color contains mainly: green. Hex color #52B47F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B47F is #AD4B80. Grayscale: #909090. Windows color (decimal): -11357057 or 8369234. OLE color: 8369234.
HSL color Cylindrical-coordinate representation of color #52B47F: hue angle of 147.55º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #52B47F is Cyan = 0.54, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 82 | 180 | 127 | - |
| CMYK | 0.54 | 0 | 0.29 | 0.29 |
| HSL | 147.55º | 0.4% | 0.51% | - |
| HSV(B) | 147.55º | 0.54% | 0.71% | - |
| XYZ | 23.63 | 35.97 | 25.78 | - |
| YUV | 144.66 | 118.03 | 83.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 180 | 127 | 0.54 | 0 | 0.29 | 0.29 | 147.55 | 0.4 | 0.51 |
| Hex | 52 | B4 | 7F | 36 | 0 | 1D | 1D | 94 | 28 | 33 |
| Octal | 122 | 264 | 177 | 66 | 0 | 35 | 35 | 224 | 50 | 63 |
| Binary | 1010010 | 10110100 | 1111111 | 110110 | 0 | 11101 | 11101 | 10010100 | 101000 | 110011 |
Color Harmonies of #52B47F
Complementary color
Monochromatic Colors of #52B47F
Black with #52B47F
Text Example
Text Example
White with #52B47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B47F; }
p { color: rgb(82,180,127); }
H1.HeaderClassName
{
color: #52B47F;
}
.AnyTagClassName
{
color: #52B47F;
}
</style>
background-color css
<style>
a { background-color: #52B47F; }
a { background-color: rgb(82,180,127); }
div.DivClassName
{
background-color: #52B47F;
}
.BgClassName
{
background-color: #52B47F;
}
</style>
border-color css
<style>
span { border-color: #52B47F; }
span { border-color: rgb(82,180,127); }
td.TdClassName
{
border-color: #52B47F;
}
.TagClassName
{
border-color: #52B47F;
}
</style>