Shades of Ocean Green #53AD6F
Tints of Ocean Green #53AD6F
RGB
CMYK
RGB Variations
Color information
#53AD6F (or 0x53AD6F) is known color: Ocean Green. HEX triplet: 53, AD and 6F. RGB value is (83,173,111). Sum of RGB (Red+Green+Blue) = 83+173+111=367 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.62% from 367); Green value is 173 (67.97% from 255 or 47.14% from 367); Blue value is 111 (43.75% from 255 or 30.25% from 367); Max value from RGB is 173 - color contains mainly: green. Hex color #53AD6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AD6F is #AC5290. Grayscale: #8B8B8B. Windows color (decimal): -11293329 or 7318867. OLE color: 7318867.
HSL color Cylindrical-coordinate representation of color #53AD6F: hue angle of 138.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 #53AD6F is Cyan = 0.52, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 83 | 173 | 111 | - |
| CMYK | 0.52 | 0 | 0.36 | 0.32 |
| HSL | 138.67º | 0.35% | 0.5% | - |
| HSV(B) | 138.67º | 0.52% | 0.68% | - |
| XYZ | 21.38 | 32.87 | 20.26 | - |
| YUV | 139.02 | 112.18 | 88.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 173 | 111 | 0.52 | 0 | 0.36 | 0.32 | 138.67 | 0.35 | 0.5 |
| Hex | 53 | AD | 6F | 34 | 0 | 24 | 20 | 8B | 23 | 32 |
| Octal | 123 | 255 | 157 | 64 | 0 | 44 | 40 | 213 | 43 | 62 |
| Binary | 1010011 | 10101101 | 1101111 | 110100 | 0 | 100100 | 100000 | 10001011 | 100011 | 110010 |
Color Harmonies of #53AD6F
Complementary color
Monochromatic Colors of #53AD6F
Black with #53AD6F
Text Example
Text Example
White with #53AD6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AD6F; }
p { color: rgb(83,173,111); }
H1.HeaderClassName
{
color: #53AD6F;
}
.AnyTagClassName
{
color: #53AD6F;
}
</style>
background-color css
<style>
a { background-color: #53AD6F; }
a { background-color: rgb(83,173,111); }
div.DivClassName
{
background-color: #53AD6F;
}
.BgClassName
{
background-color: #53AD6F;
}
</style>
border-color css
<style>
span { border-color: #53AD6F; }
span { border-color: rgb(83,173,111); }
td.TdClassName
{
border-color: #53AD6F;
}
.TagClassName
{
border-color: #53AD6F;
}
</style>