Shades of Ocean Green #53AD76
Tints of Ocean Green #53AD76
RGB
CMYK
RGB Variations
Color information
#53AD76 (or 0x53AD76) is known color: Ocean Green. HEX triplet: 53, AD and 76. RGB value is (83,173,118). Sum of RGB (Red+Green+Blue) = 83+173+118=374 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.19% from 374); Green value is 173 (67.97% from 255 or 46.26% from 374); Blue value is 118 (46.48% from 255 or 31.55% from 374); Max value from RGB is 173 - color contains mainly: green. Hex color #53AD76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AD76 is #AC5289. Grayscale: #8B8B8B. Windows color (decimal): -11293322 or 7777619. OLE color: 7777619.
HSL color Cylindrical-coordinate representation of color #53AD76: hue angle of 143.33º 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 #53AD76 is Cyan = 0.52, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 83 | 173 | 118 | - |
| CMYK | 0.52 | 0 | 0.32 | 0.32 |
| HSL | 143.33º | 0.35% | 0.5% | - |
| HSV(B) | 143.33º | 0.52% | 0.68% | - |
| XYZ | 21.78 | 33.03 | 22.37 | - |
| YUV | 139.82 | 115.68 | 87.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 173 | 118 | 0.52 | 0 | 0.32 | 0.32 | 143.33 | 0.35 | 0.5 |
| Hex | 53 | AD | 76 | 34 | 0 | 20 | 20 | 8F | 23 | 32 |
| Octal | 123 | 255 | 166 | 64 | 0 | 40 | 40 | 217 | 43 | 62 |
| Binary | 1010011 | 10101101 | 1110110 | 110100 | 0 | 100000 | 100000 | 10001111 | 100011 | 110010 |
Color Harmonies of #53AD76
Complementary color
Monochromatic Colors of #53AD76
Black with #53AD76
Text Example
Text Example
White with #53AD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AD76; }
p { color: rgb(83,173,118); }
H1.HeaderClassName
{
color: #53AD76;
}
.AnyTagClassName
{
color: #53AD76;
}
</style>
background-color css
<style>
a { background-color: #53AD76; }
a { background-color: rgb(83,173,118); }
div.DivClassName
{
background-color: #53AD76;
}
.BgClassName
{
background-color: #53AD76;
}
</style>
border-color css
<style>
span { border-color: #53AD76; }
span { border-color: rgb(83,173,118); }
td.TdClassName
{
border-color: #53AD76;
}
.TagClassName
{
border-color: #53AD76;
}
</style>