Shades of Ocean Green #53AD6B
Tints of Ocean Green #53AD6B
RGB
CMYK
RGB Variations
Color information
#53AD6B (or 0x53AD6B) is known color: Ocean Green. HEX triplet: 53, AD and 6B. RGB value is (83,173,107). Sum of RGB (Red+Green+Blue) = 83+173+107=363 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.87% from 363); Green value is 173 (67.97% from 255 or 47.66% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 173 - color contains mainly: green. Hex color #53AD6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AD6B is #AC5294. Grayscale: #8A8A8A. Windows color (decimal): -11293333 or 7056723. OLE color: 7056723.
HSL color Cylindrical-coordinate representation of color #53AD6B: hue angle of 136º 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 #53AD6B is Cyan = 0.52, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 83 | 173 | 107 | - |
| CMYK | 0.52 | 0 | 0.38 | 0.32 |
| HSL | 136º | 0.35% | 0.5% | - |
| HSV(B) | 136º | 0.52% | 0.68% | - |
| XYZ | 21.16 | 32.79 | 19.12 | - |
| YUV | 138.57 | 110.18 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 173 | 107 | 0.52 | 0 | 0.38 | 0.32 | 136 | 0.35 | 0.5 |
| Hex | 53 | AD | 6B | 34 | 0 | 26 | 20 | 88 | 23 | 32 |
| Octal | 123 | 255 | 153 | 64 | 0 | 46 | 40 | 210 | 43 | 62 |
| Binary | 1010011 | 10101101 | 1101011 | 110100 | 0 | 100110 | 100000 | 10001000 | 100011 | 110010 |
Color Harmonies of #53AD6B
Complementary color
Monochromatic Colors of #53AD6B
Black with #53AD6B
Text Example
Text Example
White with #53AD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AD6B; }
p { color: rgb(83,173,107); }
H1.HeaderClassName
{
color: #53AD6B;
}
.AnyTagClassName
{
color: #53AD6B;
}
</style>
background-color css
<style>
a { background-color: #53AD6B; }
a { background-color: rgb(83,173,107); }
div.DivClassName
{
background-color: #53AD6B;
}
.BgClassName
{
background-color: #53AD6B;
}
</style>
border-color css
<style>
span { border-color: #53AD6B; }
span { border-color: rgb(83,173,107); }
td.TdClassName
{
border-color: #53AD6B;
}
.TagClassName
{
border-color: #53AD6B;
}
</style>