Shades of Ocean Green #52B188
Tints of Ocean Green #52B188
RGB
CMYK
RGB Variations
Color information
#52B188 (or 0x52B188) is known color: Ocean Green. HEX triplet: 52, B1 and 88. RGB value is (82,177,136). Sum of RGB (Red+Green+Blue) = 82+177+136=395 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.76% from 395); Green value is 177 (69.53% from 255 or 44.81% from 395); Blue value is 136 (53.52% from 255 or 34.43% from 395); Max value from RGB is 177 - color contains mainly: green. Hex color #52B188 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52B188 is #AD4E77. Grayscale: #8F8F8F. Windows color (decimal): -11357816 or 8958290. OLE color: 8958290.
HSL color Cylindrical-coordinate representation of color #52B188: hue angle of 154.11º 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 #52B188 is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 82 | 177 | 136 | - |
| CMYK | 0.54 | 0 | 0.23 | 0.31 |
| HSL | 154.11º | 0.38% | 0.51% | - |
| HSV(B) | 154.11º | 0.54% | 0.69% | - |
| XYZ | 23.65 | 35.02 | 28.81 | - |
| YUV | 143.92 | 123.53 | 83.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 177 | 136 | 0.54 | 0 | 0.23 | 0.31 | 154.11 | 0.38 | 0.51 |
| Hex | 52 | B1 | 88 | 36 | 0 | 17 | 1F | 9A | 26 | 33 |
| Octal | 122 | 261 | 210 | 66 | 0 | 27 | 37 | 232 | 46 | 63 |
| Binary | 1010010 | 10110001 | 10001000 | 110110 | 0 | 10111 | 11111 | 10011010 | 100110 | 110011 |
Color Harmonies of #52B188
Complementary color
Monochromatic Colors of #52B188
Black with #52B188
Text Example
Text Example
White with #52B188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B188; }
p { color: rgb(82,177,136); }
H1.HeaderClassName
{
color: #52B188;
}
.AnyTagClassName
{
color: #52B188;
}
</style>
background-color css
<style>
a { background-color: #52B188; }
a { background-color: rgb(82,177,136); }
div.DivClassName
{
background-color: #52B188;
}
.BgClassName
{
background-color: #52B188;
}
</style>
border-color css
<style>
span { border-color: #52B188; }
span { border-color: rgb(82,177,136); }
td.TdClassName
{
border-color: #52B188;
}
.TagClassName
{
border-color: #52B188;
}
</style>