Shades of Ocean Green #52AA77
Tints of Ocean Green #52AA77
RGB
CMYK
RGB Variations
Color information
#52AA77 (or 0x52AA77) is known color: Ocean Green. HEX triplet: 52, AA and 77. RGB value is (82,170,119). Sum of RGB (Red+Green+Blue) = 82+170+119=371 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.10% from 371); Green value is 170 (66.80% from 255 or 45.82% from 371); Blue value is 119 (46.88% from 255 or 32.08% from 371); Max value from RGB is 170 - color contains mainly: green. Hex color #52AA77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AA77 is #AD5588. Grayscale: #898989. Windows color (decimal): -11359625 or 7842386. OLE color: 7842386.
HSL color Cylindrical-coordinate representation of color #52AA77: hue angle of 145.23º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #52AA77 is Cyan = 0.52, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 170 | 119 | - |
| CMYK | 0.52 | 0 | 0.3 | 0.33 |
| HSL | 145.23º | 0.35% | 0.49% | - |
| HSV(B) | 145.23º | 0.52% | 0.67% | - |
| XYZ | 21.18 | 31.88 | 22.49 | - |
| YUV | 137.87 | 117.35 | 88.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 170 | 119 | 0.52 | 0 | 0.3 | 0.33 | 145.23 | 0.35 | 0.49 |
| Hex | 52 | AA | 77 | 34 | 0 | 1E | 21 | 91 | 23 | 31 |
| Octal | 122 | 252 | 167 | 64 | 0 | 36 | 41 | 221 | 43 | 61 |
| Binary | 1010010 | 10101010 | 1110111 | 110100 | 0 | 11110 | 100001 | 10010001 | 100011 | 110001 |
Color Harmonies of #52AA77
Complementary color
Monochromatic Colors of #52AA77
Black with #52AA77
Text Example
Text Example
White with #52AA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AA77; }
p { color: rgb(82,170,119); }
H1.HeaderClassName
{
color: #52AA77;
}
.AnyTagClassName
{
color: #52AA77;
}
</style>
background-color css
<style>
a { background-color: #52AA77; }
a { background-color: rgb(82,170,119); }
div.DivClassName
{
background-color: #52AA77;
}
.BgClassName
{
background-color: #52AA77;
}
</style>
border-color css
<style>
span { border-color: #52AA77; }
span { border-color: rgb(82,170,119); }
td.TdClassName
{
border-color: #52AA77;
}
.TagClassName
{
border-color: #52AA77;
}
</style>