Shades of Ocean Green #53AD6A
Tints of Ocean Green #53AD6A
RGB
CMYK
RGB Variations
Color information
#53AD6A (or 0x53AD6A) is known color: Ocean Green. HEX triplet: 53, AD and 6A. RGB value is (83,173,106). Sum of RGB (Red+Green+Blue) = 83+173+106=362 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.93% from 362); Green value is 173 (67.97% from 255 or 47.79% from 362); Blue value is 106 (41.80% from 255 or 29.28% from 362); Max value from RGB is 173 - color contains mainly: green. Hex color #53AD6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AD6A is #AC5295. Grayscale: #8A8A8A. Windows color (decimal): -11293334 or 6991187. OLE color: 6991187.
HSL color Cylindrical-coordinate representation of color #53AD6A: hue angle of 135.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 #53AD6A is Cyan = 0.52, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 83 | 173 | 106 | - |
| CMYK | 0.52 | 0 | 0.39 | 0.32 |
| HSL | 135.33º | 0.35% | 0.5% | - |
| HSV(B) | 135.33º | 0.52% | 0.68% | - |
| XYZ | 21.11 | 32.77 | 18.85 | - |
| YUV | 138.45 | 109.68 | 88.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 173 | 106 | 0.52 | 0 | 0.39 | 0.32 | 135.33 | 0.35 | 0.5 |
| Hex | 53 | AD | 6A | 34 | 0 | 27 | 20 | 87 | 23 | 32 |
| Octal | 123 | 255 | 152 | 64 | 0 | 47 | 40 | 207 | 43 | 62 |
| Binary | 1010011 | 10101101 | 1101010 | 110100 | 0 | 100111 | 100000 | 10000111 | 100011 | 110010 |
Color Harmonies of #53AD6A
Complementary color
Monochromatic Colors of #53AD6A
Black with #53AD6A
Text Example
Text Example
White with #53AD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AD6A; }
p { color: rgb(83,173,106); }
H1.HeaderClassName
{
color: #53AD6A;
}
.AnyTagClassName
{
color: #53AD6A;
}
</style>
background-color css
<style>
a { background-color: #53AD6A; }
a { background-color: rgb(83,173,106); }
div.DivClassName
{
background-color: #53AD6A;
}
.BgClassName
{
background-color: #53AD6A;
}
</style>
border-color css
<style>
span { border-color: #53AD6A; }
span { border-color: rgb(83,173,106); }
td.TdClassName
{
border-color: #53AD6A;
}
.TagClassName
{
border-color: #53AD6A;
}
</style>