Shades of Ocean Green #52AF7C
Tints of Ocean Green #52AF7C
RGB
CMYK
RGB Variations
Color information
#52AF7C (or 0x52AF7C) is known color: Ocean Green. HEX triplet: 52, AF and 7C. RGB value is (82,175,124). Sum of RGB (Red+Green+Blue) = 82+175+124=381 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.52% from 381); Green value is 175 (68.75% from 255 or 45.93% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 175 - color contains mainly: green. Hex color #52AF7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AF7C is #AD5083. Grayscale: #8D8D8D. Windows color (decimal): -11358340 or 8171346. OLE color: 8171346.
HSL color Cylindrical-coordinate representation of color #52AF7C: hue angle of 147.1º 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 #52AF7C is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 82 | 175 | 124 | - |
| CMYK | 0.53 | 0 | 0.29 | 0.31 |
| HSL | 147.1º | 0.37% | 0.5% | - |
| HSV(B) | 147.1º | 0.53% | 0.69% | - |
| XYZ | 22.45 | 33.91 | 24.43 | - |
| YUV | 141.38 | 118.19 | 85.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 175 | 124 | 0.53 | 0 | 0.29 | 0.31 | 147.1 | 0.37 | 0.5 |
| Hex | 52 | AF | 7C | 35 | 0 | 1D | 1F | 93 | 25 | 32 |
| Octal | 122 | 257 | 174 | 65 | 0 | 35 | 37 | 223 | 45 | 62 |
| Binary | 1010010 | 10101111 | 1111100 | 110101 | 0 | 11101 | 11111 | 10010011 | 100101 | 110010 |
Color Harmonies of #52AF7C
Complementary color
Monochromatic Colors of #52AF7C
Black with #52AF7C
Text Example
Text Example
White with #52AF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AF7C; }
p { color: rgb(82,175,124); }
H1.HeaderClassName
{
color: #52AF7C;
}
.AnyTagClassName
{
color: #52AF7C;
}
</style>
background-color css
<style>
a { background-color: #52AF7C; }
a { background-color: rgb(82,175,124); }
div.DivClassName
{
background-color: #52AF7C;
}
.BgClassName
{
background-color: #52AF7C;
}
</style>
border-color css
<style>
span { border-color: #52AF7C; }
span { border-color: rgb(82,175,124); }
td.TdClassName
{
border-color: #52AF7C;
}
.TagClassName
{
border-color: #52AF7C;
}
</style>