Shades of Ocean Green #53A076
Tints of Ocean Green #53A076
RGB
CMYK
RGB Variations
Color information
#53A076 (or 0x53A076) is known color: Ocean Green. HEX triplet: 53, A0 and 76. RGB value is (83,160,118). Sum of RGB (Red+Green+Blue) = 83+160+118=361 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.99% from 361); Green value is 160 (62.89% from 255 or 44.32% from 361); Blue value is 118 (46.48% from 255 or 32.69% from 361); Max value from RGB is 160 - color contains mainly: green. Hex color #53A076 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A076 is #AC5F89. Grayscale: #848484. Windows color (decimal): -11296650 or 7774291. OLE color: 7774291.
HSL color Cylindrical-coordinate representation of color #53A076: hue angle of 147.27º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #53A076 is Cyan = 0.48, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 83 | 160 | 118 | - |
| CMYK | 0.48 | 0 | 0.26 | 0.37 |
| HSL | 147.27º | 0.32% | 0.48% | - |
| HSV(B) | 147.27º | 0.48% | 0.63% | - |
| XYZ | 19.41 | 28.29 | 21.58 | - |
| YUV | 132.19 | 119.99 | 92.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 160 | 118 | 0.48 | 0 | 0.26 | 0.37 | 147.27 | 0.32 | 0.48 |
| Hex | 53 | A0 | 76 | 30 | 0 | 1A | 25 | 93 | 20 | 30 |
| Octal | 123 | 240 | 166 | 60 | 0 | 32 | 45 | 223 | 40 | 60 |
| Binary | 1010011 | 10100000 | 1110110 | 110000 | 0 | 11010 | 100101 | 10010011 | 100000 | 110000 |
Color Harmonies of #53A076
Complementary color
Monochromatic Colors of #53A076
Black with #53A076
Text Example
Text Example
White with #53A076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A076; }
p { color: rgb(83,160,118); }
H1.HeaderClassName
{
color: #53A076;
}
.AnyTagClassName
{
color: #53A076;
}
</style>
background-color css
<style>
a { background-color: #53A076; }
a { background-color: rgb(83,160,118); }
div.DivClassName
{
background-color: #53A076;
}
.BgClassName
{
background-color: #53A076;
}
</style>
border-color css
<style>
span { border-color: #53A076; }
span { border-color: rgb(83,160,118); }
td.TdClassName
{
border-color: #53A076;
}
.TagClassName
{
border-color: #53A076;
}
</style>