Shades of Ocean Green #52B086
Tints of Ocean Green #52B086
RGB
CMYK
RGB Variations
Color information
#52B086 (or 0x52B086) is known color: Ocean Green. HEX triplet: 52, B0 and 86. RGB value is (82,176,134). Sum of RGB (Red+Green+Blue) = 82+176+134=392 (51% of max value = 765). Red value is 82 (32.42% from 255 or 20.92% from 392); Green value is 176 (69.14% from 255 or 44.90% from 392); Blue value is 134 (52.73% from 255 or 34.18% from 392); Max value from RGB is 176 - color contains mainly: green. Hex color #52B086 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52B086 is #AD4F79. Grayscale: #8F8F8F. Windows color (decimal): -11358074 or 8826962. OLE color: 8826962.
HSL color Cylindrical-coordinate representation of color #52B086: hue angle of 153.19º 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 #52B086 is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 82 | 176 | 134 | - |
| CMYK | 0.53 | 0 | 0.24 | 0.31 |
| HSL | 153.19º | 0.37% | 0.51% | - |
| HSV(B) | 153.19º | 0.53% | 0.69% | - |
| XYZ | 23.31 | 34.57 | 28 | - |
| YUV | 143.11 | 122.86 | 84.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 176 | 134 | 0.53 | 0 | 0.24 | 0.31 | 153.19 | 0.37 | 0.51 |
| Hex | 52 | B0 | 86 | 35 | 0 | 18 | 1F | 99 | 25 | 33 |
| Octal | 122 | 260 | 206 | 65 | 0 | 30 | 37 | 231 | 45 | 63 |
| Binary | 1010010 | 10110000 | 10000110 | 110101 | 0 | 11000 | 11111 | 10011001 | 100101 | 110011 |
Color Harmonies of #52B086
Complementary color
Monochromatic Colors of #52B086
Black with #52B086
Text Example
Text Example
White with #52B086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B086; }
p { color: rgb(82,176,134); }
H1.HeaderClassName
{
color: #52B086;
}
.AnyTagClassName
{
color: #52B086;
}
</style>
background-color css
<style>
a { background-color: #52B086; }
a { background-color: rgb(82,176,134); }
div.DivClassName
{
background-color: #52B086;
}
.BgClassName
{
background-color: #52B086;
}
</style>
border-color css
<style>
span { border-color: #52B086; }
span { border-color: rgb(82,176,134); }
td.TdClassName
{
border-color: #52B086;
}
.TagClassName
{
border-color: #52B086;
}
</style>