Shades of Ocean Green #52AF76
Tints of Ocean Green #52AF76
RGB
CMYK
RGB Variations
Color information
#52AF76 (or 0x52AF76) is known color: Ocean Green. HEX triplet: 52, AF and 76. RGB value is (82,175,118). Sum of RGB (Red+Green+Blue) = 82+175+118=375 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.87% from 375); Green value is 175 (68.75% from 255 or 46.67% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 175 - color contains mainly: green. Hex color #52AF76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AF76 is #AD5089. Grayscale: #8C8C8C. Windows color (decimal): -11358346 or 7778130. OLE color: 7778130.
HSL color Cylindrical-coordinate representation of color #52AF76: hue angle of 143.23º 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 #52AF76 is Cyan = 0.53, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 82 | 175 | 118 | - |
| CMYK | 0.53 | 0 | 0.33 | 0.31 |
| HSL | 143.23º | 0.37% | 0.5% | - |
| HSV(B) | 143.23º | 0.53% | 0.69% | - |
| XYZ | 22.08 | 33.76 | 22.49 | - |
| YUV | 140.7 | 115.19 | 86.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 175 | 118 | 0.53 | 0 | 0.33 | 0.31 | 143.23 | 0.37 | 0.5 |
| Hex | 52 | AF | 76 | 35 | 0 | 21 | 1F | 8F | 25 | 32 |
| Octal | 122 | 257 | 166 | 65 | 0 | 41 | 37 | 217 | 45 | 62 |
| Binary | 1010010 | 10101111 | 1110110 | 110101 | 0 | 100001 | 11111 | 10001111 | 100101 | 110010 |
Color Harmonies of #52AF76
Complementary color
Monochromatic Colors of #52AF76
Black with #52AF76
Text Example
Text Example
White with #52AF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AF76; }
p { color: rgb(82,175,118); }
H1.HeaderClassName
{
color: #52AF76;
}
.AnyTagClassName
{
color: #52AF76;
}
</style>
background-color css
<style>
a { background-color: #52AF76; }
a { background-color: rgb(82,175,118); }
div.DivClassName
{
background-color: #52AF76;
}
.BgClassName
{
background-color: #52AF76;
}
</style>
border-color css
<style>
span { border-color: #52AF76; }
span { border-color: rgb(82,175,118); }
td.TdClassName
{
border-color: #52AF76;
}
.TagClassName
{
border-color: #52AF76;
}
</style>