Shades of Ocean Green #53AA77
Tints of Ocean Green #53AA77
RGB
CMYK
RGB Variations
Color information
#53AA77 (or 0x53AA77) is known color: Ocean Green. HEX triplet: 53, AA and 77. RGB value is (83,170,119). Sum of RGB (Red+Green+Blue) = 83+170+119=372 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.31% from 372); Green value is 170 (66.80% from 255 or 45.70% from 372); Blue value is 119 (46.88% from 255 or 31.99% from 372); Max value from RGB is 170 - color contains mainly: green. Hex color #53AA77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AA77 is #AC5588. Grayscale: #8A8A8A. Windows color (decimal): -11294089 or 7842387. OLE color: 7842387.
HSL color Cylindrical-coordinate representation of color #53AA77: hue angle of 144.83º 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 #53AA77 is Cyan = 0.51, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 170 | 119 | - |
| CMYK | 0.51 | 0 | 0.3 | 0.33 |
| HSL | 144.83º | 0.34% | 0.5% | - |
| HSV(B) | 144.83º | 0.51% | 0.67% | - |
| XYZ | 21.27 | 31.92 | 22.49 | - |
| YUV | 138.17 | 117.18 | 88.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 170 | 119 | 0.51 | 0 | 0.3 | 0.33 | 144.83 | 0.34 | 0.5 |
| Hex | 53 | AA | 77 | 33 | 0 | 1E | 21 | 91 | 22 | 32 |
| Octal | 123 | 252 | 167 | 63 | 0 | 36 | 41 | 221 | 42 | 62 |
| Binary | 1010011 | 10101010 | 1110111 | 110011 | 0 | 11110 | 100001 | 10010001 | 100010 | 110010 |
Color Harmonies of #53AA77
Complementary color
Monochromatic Colors of #53AA77
Black with #53AA77
Text Example
Text Example
White with #53AA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AA77; }
p { color: rgb(83,170,119); }
H1.HeaderClassName
{
color: #53AA77;
}
.AnyTagClassName
{
color: #53AA77;
}
</style>
background-color css
<style>
a { background-color: #53AA77; }
a { background-color: rgb(83,170,119); }
div.DivClassName
{
background-color: #53AA77;
}
.BgClassName
{
background-color: #53AA77;
}
</style>
border-color css
<style>
span { border-color: #53AA77; }
span { border-color: rgb(83,170,119); }
td.TdClassName
{
border-color: #53AA77;
}
.TagClassName
{
border-color: #53AA77;
}
</style>