Shades of Ocean Green #529976
Tints of Ocean Green #529976
RGB
CMYK
RGB Variations
Color information
#529976 (or 0x529976) is known color: Ocean Green. HEX triplet: 52, 99 and 76. RGB value is (82,153,118). Sum of RGB (Red+Green+Blue) = 82+153+118=353 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.23% from 353); Green value is 153 (60.16% from 255 or 43.34% from 353); Blue value is 118 (46.48% from 255 or 33.43% from 353); Max value from RGB is 153 - color contains mainly: green. Hex color #529976 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529976 is #AD6689. Grayscale: #7F7F7F. Windows color (decimal): -11363978 or 7772498. OLE color: 7772498.
HSL color Cylindrical-coordinate representation of color #529976: hue angle of 150.42º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #529976 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 82 | 153 | 118 | - |
| CMYK | 0.46 | 0 | 0.23 | 0.4 |
| HSL | 150.42º | 0.3% | 0.46% | - |
| HSV(B) | 150.42º | 0.46% | 0.6% | - |
| XYZ | 18.14 | 25.88 | 21.18 | - |
| YUV | 127.78 | 122.48 | 95.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 153 | 118 | 0.46 | 0 | 0.23 | 0.4 | 150.42 | 0.3 | 0.46 |
| Hex | 52 | 99 | 76 | 2E | 0 | 17 | 28 | 96 | 1E | 2E |
| Octal | 122 | 231 | 166 | 56 | 0 | 27 | 50 | 226 | 36 | 56 |
| Binary | 1010010 | 10011001 | 1110110 | 101110 | 0 | 10111 | 101000 | 10010110 | 11110 | 101110 |
Color Harmonies of #529976
Complementary color
Monochromatic Colors of #529976
Black with #529976
Text Example
Text Example
White with #529976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529976; }
p { color: rgb(82,153,118); }
H1.HeaderClassName
{
color: #529976;
}
.AnyTagClassName
{
color: #529976;
}
</style>
background-color css
<style>
a { background-color: #529976; }
a { background-color: rgb(82,153,118); }
div.DivClassName
{
background-color: #529976;
}
.BgClassName
{
background-color: #529976;
}
</style>
border-color css
<style>
span { border-color: #529976; }
span { border-color: rgb(82,153,118); }
td.TdClassName
{
border-color: #529976;
}
.TagClassName
{
border-color: #529976;
}
</style>