Shades of Ocean Green #529E70
Tints of Ocean Green #529E70
RGB
CMYK
RGB Variations
Color information
#529E70 (or 0x529E70) is known color: Ocean Green. HEX triplet: 52, 9E and 70. RGB value is (82,158,112). Sum of RGB (Red+Green+Blue) = 82+158+112=352 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.30% from 352); Green value is 158 (62.11% from 255 or 44.89% from 352); Blue value is 112 (44.14% from 255 or 31.82% from 352); Max value from RGB is 158 - color contains mainly: green. Hex color #529E70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529E70 is #AD618F. Grayscale: #828282. Windows color (decimal): -11362704 or 7380562. OLE color: 7380562.
HSL color Cylindrical-coordinate representation of color #529E70: hue angle of 143.68º 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 #529E70 is Cyan = 0.48, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 158 | 112 | - |
| CMYK | 0.48 | 0 | 0.29 | 0.38 |
| HSL | 143.68º | 0.32% | 0.47% | - |
| HSV(B) | 143.68º | 0.48% | 0.62% | - |
| XYZ | 18.63 | 27.42 | 19.64 | - |
| YUV | 130.03 | 117.82 | 93.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 158 | 112 | 0.48 | 0 | 0.29 | 0.38 | 143.68 | 0.32 | 0.47 |
| Hex | 52 | 9E | 70 | 30 | 0 | 1D | 26 | 90 | 20 | 2F |
| Octal | 122 | 236 | 160 | 60 | 0 | 35 | 46 | 220 | 40 | 57 |
| Binary | 1010010 | 10011110 | 1110000 | 110000 | 0 | 11101 | 100110 | 10010000 | 100000 | 101111 |
Color Harmonies of #529E70
Complementary color
Monochromatic Colors of #529E70
Black with #529E70
Text Example
Text Example
White with #529E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529E70; }
p { color: rgb(82,158,112); }
H1.HeaderClassName
{
color: #529E70;
}
.AnyTagClassName
{
color: #529E70;
}
</style>
background-color css
<style>
a { background-color: #529E70; }
a { background-color: rgb(82,158,112); }
div.DivClassName
{
background-color: #529E70;
}
.BgClassName
{
background-color: #529E70;
}
</style>
border-color css
<style>
span { border-color: #529E70; }
span { border-color: rgb(82,158,112); }
td.TdClassName
{
border-color: #529E70;
}
.TagClassName
{
border-color: #529E70;
}
</style>