Shades of Ocean Green #529E74
Tints of Ocean Green #529E74
RGB
CMYK
RGB Variations
Color information
#529E74 (or 0x529E74) is known color: Ocean Green. HEX triplet: 52, 9E and 74. RGB value is (82,158,116). Sum of RGB (Red+Green+Blue) = 82+158+116=356 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.03% from 356); Green value is 158 (62.11% from 255 or 44.38% from 356); Blue value is 116 (45.70% from 255 or 32.58% from 356); Max value from RGB is 158 - color contains mainly: green. Hex color #529E74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529E74 is #AD618B. Grayscale: #828282. Windows color (decimal): -11362700 or 7642706. OLE color: 7642706.
HSL color Cylindrical-coordinate representation of color #529E74: hue angle of 146.84º 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 #529E74 is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 158 | 116 | - |
| CMYK | 0.48 | 0 | 0.27 | 0.38 |
| HSL | 146.84º | 0.32% | 0.47% | - |
| HSV(B) | 146.84º | 0.48% | 0.62% | - |
| XYZ | 18.86 | 27.51 | 20.84 | - |
| YUV | 130.49 | 119.82 | 93.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 158 | 116 | 0.48 | 0 | 0.27 | 0.38 | 146.84 | 0.32 | 0.47 |
| Hex | 52 | 9E | 74 | 30 | 0 | 1B | 26 | 93 | 20 | 2F |
| Octal | 122 | 236 | 164 | 60 | 0 | 33 | 46 | 223 | 40 | 57 |
| Binary | 1010010 | 10011110 | 1110100 | 110000 | 0 | 11011 | 100110 | 10010011 | 100000 | 101111 |
Color Harmonies of #529E74
Complementary color
Monochromatic Colors of #529E74
Black with #529E74
Text Example
Text Example
White with #529E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529E74; }
p { color: rgb(82,158,116); }
H1.HeaderClassName
{
color: #529E74;
}
.AnyTagClassName
{
color: #529E74;
}
</style>
background-color css
<style>
a { background-color: #529E74; }
a { background-color: rgb(82,158,116); }
div.DivClassName
{
background-color: #529E74;
}
.BgClassName
{
background-color: #529E74;
}
</style>
border-color css
<style>
span { border-color: #529E74; }
span { border-color: rgb(82,158,116); }
td.TdClassName
{
border-color: #529E74;
}
.TagClassName
{
border-color: #529E74;
}
</style>