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