Shades of Ocean Green #53AD84
Tints of Ocean Green #53AD84
RGB
CMYK
RGB Variations
Color information
#53AD84 (or 0x53AD84) is known color: Ocean Green. HEX triplet: 53, AD and 84. RGB value is (83,173,132). Sum of RGB (Red+Green+Blue) = 83+173+132=388 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.39% from 388); Green value is 173 (67.97% from 255 or 44.59% from 388); Blue value is 132 (51.95% from 255 or 34.02% from 388); Max value from RGB is 173 - color contains mainly: green. Hex color #53AD84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AD84 is #AC527B. Grayscale: #8D8D8D. Windows color (decimal): -11293308 or 8695123. OLE color: 8695123.
HSL color Cylindrical-coordinate representation of color #53AD84: hue angle of 152.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 #53AD84 is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 83 | 173 | 132 | - |
| CMYK | 0.52 | 0 | 0.24 | 0.32 |
| HSL | 152.67º | 0.35% | 0.5% | - |
| HSV(B) | 152.67º | 0.52% | 0.68% | - |
| XYZ | 22.68 | 33.39 | 27.08 | - |
| YUV | 141.42 | 122.68 | 86.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 173 | 132 | 0.52 | 0 | 0.24 | 0.32 | 152.67 | 0.35 | 0.5 |
| Hex | 53 | AD | 84 | 34 | 0 | 18 | 20 | 99 | 23 | 32 |
| Octal | 123 | 255 | 204 | 64 | 0 | 30 | 40 | 231 | 43 | 62 |
| Binary | 1010011 | 10101101 | 10000100 | 110100 | 0 | 11000 | 100000 | 10011001 | 100011 | 110010 |
Color Harmonies of #53AD84
Complementary color
Monochromatic Colors of #53AD84
Black with #53AD84
Text Example
Text Example
White with #53AD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AD84; }
p { color: rgb(83,173,132); }
H1.HeaderClassName
{
color: #53AD84;
}
.AnyTagClassName
{
color: #53AD84;
}
</style>
background-color css
<style>
a { background-color: #53AD84; }
a { background-color: rgb(83,173,132); }
div.DivClassName
{
background-color: #53AD84;
}
.BgClassName
{
background-color: #53AD84;
}
</style>
border-color css
<style>
span { border-color: #53AD84; }
span { border-color: rgb(83,173,132); }
td.TdClassName
{
border-color: #53AD84;
}
.TagClassName
{
border-color: #53AD84;
}
</style>