Shades of Ocean Green #53AD87
Tints of Ocean Green #53AD87
RGB
CMYK
RGB Variations
Color information
#53AD87 (or 0x53AD87) is known color: Ocean Green. HEX triplet: 53, AD and 87. RGB value is (83,173,135). Sum of RGB (Red+Green+Blue) = 83+173+135=391 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.23% from 391); Green value is 173 (67.97% from 255 or 44.25% from 391); Blue value is 135 (53.12% from 255 or 34.53% from 391); Max value from RGB is 173 - color contains mainly: green. Hex color #53AD87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AD87 is #AC5278. Grayscale: #8D8D8D. Windows color (decimal): -11293305 or 8891731. OLE color: 8891731.
HSL color Cylindrical-coordinate representation of color #53AD87: hue angle of 154.67º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #53AD87 is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 83 | 173 | 135 | - |
| CMYK | 0.52 | 0 | 0.22 | 0.32 |
| HSL | 154.67º | 0.35% | 0.5% | - |
| HSV(B) | 154.67º | 0.52% | 0.68% | - |
| XYZ | 22.88 | 33.48 | 28.18 | - |
| YUV | 141.76 | 124.18 | 86.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 173 | 135 | 0.52 | 0 | 0.22 | 0.32 | 154.67 | 0.35 | 0.5 |
| Hex | 53 | AD | 87 | 34 | 0 | 16 | 20 | 9B | 23 | 32 |
| Octal | 123 | 255 | 207 | 64 | 0 | 26 | 40 | 233 | 43 | 62 |
| Binary | 1010011 | 10101101 | 10000111 | 110100 | 0 | 10110 | 100000 | 10011011 | 100011 | 110010 |
Color Harmonies of #53AD87
Complementary color
Monochromatic Colors of #53AD87
Black with #53AD87
Text Example
Text Example
White with #53AD87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AD87; }
p { color: rgb(83,173,135); }
H1.HeaderClassName
{
color: #53AD87;
}
.AnyTagClassName
{
color: #53AD87;
}
</style>
background-color css
<style>
a { background-color: #53AD87; }
a { background-color: rgb(83,173,135); }
div.DivClassName
{
background-color: #53AD87;
}
.BgClassName
{
background-color: #53AD87;
}
</style>
border-color css
<style>
span { border-color: #53AD87; }
span { border-color: rgb(83,173,135); }
td.TdClassName
{
border-color: #53AD87;
}
.TagClassName
{
border-color: #53AD87;
}
</style>