Shades of Ocean Green #53A077
Tints of Ocean Green #53A077
RGB
CMYK
RGB Variations
Color information
#53A077 (or 0x53A077) is known color: Ocean Green. HEX triplet: 53, A0 and 77. RGB value is (83,160,119). Sum of RGB (Red+Green+Blue) = 83+160+119=362 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.93% from 362); Green value is 160 (62.89% from 255 or 44.20% from 362); Blue value is 119 (46.88% from 255 or 32.87% from 362); Max value from RGB is 160 - color contains mainly: green. Hex color #53A077 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A077 is #AC5F88. Grayscale: #848484. Windows color (decimal): -11296649 or 7839827. OLE color: 7839827.
HSL color Cylindrical-coordinate representation of color #53A077: hue angle of 148.05º 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 #53A077 is Cyan = 0.48, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 83 | 160 | 119 | - |
| CMYK | 0.48 | 0 | 0.26 | 0.37 |
| HSL | 148.05º | 0.32% | 0.48% | - |
| HSV(B) | 148.05º | 0.48% | 0.63% | - |
| XYZ | 19.47 | 28.31 | 21.89 | - |
| YUV | 132.3 | 120.49 | 92.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 160 | 119 | 0.48 | 0 | 0.26 | 0.37 | 148.05 | 0.32 | 0.48 |
| Hex | 53 | A0 | 77 | 30 | 0 | 1A | 25 | 94 | 20 | 30 |
| Octal | 123 | 240 | 167 | 60 | 0 | 32 | 45 | 224 | 40 | 60 |
| Binary | 1010011 | 10100000 | 1110111 | 110000 | 0 | 11010 | 100101 | 10010100 | 100000 | 110000 |
Color Harmonies of #53A077
Complementary color
Monochromatic Colors of #53A077
Black with #53A077
Text Example
Text Example
White with #53A077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A077; }
p { color: rgb(83,160,119); }
H1.HeaderClassName
{
color: #53A077;
}
.AnyTagClassName
{
color: #53A077;
}
</style>
background-color css
<style>
a { background-color: #53A077; }
a { background-color: rgb(83,160,119); }
div.DivClassName
{
background-color: #53A077;
}
.BgClassName
{
background-color: #53A077;
}
</style>
border-color css
<style>
span { border-color: #53A077; }
span { border-color: rgb(83,160,119); }
td.TdClassName
{
border-color: #53A077;
}
.TagClassName
{
border-color: #53A077;
}
</style>