Shades of Ocean Green #53B087
Tints of Ocean Green #53B087
RGB
CMYK
RGB Variations
Color information
#53B087 (or 0x53B087) is known color: Ocean Green. HEX triplet: 53, B0 and 87. RGB value is (83,176,135). Sum of RGB (Red+Green+Blue) = 83+176+135=394 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.07% from 394); Green value is 176 (69.14% from 255 or 44.67% from 394); Blue value is 135 (53.12% from 255 or 34.26% from 394); Max value from RGB is 176 - color contains mainly: green. Hex color #53B087 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53B087 is #AC4F78. Grayscale: #8F8F8F. Windows color (decimal): -11292537 or 8892499. OLE color: 8892499.
HSL color Cylindrical-coordinate representation of color #53B087: hue angle of 153.55º 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 #53B087 is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 83 | 176 | 135 | - |
| CMYK | 0.53 | 0 | 0.23 | 0.31 |
| HSL | 153.55º | 0.37% | 0.51% | - |
| HSV(B) | 153.55º | 0.53% | 0.69% | - |
| XYZ | 23.47 | 34.64 | 28.37 | - |
| YUV | 143.52 | 123.19 | 84.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 176 | 135 | 0.53 | 0 | 0.23 | 0.31 | 153.55 | 0.37 | 0.51 |
| Hex | 53 | B0 | 87 | 35 | 0 | 17 | 1F | 9A | 25 | 33 |
| Octal | 123 | 260 | 207 | 65 | 0 | 27 | 37 | 232 | 45 | 63 |
| Binary | 1010011 | 10110000 | 10000111 | 110101 | 0 | 10111 | 11111 | 10011010 | 100101 | 110011 |
Color Harmonies of #53B087
Complementary color
Monochromatic Colors of #53B087
Black with #53B087
Text Example
Text Example
White with #53B087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B087; }
p { color: rgb(83,176,135); }
H1.HeaderClassName
{
color: #53B087;
}
.AnyTagClassName
{
color: #53B087;
}
</style>
background-color css
<style>
a { background-color: #53B087; }
a { background-color: rgb(83,176,135); }
div.DivClassName
{
background-color: #53B087;
}
.BgClassName
{
background-color: #53B087;
}
</style>
border-color css
<style>
span { border-color: #53B087; }
span { border-color: rgb(83,176,135); }
td.TdClassName
{
border-color: #53B087;
}
.TagClassName
{
border-color: #53B087;
}
</style>