Shades of Ocean Green #53B773
Tints of Ocean Green #53B773
RGB
CMYK
RGB Variations
Color information
#53B773 (or 0x53B773) is known color: Ocean Green. HEX triplet: 53, B7 and 73. RGB value is (83,183,115). Sum of RGB (Red+Green+Blue) = 83+183+115=381 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.78% from 381); Green value is 183 (71.88% from 255 or 48.03% from 381); Blue value is 115 (45.31% from 255 or 30.18% from 381); Max value from RGB is 183 - color contains mainly: green. Hex color #53B773 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B773 is #AC488C. Grayscale: #919191. Windows color (decimal): -11290765 or 7583571. OLE color: 7583571.
HSL color Cylindrical-coordinate representation of color #53B773: hue angle of 139.2º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53B773 is Cyan = 0.55, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 83 | 183 | 115 | - |
| CMYK | 0.55 | 0 | 0.37 | 0.28 |
| HSL | 139.2º | 0.41% | 0.52% | - |
| HSV(B) | 139.2º | 0.55% | 0.72% | - |
| XYZ | 23.6 | 36.94 | 22.11 | - |
| YUV | 145.35 | 110.87 | 83.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 183 | 115 | 0.55 | 0 | 0.37 | 0.28 | 139.2 | 0.41 | 0.52 |
| Hex | 53 | B7 | 73 | 37 | 0 | 25 | 1C | 8B | 29 | 34 |
| Octal | 123 | 267 | 163 | 67 | 0 | 45 | 34 | 213 | 51 | 64 |
| Binary | 1010011 | 10110111 | 1110011 | 110111 | 0 | 100101 | 11100 | 10001011 | 101001 | 110100 |
Color Harmonies of #53B773
Complementary color
Monochromatic Colors of #53B773
Black with #53B773
Text Example
Text Example
White with #53B773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B773; }
p { color: rgb(83,183,115); }
H1.HeaderClassName
{
color: #53B773;
}
.AnyTagClassName
{
color: #53B773;
}
</style>
background-color css
<style>
a { background-color: #53B773; }
a { background-color: rgb(83,183,115); }
div.DivClassName
{
background-color: #53B773;
}
.BgClassName
{
background-color: #53B773;
}
</style>
border-color css
<style>
span { border-color: #53B773; }
span { border-color: rgb(83,183,115); }
td.TdClassName
{
border-color: #53B773;
}
.TagClassName
{
border-color: #53B773;
}
</style>