Shades of Ocean Green #53AD6C
Tints of Ocean Green #53AD6C
RGB
CMYK
RGB Variations
Color information
#53AD6C (or 0x53AD6C) is known color: Ocean Green. HEX triplet: 53, AD and 6C. RGB value is (83,173,108). Sum of RGB (Red+Green+Blue) = 83+173+108=364 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.80% from 364); Green value is 173 (67.97% from 255 or 47.53% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 173 - color contains mainly: green. Hex color #53AD6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AD6C is #AC5293. Grayscale: #8A8A8A. Windows color (decimal): -11293332 or 7122259. OLE color: 7122259.
HSL color Cylindrical-coordinate representation of color #53AD6C: hue angle of 136.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 #53AD6C is Cyan = 0.52, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 83 | 173 | 108 | - |
| CMYK | 0.52 | 0 | 0.38 | 0.32 |
| HSL | 136.67º | 0.35% | 0.5% | - |
| HSV(B) | 136.67º | 0.52% | 0.68% | - |
| XYZ | 21.22 | 32.81 | 19.4 | - |
| YUV | 138.68 | 110.68 | 88.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 173 | 108 | 0.52 | 0 | 0.38 | 0.32 | 136.67 | 0.35 | 0.5 |
| Hex | 53 | AD | 6C | 34 | 0 | 26 | 20 | 89 | 23 | 32 |
| Octal | 123 | 255 | 154 | 64 | 0 | 46 | 40 | 211 | 43 | 62 |
| Binary | 1010011 | 10101101 | 1101100 | 110100 | 0 | 100110 | 100000 | 10001001 | 100011 | 110010 |
Color Harmonies of #53AD6C
Complementary color
Monochromatic Colors of #53AD6C
Black with #53AD6C
Text Example
Text Example
White with #53AD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AD6C; }
p { color: rgb(83,173,108); }
H1.HeaderClassName
{
color: #53AD6C;
}
.AnyTagClassName
{
color: #53AD6C;
}
</style>
background-color css
<style>
a { background-color: #53AD6C; }
a { background-color: rgb(83,173,108); }
div.DivClassName
{
background-color: #53AD6C;
}
.BgClassName
{
background-color: #53AD6C;
}
</style>
border-color css
<style>
span { border-color: #53AD6C; }
span { border-color: rgb(83,173,108); }
td.TdClassName
{
border-color: #53AD6C;
}
.TagClassName
{
border-color: #53AD6C;
}
</style>