Shades of Ocean Green #52B17E
Tints of Ocean Green #52B17E
RGB
CMYK
RGB Variations
Color information
#52B17E (or 0x52B17E) is known color: Ocean Green. HEX triplet: 52, B1 and 7E. RGB value is (82,177,126). Sum of RGB (Red+Green+Blue) = 82+177+126=385 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.30% from 385); Green value is 177 (69.53% from 255 or 45.97% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 177 - color contains mainly: green. Hex color #52B17E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52B17E is #AD4E81. Grayscale: #8E8E8E. Windows color (decimal): -11357826 or 8302930. OLE color: 8302930.
HSL color Cylindrical-coordinate representation of color #52B17E: hue angle of 147.79º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #52B17E is Cyan = 0.54, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 82 | 177 | 126 | - |
| CMYK | 0.54 | 0 | 0.29 | 0.31 |
| HSL | 147.79º | 0.38% | 0.51% | - |
| HSV(B) | 147.79º | 0.54% | 0.69% | - |
| XYZ | 22.97 | 34.74 | 25.23 | - |
| YUV | 142.78 | 118.53 | 84.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 177 | 126 | 0.54 | 0 | 0.29 | 0.31 | 147.79 | 0.38 | 0.51 |
| Hex | 52 | B1 | 7E | 36 | 0 | 1D | 1F | 94 | 26 | 33 |
| Octal | 122 | 261 | 176 | 66 | 0 | 35 | 37 | 224 | 46 | 63 |
| Binary | 1010010 | 10110001 | 1111110 | 110110 | 0 | 11101 | 11111 | 10010100 | 100110 | 110011 |
Color Harmonies of #52B17E
Complementary color
Monochromatic Colors of #52B17E
Black with #52B17E
Text Example
Text Example
White with #52B17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B17E; }
p { color: rgb(82,177,126); }
H1.HeaderClassName
{
color: #52B17E;
}
.AnyTagClassName
{
color: #52B17E;
}
</style>
background-color css
<style>
a { background-color: #52B17E; }
a { background-color: rgb(82,177,126); }
div.DivClassName
{
background-color: #52B17E;
}
.BgClassName
{
background-color: #52B17E;
}
</style>
border-color css
<style>
span { border-color: #52B17E; }
span { border-color: rgb(82,177,126); }
td.TdClassName
{
border-color: #52B17E;
}
.TagClassName
{
border-color: #52B17E;
}
</style>