Shades of Ocean Green #52AF81
Tints of Ocean Green #52AF81
RGB
CMYK
RGB Variations
Color information
#52AF81 (or 0x52AF81) is known color: Ocean Green. HEX triplet: 52, AF and 81. RGB value is (82,175,129). Sum of RGB (Red+Green+Blue) = 82+175+129=386 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.24% from 386); Green value is 175 (68.75% from 255 or 45.34% from 386); Blue value is 129 (50.78% from 255 or 33.42% from 386); Max value from RGB is 175 - color contains mainly: green. Hex color #52AF81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52AF81 is #AD507E. Grayscale: #8E8E8E. Windows color (decimal): -11358335 or 8499026. OLE color: 8499026.
HSL color Cylindrical-coordinate representation of color #52AF81: hue angle of 150.32º 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 #52AF81 is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 82 | 175 | 129 | - |
| CMYK | 0.53 | 0 | 0.26 | 0.31 |
| HSL | 150.32º | 0.37% | 0.5% | - |
| HSV(B) | 150.32º | 0.53% | 0.69% | - |
| XYZ | 22.77 | 34.04 | 26.14 | - |
| YUV | 141.95 | 120.69 | 85.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 175 | 129 | 0.53 | 0 | 0.26 | 0.31 | 150.32 | 0.37 | 0.5 |
| Hex | 52 | AF | 81 | 35 | 0 | 1A | 1F | 96 | 25 | 32 |
| Octal | 122 | 257 | 201 | 65 | 0 | 32 | 37 | 226 | 45 | 62 |
| Binary | 1010010 | 10101111 | 10000001 | 110101 | 0 | 11010 | 11111 | 10010110 | 100101 | 110010 |
Color Harmonies of #52AF81
Complementary color
Monochromatic Colors of #52AF81
Black with #52AF81
Text Example
Text Example
White with #52AF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AF81; }
p { color: rgb(82,175,129); }
H1.HeaderClassName
{
color: #52AF81;
}
.AnyTagClassName
{
color: #52AF81;
}
</style>
background-color css
<style>
a { background-color: #52AF81; }
a { background-color: rgb(82,175,129); }
div.DivClassName
{
background-color: #52AF81;
}
.BgClassName
{
background-color: #52AF81;
}
</style>
border-color css
<style>
span { border-color: #52AF81; }
span { border-color: rgb(82,175,129); }
td.TdClassName
{
border-color: #52AF81;
}
.TagClassName
{
border-color: #52AF81;
}
</style>