Shades of Ocean Green #529978
Tints of Ocean Green #529978
RGB
CMYK
RGB Variations
Color information
#529978 (or 0x529978) is known color: Ocean Green. HEX triplet: 52, 99 and 78. RGB value is (82,153,120). Sum of RGB (Red+Green+Blue) = 82+153+120=355 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.10% from 355); Green value is 153 (60.16% from 255 or 43.10% from 355); Blue value is 120 (47.27% from 255 or 33.80% from 355); Max value from RGB is 153 - color contains mainly: green. Hex color #529978 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529978 is #AD6687. Grayscale: #808080. Windows color (decimal): -11363976 or 7903570. OLE color: 7903570.
HSL color Cylindrical-coordinate representation of color #529978: hue angle of 152.11º 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 #529978 is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 82 | 153 | 120 | - |
| CMYK | 0.46 | 0 | 0.22 | 0.4 |
| HSL | 152.11º | 0.3% | 0.46% | - |
| HSV(B) | 152.11º | 0.46% | 0.6% | - |
| XYZ | 18.26 | 25.93 | 21.81 | - |
| YUV | 128.01 | 123.48 | 95.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 153 | 120 | 0.46 | 0 | 0.22 | 0.4 | 152.11 | 0.3 | 0.46 |
| Hex | 52 | 99 | 78 | 2E | 0 | 16 | 28 | 98 | 1E | 2E |
| Octal | 122 | 231 | 170 | 56 | 0 | 26 | 50 | 230 | 36 | 56 |
| Binary | 1010010 | 10011001 | 1111000 | 101110 | 0 | 10110 | 101000 | 10011000 | 11110 | 101110 |
Color Harmonies of #529978
Complementary color
Monochromatic Colors of #529978
Black with #529978
Text Example
Text Example
White with #529978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529978; }
p { color: rgb(82,153,120); }
H1.HeaderClassName
{
color: #529978;
}
.AnyTagClassName
{
color: #529978;
}
</style>
background-color css
<style>
a { background-color: #529978; }
a { background-color: rgb(82,153,120); }
div.DivClassName
{
background-color: #529978;
}
.BgClassName
{
background-color: #529978;
}
</style>
border-color css
<style>
span { border-color: #529978; }
span { border-color: rgb(82,153,120); }
td.TdClassName
{
border-color: #529978;
}
.TagClassName
{
border-color: #529978;
}
</style>