Shades of Ocean Green #53A870
Tints of Ocean Green #53A870
RGB
CMYK
RGB Variations
Color information
#53A870 (or 0x53A870) is known color: Ocean Green. HEX triplet: 53, A8 and 70. RGB value is (83,168,112). Sum of RGB (Red+Green+Blue) = 83+168+112=363 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.87% from 363); Green value is 168 (66.02% from 255 or 46.28% from 363); Blue value is 112 (44.14% from 255 or 30.85% from 363); Max value from RGB is 168 - color contains mainly: green. Hex color #53A870 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A870 is #AC578F. Grayscale: #888888. Windows color (decimal): -11294608 or 7383123. OLE color: 7383123.
HSL color Cylindrical-coordinate representation of color #53A870: hue angle of 140.47º 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 #53A870 is Cyan = 0.51, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 83 | 168 | 112 | - |
| CMYK | 0.51 | 0 | 0.33 | 0.34 |
| HSL | 140.47º | 0.34% | 0.49% | - |
| HSV(B) | 140.47º | 0.51% | 0.66% | - |
| XYZ | 20.49 | 31.01 | 20.24 | - |
| YUV | 136.2 | 114.34 | 90.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 168 | 112 | 0.51 | 0 | 0.33 | 0.34 | 140.47 | 0.34 | 0.49 |
| Hex | 53 | A8 | 70 | 33 | 0 | 21 | 22 | 8C | 22 | 31 |
| Octal | 123 | 250 | 160 | 63 | 0 | 41 | 42 | 214 | 42 | 61 |
| Binary | 1010011 | 10101000 | 1110000 | 110011 | 0 | 100001 | 100010 | 10001100 | 100010 | 110001 |
Color Harmonies of #53A870
Complementary color
Monochromatic Colors of #53A870
Black with #53A870
Text Example
Text Example
White with #53A870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A870; }
p { color: rgb(83,168,112); }
H1.HeaderClassName
{
color: #53A870;
}
.AnyTagClassName
{
color: #53A870;
}
</style>
background-color css
<style>
a { background-color: #53A870; }
a { background-color: rgb(83,168,112); }
div.DivClassName
{
background-color: #53A870;
}
.BgClassName
{
background-color: #53A870;
}
</style>
border-color css
<style>
span { border-color: #53A870; }
span { border-color: rgb(83,168,112); }
td.TdClassName
{
border-color: #53A870;
}
.TagClassName
{
border-color: #53A870;
}
</style>