Shades of Ocean Green #52B47E
Tints of Ocean Green #52B47E
RGB
CMYK
RGB Variations
Color information
#52B47E (or 0x52B47E) is known color: Ocean Green. HEX triplet: 52, B4 and 7E. RGB value is (82,180,126). Sum of RGB (Red+Green+Blue) = 82+180+126=388 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.13% from 388); Green value is 180 (70.70% from 255 or 46.39% from 388); Blue value is 126 (49.61% from 255 or 32.47% from 388); Max value from RGB is 180 - color contains mainly: green. Hex color #52B47E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B47E is #AD4B81. Grayscale: #909090. Windows color (decimal): -11357058 or 8303698. OLE color: 8303698.
HSL color Cylindrical-coordinate representation of color #52B47E: hue angle of 146.94º 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 #52B47E is Cyan = 0.54, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 82 | 180 | 126 | - |
| CMYK | 0.54 | 0 | 0.3 | 0.29 |
| HSL | 146.94º | 0.4% | 0.51% | - |
| HSV(B) | 146.94º | 0.54% | 0.71% | - |
| XYZ | 23.57 | 35.94 | 25.43 | - |
| YUV | 144.54 | 117.53 | 83.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 180 | 126 | 0.54 | 0 | 0.3 | 0.29 | 146.94 | 0.4 | 0.51 |
| Hex | 52 | B4 | 7E | 36 | 0 | 1E | 1D | 93 | 28 | 33 |
| Octal | 122 | 264 | 176 | 66 | 0 | 36 | 35 | 223 | 50 | 63 |
| Binary | 1010010 | 10110100 | 1111110 | 110110 | 0 | 11110 | 11101 | 10010011 | 101000 | 110011 |
Color Harmonies of #52B47E
Complementary color
Monochromatic Colors of #52B47E
Black with #52B47E
Text Example
Text Example
White with #52B47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B47E; }
p { color: rgb(82,180,126); }
H1.HeaderClassName
{
color: #52B47E;
}
.AnyTagClassName
{
color: #52B47E;
}
</style>
background-color css
<style>
a { background-color: #52B47E; }
a { background-color: rgb(82,180,126); }
div.DivClassName
{
background-color: #52B47E;
}
.BgClassName
{
background-color: #52B47E;
}
</style>
border-color css
<style>
span { border-color: #52B47E; }
span { border-color: rgb(82,180,126); }
td.TdClassName
{
border-color: #52B47E;
}
.TagClassName
{
border-color: #52B47E;
}
</style>