Shades of Ocean Green #529F76
Tints of Ocean Green #529F76
RGB
CMYK
RGB Variations
Color information
#529F76 (or 0x529F76) is known color: Ocean Green. HEX triplet: 52, 9F and 76. RGB value is (82,159,118). Sum of RGB (Red+Green+Blue) = 82+159+118=359 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.84% from 359); Green value is 159 (62.5% from 255 or 44.29% from 359); Blue value is 118 (46.48% from 255 or 32.87% from 359); Max value from RGB is 159 - color contains mainly: green. Hex color #529F76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529F76 is #AD6089. Grayscale: #838383. Windows color (decimal): -11362442 or 7774034. OLE color: 7774034.
HSL color Cylindrical-coordinate representation of color #529F76: hue angle of 148.05º 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 #529F76 is Cyan = 0.48, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 159 | 118 | - |
| CMYK | 0.48 | 0 | 0.26 | 0.38 |
| HSL | 148.05º | 0.32% | 0.47% | - |
| HSV(B) | 148.05º | 0.48% | 0.62% | - |
| XYZ | 19.15 | 27.9 | 21.52 | - |
| YUV | 131.3 | 120.49 | 92.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 159 | 118 | 0.48 | 0 | 0.26 | 0.38 | 148.05 | 0.32 | 0.47 |
| Hex | 52 | 9F | 76 | 30 | 0 | 1A | 26 | 94 | 20 | 2F |
| Octal | 122 | 237 | 166 | 60 | 0 | 32 | 46 | 224 | 40 | 57 |
| Binary | 1010010 | 10011111 | 1110110 | 110000 | 0 | 11010 | 100110 | 10010100 | 100000 | 101111 |
Color Harmonies of #529F76
Complementary color
Monochromatic Colors of #529F76
Black with #529F76
Text Example
Text Example
White with #529F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529F76; }
p { color: rgb(82,159,118); }
H1.HeaderClassName
{
color: #529F76;
}
.AnyTagClassName
{
color: #529F76;
}
</style>
background-color css
<style>
a { background-color: #529F76; }
a { background-color: rgb(82,159,118); }
div.DivClassName
{
background-color: #529F76;
}
.BgClassName
{
background-color: #529F76;
}
</style>
border-color css
<style>
span { border-color: #529F76; }
span { border-color: rgb(82,159,118); }
td.TdClassName
{
border-color: #529F76;
}
.TagClassName
{
border-color: #529F76;
}
</style>