Shades of Ocean Green #53A871
Tints of Ocean Green #53A871
RGB
CMYK
RGB Variations
Color information
#53A871 (or 0x53A871) is known color: Ocean Green. HEX triplet: 53, A8 and 71. RGB value is (83,168,113). Sum of RGB (Red+Green+Blue) = 83+168+113=364 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.80% from 364); Green value is 168 (66.02% from 255 or 46.15% from 364); Blue value is 113 (44.53% from 255 or 31.04% from 364); Max value from RGB is 168 - color contains mainly: green. Hex color #53A871 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A871 is #AC578E. Grayscale: #888888. Windows color (decimal): -11294607 or 7448659. OLE color: 7448659.
HSL color Cylindrical-coordinate representation of color #53A871: hue angle of 141.18º 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 #53A871 is Cyan = 0.51, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 83 | 168 | 113 | - |
| CMYK | 0.51 | 0 | 0.33 | 0.34 |
| HSL | 141.18º | 0.34% | 0.49% | - |
| HSV(B) | 141.18º | 0.51% | 0.66% | - |
| XYZ | 20.55 | 31.04 | 20.53 | - |
| YUV | 136.32 | 114.84 | 89.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 168 | 113 | 0.51 | 0 | 0.33 | 0.34 | 141.18 | 0.34 | 0.49 |
| Hex | 53 | A8 | 71 | 33 | 0 | 21 | 22 | 8D | 22 | 31 |
| Octal | 123 | 250 | 161 | 63 | 0 | 41 | 42 | 215 | 42 | 61 |
| Binary | 1010011 | 10101000 | 1110001 | 110011 | 0 | 100001 | 100010 | 10001101 | 100010 | 110001 |
Color Harmonies of #53A871
Complementary color
Monochromatic Colors of #53A871
Black with #53A871
Text Example
Text Example
White with #53A871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A871; }
p { color: rgb(83,168,113); }
H1.HeaderClassName
{
color: #53A871;
}
.AnyTagClassName
{
color: #53A871;
}
</style>
background-color css
<style>
a { background-color: #53A871; }
a { background-color: rgb(83,168,113); }
div.DivClassName
{
background-color: #53A871;
}
.BgClassName
{
background-color: #53A871;
}
</style>
border-color css
<style>
span { border-color: #53A871; }
span { border-color: rgb(83,168,113); }
td.TdClassName
{
border-color: #53A871;
}
.TagClassName
{
border-color: #53A871;
}
</style>