Shades of Ocean Green #529E72
Tints of Ocean Green #529E72
RGB
CMYK
RGB Variations
Color information
#529E72 (or 0x529E72) is known color: Ocean Green. HEX triplet: 52, 9E and 72. RGB value is (82,158,114). Sum of RGB (Red+Green+Blue) = 82+158+114=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 158 (62.11% from 255 or 44.63% from 354); Blue value is 114 (44.92% from 255 or 32.20% from 354); Max value from RGB is 158 - color contains mainly: green. Hex color #529E72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529E72 is #AD618D. Grayscale: #828282. Windows color (decimal): -11362702 or 7511634. OLE color: 7511634.
HSL color Cylindrical-coordinate representation of color #529E72: hue angle of 145.26º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #529E72 is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 158 | 114 | - |
| CMYK | 0.48 | 0 | 0.28 | 0.38 |
| HSL | 145.26º | 0.32% | 0.47% | - |
| HSV(B) | 145.26º | 0.48% | 0.62% | - |
| XYZ | 18.74 | 27.46 | 20.23 | - |
| YUV | 130.26 | 118.82 | 93.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 158 | 114 | 0.48 | 0 | 0.28 | 0.38 | 145.26 | 0.32 | 0.47 |
| Hex | 52 | 9E | 72 | 30 | 0 | 1C | 26 | 91 | 20 | 2F |
| Octal | 122 | 236 | 162 | 60 | 0 | 34 | 46 | 221 | 40 | 57 |
| Binary | 1010010 | 10011110 | 1110010 | 110000 | 0 | 11100 | 100110 | 10010001 | 100000 | 101111 |
Color Harmonies of #529E72
Complementary color
Monochromatic Colors of #529E72
Black with #529E72
Text Example
Text Example
White with #529E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529E72; }
p { color: rgb(82,158,114); }
H1.HeaderClassName
{
color: #529E72;
}
.AnyTagClassName
{
color: #529E72;
}
</style>
background-color css
<style>
a { background-color: #529E72; }
a { background-color: rgb(82,158,114); }
div.DivClassName
{
background-color: #529E72;
}
.BgClassName
{
background-color: #529E72;
}
</style>
border-color css
<style>
span { border-color: #529E72; }
span { border-color: rgb(82,158,114); }
td.TdClassName
{
border-color: #529E72;
}
.TagClassName
{
border-color: #529E72;
}
</style>