Shades of Ocean Green #53A865
Tints of Ocean Green #53A865
RGB
CMYK
RGB Variations
Color information
#53A865 (or 0x53A865) is known color: Ocean Green. HEX triplet: 53, A8 and 65. RGB value is (83,168,101). Sum of RGB (Red+Green+Blue) = 83+168+101=352 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.58% from 352); Green value is 168 (66.02% from 255 or 47.73% from 352); Blue value is 101 (39.84% from 255 or 28.69% from 352); Max value from RGB is 168 - color contains mainly: green. Hex color #53A865 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A865 is #AC579A. Grayscale: #878787. Windows color (decimal): -11294619 or 6662227. OLE color: 6662227.
HSL color Cylindrical-coordinate representation of color #53A865: hue angle of 132.71º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #53A865 is Cyan = 0.51, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 83 | 168 | 101 | - |
| CMYK | 0.51 | 0 | 0.40 | 0.34 |
| HSL | 132.71º | 0.34% | 0.49% | - |
| HSV(B) | 132.71º | 0.51% | 0.66% | - |
| XYZ | 19.92 | 30.78 | 17.2 | - |
| YUV | 134.95 | 108.84 | 90.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 168 | 101 | 0.51 | 0 | 0.40 | 0.34 | 132.71 | 0.34 | 0.49 |
| Hex | 53 | A8 | 65 | 33 | 0 | 28 | 22 | 85 | 22 | 31 |
| Octal | 123 | 250 | 145 | 63 | 0 | 50 | 42 | 205 | 42 | 61 |
| Binary | 1010011 | 10101000 | 1100101 | 110011 | 0 | 101000 | 100010 | 10000101 | 100010 | 110001 |
Color Harmonies of #53A865
Complementary color
Monochromatic Colors of #53A865
Black with #53A865
Text Example
Text Example
White with #53A865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A865; }
p { color: rgb(83,168,101); }
H1.HeaderClassName
{
color: #53A865;
}
.AnyTagClassName
{
color: #53A865;
}
</style>
background-color css
<style>
a { background-color: #53A865; }
a { background-color: rgb(83,168,101); }
div.DivClassName
{
background-color: #53A865;
}
.BgClassName
{
background-color: #53A865;
}
</style>
border-color css
<style>
span { border-color: #53A865; }
span { border-color: rgb(83,168,101); }
td.TdClassName
{
border-color: #53A865;
}
.TagClassName
{
border-color: #53A865;
}
</style>