Shades of Ocean Green #53AD79
Tints of Ocean Green #53AD79
RGB
CMYK
RGB Variations
Color information
#53AD79 (or 0x53AD79) is known color: Ocean Green. HEX triplet: 53, AD and 79. RGB value is (83,173,121). Sum of RGB (Red+Green+Blue) = 83+173+121=377 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.02% from 377); Green value is 173 (67.97% from 255 or 45.89% from 377); Blue value is 121 (47.66% from 255 or 32.10% from 377); Max value from RGB is 173 - color contains mainly: green. Hex color #53AD79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AD79 is #AC5286. Grayscale: #8C8C8C. Windows color (decimal): -11293319 or 7974227. OLE color: 7974227.
HSL color Cylindrical-coordinate representation of color #53AD79: hue angle of 145.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 #53AD79 is Cyan = 0.52, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 83 | 173 | 121 | - |
| CMYK | 0.52 | 0 | 0.30 | 0.32 |
| HSL | 145.33º | 0.35% | 0.5% | - |
| HSV(B) | 145.33º | 0.52% | 0.68% | - |
| XYZ | 21.96 | 33.11 | 23.32 | - |
| YUV | 140.16 | 117.18 | 87.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 173 | 121 | 0.52 | 0 | 0.30 | 0.32 | 145.33 | 0.35 | 0.5 |
| Hex | 53 | AD | 79 | 34 | 0 | 1E | 20 | 91 | 23 | 32 |
| Octal | 123 | 255 | 171 | 64 | 0 | 36 | 40 | 221 | 43 | 62 |
| Binary | 1010011 | 10101101 | 1111001 | 110100 | 0 | 11110 | 100000 | 10010001 | 100011 | 110010 |
Color Harmonies of #53AD79
Complementary color
Monochromatic Colors of #53AD79
Black with #53AD79
Text Example
Text Example
White with #53AD79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AD79; }
p { color: rgb(83,173,121); }
H1.HeaderClassName
{
color: #53AD79;
}
.AnyTagClassName
{
color: #53AD79;
}
</style>
background-color css
<style>
a { background-color: #53AD79; }
a { background-color: rgb(83,173,121); }
div.DivClassName
{
background-color: #53AD79;
}
.BgClassName
{
background-color: #53AD79;
}
</style>
border-color css
<style>
span { border-color: #53AD79; }
span { border-color: rgb(83,173,121); }
td.TdClassName
{
border-color: #53AD79;
}
.TagClassName
{
border-color: #53AD79;
}
</style>