Shades of Ocean Green #53B780
Tints of Ocean Green #53B780
RGB
CMYK
RGB Variations
Color information
#53B780 (or 0x53B780) is known color: Ocean Green. HEX triplet: 53, B7 and 80. RGB value is (83,183,128). Sum of RGB (Red+Green+Blue) = 83+183+128=394 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.07% from 394); Green value is 183 (71.88% from 255 or 46.45% from 394); Blue value is 128 (50.39% from 255 or 32.49% from 394); Max value from RGB is 183 - color contains mainly: green. Hex color #53B780 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53B780 is #AC487F. Grayscale: #929292. Windows color (decimal): -11290752 or 8435539. OLE color: 8435539.
HSL color Cylindrical-coordinate representation of color #53B780: hue angle of 147º 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 #53B780 is Cyan = 0.55, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 83 | 183 | 128 | - |
| CMYK | 0.55 | 0 | 0.30 | 0.28 |
| HSL | 147º | 0.41% | 0.52% | - |
| HSV(B) | 147º | 0.55% | 0.72% | - |
| XYZ | 24.4 | 37.26 | 26.33 | - |
| YUV | 146.83 | 117.37 | 82.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 183 | 128 | 0.55 | 0 | 0.30 | 0.28 | 147 | 0.41 | 0.52 |
| Hex | 53 | B7 | 80 | 37 | 0 | 1E | 1C | 93 | 29 | 34 |
| Octal | 123 | 267 | 200 | 67 | 0 | 36 | 34 | 223 | 51 | 64 |
| Binary | 1010011 | 10110111 | 10000000 | 110111 | 0 | 11110 | 11100 | 10010011 | 101001 | 110100 |
Color Harmonies of #53B780
Complementary color
Monochromatic Colors of #53B780
Black with #53B780
Text Example
Text Example
White with #53B780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B780; }
p { color: rgb(83,183,128); }
H1.HeaderClassName
{
color: #53B780;
}
.AnyTagClassName
{
color: #53B780;
}
</style>
background-color css
<style>
a { background-color: #53B780; }
a { background-color: rgb(83,183,128); }
div.DivClassName
{
background-color: #53B780;
}
.BgClassName
{
background-color: #53B780;
}
</style>
border-color css
<style>
span { border-color: #53B780; }
span { border-color: rgb(83,183,128); }
td.TdClassName
{
border-color: #53B780;
}
.TagClassName
{
border-color: #53B780;
}
</style>