Shades of Ocean Green #53A86C
Tints of Ocean Green #53A86C
RGB
CMYK
RGB Variations
Color information
#53A86C (or 0x53A86C) is known color: Ocean Green. HEX triplet: 53, A8 and 6C. RGB value is (83,168,108). Sum of RGB (Red+Green+Blue) = 83+168+108=359 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.12% from 359); Green value is 168 (66.02% from 255 or 46.80% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 168 - color contains mainly: green. Hex color #53A86C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A86C is #AC5793. Grayscale: #878787. Windows color (decimal): -11294612 or 7120979. OLE color: 7120979.
HSL color Cylindrical-coordinate representation of color #53A86C: hue angle of 137.65º 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 #53A86C is Cyan = 0.51, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 83 | 168 | 108 | - |
| CMYK | 0.51 | 0 | 0.36 | 0.34 |
| HSL | 137.65º | 0.34% | 0.49% | - |
| HSV(B) | 137.65º | 0.51% | 0.66% | - |
| XYZ | 20.28 | 30.93 | 19.09 | - |
| YUV | 135.75 | 112.34 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 168 | 108 | 0.51 | 0 | 0.36 | 0.34 | 137.65 | 0.34 | 0.49 |
| Hex | 53 | A8 | 6C | 33 | 0 | 24 | 22 | 8A | 22 | 31 |
| Octal | 123 | 250 | 154 | 63 | 0 | 44 | 42 | 212 | 42 | 61 |
| Binary | 1010011 | 10101000 | 1101100 | 110011 | 0 | 100100 | 100010 | 10001010 | 100010 | 110001 |
Color Harmonies of #53A86C
Complementary color
Monochromatic Colors of #53A86C
Black with #53A86C
Text Example
Text Example
White with #53A86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A86C; }
p { color: rgb(83,168,108); }
H1.HeaderClassName
{
color: #53A86C;
}
.AnyTagClassName
{
color: #53A86C;
}
</style>
background-color css
<style>
a { background-color: #53A86C; }
a { background-color: rgb(83,168,108); }
div.DivClassName
{
background-color: #53A86C;
}
.BgClassName
{
background-color: #53A86C;
}
</style>
border-color css
<style>
span { border-color: #53A86C; }
span { border-color: rgb(83,168,108); }
td.TdClassName
{
border-color: #53A86C;
}
.TagClassName
{
border-color: #53A86C;
}
</style>