Shades of Ocean Green #53A079
Tints of Ocean Green #53A079
RGB
CMYK
RGB Variations
Color information
#53A079 (or 0x53A079) is known color: Ocean Green. HEX triplet: 53, A0 and 79. RGB value is (83,160,121). Sum of RGB (Red+Green+Blue) = 83+160+121=364 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.80% from 364); Green value is 160 (62.89% from 255 or 43.96% from 364); Blue value is 121 (47.66% from 255 or 33.24% from 364); Max value from RGB is 160 - color contains mainly: green. Hex color #53A079 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A079 is #AC5F86. Grayscale: #848484. Windows color (decimal): -11296647 or 7970899. OLE color: 7970899.
HSL color Cylindrical-coordinate representation of color #53A079: hue angle of 149.61º 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 #53A079 is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 83 | 160 | 121 | - |
| CMYK | 0.48 | 0 | 0.24 | 0.37 |
| HSL | 149.61º | 0.32% | 0.48% | - |
| HSV(B) | 149.61º | 0.48% | 0.63% | - |
| XYZ | 19.59 | 28.36 | 22.53 | - |
| YUV | 132.53 | 121.49 | 92.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 160 | 121 | 0.48 | 0 | 0.24 | 0.37 | 149.61 | 0.32 | 0.48 |
| Hex | 53 | A0 | 79 | 30 | 0 | 18 | 25 | 96 | 20 | 30 |
| Octal | 123 | 240 | 171 | 60 | 0 | 30 | 45 | 226 | 40 | 60 |
| Binary | 1010011 | 10100000 | 1111001 | 110000 | 0 | 11000 | 100101 | 10010110 | 100000 | 110000 |
Color Harmonies of #53A079
Complementary color
Monochromatic Colors of #53A079
Black with #53A079
Text Example
Text Example
White with #53A079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A079; }
p { color: rgb(83,160,121); }
H1.HeaderClassName
{
color: #53A079;
}
.AnyTagClassName
{
color: #53A079;
}
</style>
background-color css
<style>
a { background-color: #53A079; }
a { background-color: rgb(83,160,121); }
div.DivClassName
{
background-color: #53A079;
}
.BgClassName
{
background-color: #53A079;
}
</style>
border-color css
<style>
span { border-color: #53A079; }
span { border-color: rgb(83,160,121); }
td.TdClassName
{
border-color: #53A079;
}
.TagClassName
{
border-color: #53A079;
}
</style>