Shades of Ocean Green #52B66E
Tints of Ocean Green #52B66E
RGB
CMYK
RGB Variations
Color information
#52B66E (or 0x52B66E) is known color: Ocean Green. HEX triplet: 52, B6 and 6E. RGB value is (82,182,110). Sum of RGB (Red+Green+Blue) = 82+182+110=374 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.93% from 374); Green value is 182 (71.48% from 255 or 48.66% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 182 - color contains mainly: green. Hex color #52B66E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B66E is #AD4991. Grayscale: #909090. Windows color (decimal): -11356562 or 7255634. OLE color: 7255634.
HSL color Cylindrical-coordinate representation of color #52B66E: hue angle of 136.8º degrees, saturation: 0.41, 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 #52B66E is Cyan = 0.55, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 82 | 182 | 110 | - |
| CMYK | 0.55 | 0 | 0.40 | 0.29 |
| HSL | 136.8º | 0.41% | 0.52% | - |
| HSV(B) | 136.8º | 0.55% | 0.71% | - |
| XYZ | 23.02 | 36.38 | 20.56 | - |
| YUV | 143.89 | 108.87 | 83.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 182 | 110 | 0.55 | 0 | 0.40 | 0.29 | 136.8 | 0.41 | 0.52 |
| Hex | 52 | B6 | 6E | 37 | 0 | 28 | 1D | 89 | 29 | 34 |
| Octal | 122 | 266 | 156 | 67 | 0 | 50 | 35 | 211 | 51 | 64 |
| Binary | 1010010 | 10110110 | 1101110 | 110111 | 0 | 101000 | 11101 | 10001001 | 101001 | 110100 |
Color Harmonies of #52B66E
Complementary color
Monochromatic Colors of #52B66E
Black with #52B66E
Text Example
Text Example
White with #52B66E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B66E; }
p { color: rgb(82,182,110); }
H1.HeaderClassName
{
color: #52B66E;
}
.AnyTagClassName
{
color: #52B66E;
}
</style>
background-color css
<style>
a { background-color: #52B66E; }
a { background-color: rgb(82,182,110); }
div.DivClassName
{
background-color: #52B66E;
}
.BgClassName
{
background-color: #52B66E;
}
</style>
border-color css
<style>
span { border-color: #52B66E; }
span { border-color: rgb(82,182,110); }
td.TdClassName
{
border-color: #52B66E;
}
.TagClassName
{
border-color: #52B66E;
}
</style>