Shades of Ocean Green #52AF77
Tints of Ocean Green #52AF77
RGB
CMYK
RGB Variations
Color information
#52AF77 (or 0x52AF77) is known color: Ocean Green. HEX triplet: 52, AF and 77. RGB value is (82,175,119). Sum of RGB (Red+Green+Blue) = 82+175+119=376 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.81% from 376); Green value is 175 (68.75% from 255 or 46.54% from 376); Blue value is 119 (46.88% from 255 or 31.65% from 376); Max value from RGB is 175 - color contains mainly: green. Hex color #52AF77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AF77 is #AD5088. Grayscale: #8C8C8C. Windows color (decimal): -11358345 or 7843666. OLE color: 7843666.
HSL color Cylindrical-coordinate representation of color #52AF77: hue angle of 143.87º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #52AF77 is Cyan = 0.53, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 82 | 175 | 119 | - |
| CMYK | 0.53 | 0 | 0.32 | 0.31 |
| HSL | 143.87º | 0.37% | 0.5% | - |
| HSV(B) | 143.87º | 0.53% | 0.69% | - |
| XYZ | 22.14 | 33.79 | 22.81 | - |
| YUV | 140.81 | 115.69 | 86.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 175 | 119 | 0.53 | 0 | 0.32 | 0.31 | 143.87 | 0.37 | 0.5 |
| Hex | 52 | AF | 77 | 35 | 0 | 20 | 1F | 90 | 25 | 32 |
| Octal | 122 | 257 | 167 | 65 | 0 | 40 | 37 | 220 | 45 | 62 |
| Binary | 1010010 | 10101111 | 1110111 | 110101 | 0 | 100000 | 11111 | 10010000 | 100101 | 110010 |
Color Harmonies of #52AF77
Complementary color
Monochromatic Colors of #52AF77
Black with #52AF77
Text Example
Text Example
White with #52AF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AF77; }
p { color: rgb(82,175,119); }
H1.HeaderClassName
{
color: #52AF77;
}
.AnyTagClassName
{
color: #52AF77;
}
</style>
background-color css
<style>
a { background-color: #52AF77; }
a { background-color: rgb(82,175,119); }
div.DivClassName
{
background-color: #52AF77;
}
.BgClassName
{
background-color: #52AF77;
}
</style>
border-color css
<style>
span { border-color: #52AF77; }
span { border-color: rgb(82,175,119); }
td.TdClassName
{
border-color: #52AF77;
}
.TagClassName
{
border-color: #52AF77;
}
</style>