Shades of Ocean Green #53A866
Tints of Ocean Green #53A866
RGB
CMYK
RGB Variations
Color information
#53A866 (or 0x53A866) is known color: Ocean Green. HEX triplet: 53, A8 and 66. RGB value is (83,168,102). Sum of RGB (Red+Green+Blue) = 83+168+102=353 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.51% from 353); Green value is 168 (66.02% from 255 or 47.59% from 353); Blue value is 102 (40.23% from 255 or 28.90% from 353); Max value from RGB is 168 - color contains mainly: green. Hex color #53A866 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A866 is #AC5799. Grayscale: #878787. Windows color (decimal): -11294618 or 6727763. OLE color: 6727763.
HSL color Cylindrical-coordinate representation of color #53A866: hue angle of 133.41º 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 #53A866 is Cyan = 0.51, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 83 | 168 | 102 | - |
| CMYK | 0.51 | 0 | 0.39 | 0.34 |
| HSL | 133.41º | 0.34% | 0.49% | - |
| HSV(B) | 133.41º | 0.51% | 0.66% | - |
| XYZ | 19.97 | 30.8 | 17.46 | - |
| YUV | 135.06 | 109.34 | 90.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 168 | 102 | 0.51 | 0 | 0.39 | 0.34 | 133.41 | 0.34 | 0.49 |
| Hex | 53 | A8 | 66 | 33 | 0 | 27 | 22 | 85 | 22 | 31 |
| Octal | 123 | 250 | 146 | 63 | 0 | 47 | 42 | 205 | 42 | 61 |
| Binary | 1010011 | 10101000 | 1100110 | 110011 | 0 | 100111 | 100010 | 10000101 | 100010 | 110001 |
Color Harmonies of #53A866
Complementary color
Monochromatic Colors of #53A866
Black with #53A866
Text Example
Text Example
White with #53A866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A866; }
p { color: rgb(83,168,102); }
H1.HeaderClassName
{
color: #53A866;
}
.AnyTagClassName
{
color: #53A866;
}
</style>
background-color css
<style>
a { background-color: #53A866; }
a { background-color: rgb(83,168,102); }
div.DivClassName
{
background-color: #53A866;
}
.BgClassName
{
background-color: #53A866;
}
</style>
border-color css
<style>
span { border-color: #53A866; }
span { border-color: rgb(83,168,102); }
td.TdClassName
{
border-color: #53A866;
}
.TagClassName
{
border-color: #53A866;
}
</style>