Shades of Ocean Green #53AA84
Tints of Ocean Green #53AA84
RGB
CMYK
RGB Variations
Color information
#53AA84 (or 0x53AA84) is known color: Ocean Green. HEX triplet: 53, AA and 84. RGB value is (83,170,132). Sum of RGB (Red+Green+Blue) = 83+170+132=385 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.56% from 385); Green value is 170 (66.80% from 255 or 44.16% from 385); Blue value is 132 (51.95% from 255 or 34.29% from 385); Max value from RGB is 170 - color contains mainly: green. Hex color #53AA84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AA84 is #AC557B. Grayscale: #8B8B8B. Windows color (decimal): -11294076 or 8694355. OLE color: 8694355.
HSL color Cylindrical-coordinate representation of color #53AA84: hue angle of 153.79º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #53AA84 is Cyan = 0.51, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 170 | 132 | - |
| CMYK | 0.51 | 0 | 0.22 | 0.33 |
| HSL | 153.79º | 0.34% | 0.5% | - |
| HSV(B) | 153.79º | 0.51% | 0.67% | - |
| XYZ | 22.11 | 32.25 | 26.89 | - |
| YUV | 139.66 | 123.68 | 87.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 170 | 132 | 0.51 | 0 | 0.22 | 0.33 | 153.79 | 0.34 | 0.5 |
| Hex | 53 | AA | 84 | 33 | 0 | 16 | 21 | 9A | 22 | 32 |
| Octal | 123 | 252 | 204 | 63 | 0 | 26 | 41 | 232 | 42 | 62 |
| Binary | 1010011 | 10101010 | 10000100 | 110011 | 0 | 10110 | 100001 | 10011010 | 100010 | 110010 |
Color Harmonies of #53AA84
Complementary color
Monochromatic Colors of #53AA84
Black with #53AA84
Text Example
Text Example
White with #53AA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AA84; }
p { color: rgb(83,170,132); }
H1.HeaderClassName
{
color: #53AA84;
}
.AnyTagClassName
{
color: #53AA84;
}
</style>
background-color css
<style>
a { background-color: #53AA84; }
a { background-color: rgb(83,170,132); }
div.DivClassName
{
background-color: #53AA84;
}
.BgClassName
{
background-color: #53AA84;
}
</style>
border-color css
<style>
span { border-color: #53AA84; }
span { border-color: rgb(83,170,132); }
td.TdClassName
{
border-color: #53AA84;
}
.TagClassName
{
border-color: #53AA84;
}
</style>