Shades of Ocean Green #53AA76
Tints of Ocean Green #53AA76
RGB
CMYK
RGB Variations
Color information
#53AA76 (or 0x53AA76) is known color: Ocean Green. HEX triplet: 53, AA and 76. RGB value is (83,170,118). Sum of RGB (Red+Green+Blue) = 83+170+118=371 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.37% from 371); Green value is 170 (66.80% from 255 or 45.82% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 170 - color contains mainly: green. Hex color #53AA76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AA76 is #AC5589. Grayscale: #8A8A8A. Windows color (decimal): -11294090 or 7776851. OLE color: 7776851.
HSL color Cylindrical-coordinate representation of color #53AA76: hue angle of 144.14º 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 #53AA76 is Cyan = 0.51, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 170 | 118 | - |
| CMYK | 0.51 | 0 | 0.31 | 0.33 |
| HSL | 144.14º | 0.34% | 0.5% | - |
| HSV(B) | 144.14º | 0.51% | 0.67% | - |
| XYZ | 21.21 | 31.9 | 22.18 | - |
| YUV | 138.06 | 116.68 | 88.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 170 | 118 | 0.51 | 0 | 0.31 | 0.33 | 144.14 | 0.34 | 0.5 |
| Hex | 53 | AA | 76 | 33 | 0 | 1F | 21 | 90 | 22 | 32 |
| Octal | 123 | 252 | 166 | 63 | 0 | 37 | 41 | 220 | 42 | 62 |
| Binary | 1010011 | 10101010 | 1110110 | 110011 | 0 | 11111 | 100001 | 10010000 | 100010 | 110010 |
Color Harmonies of #53AA76
Complementary color
Monochromatic Colors of #53AA76
Black with #53AA76
Text Example
Text Example
White with #53AA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AA76; }
p { color: rgb(83,170,118); }
H1.HeaderClassName
{
color: #53AA76;
}
.AnyTagClassName
{
color: #53AA76;
}
</style>
background-color css
<style>
a { background-color: #53AA76; }
a { background-color: rgb(83,170,118); }
div.DivClassName
{
background-color: #53AA76;
}
.BgClassName
{
background-color: #53AA76;
}
</style>
border-color css
<style>
span { border-color: #53AA76; }
span { border-color: rgb(83,170,118); }
td.TdClassName
{
border-color: #53AA76;
}
.TagClassName
{
border-color: #53AA76;
}
</style>