Shades of Ocean Green #529A6A
Tints of Ocean Green #529A6A
RGB
CMYK
RGB Variations
Color information
#529A6A (or 0x529A6A) is known color: Ocean Green. HEX triplet: 52, 9A and 6A. RGB value is (82,154,106). Sum of RGB (Red+Green+Blue) = 82+154+106=342 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.98% from 342); Green value is 154 (60.55% from 255 or 45.03% from 342); Blue value is 106 (41.80% from 255 or 30.99% from 342); Max value from RGB is 154 - color contains mainly: green. Hex color #529A6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529A6A is #AD6595. Grayscale: #7F7F7F. Windows color (decimal): -11363734 or 6986322. OLE color: 6986322.
HSL color Cylindrical-coordinate representation of color #529A6A: hue angle of 140º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #529A6A is Cyan = 0.47, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 82 | 154 | 106 | - |
| CMYK | 0.47 | 0 | 0.31 | 0.40 |
| HSL | 140º | 0.31% | 0.46% | - |
| HSV(B) | 140º | 0.47% | 0.6% | - |
| XYZ | 17.64 | 25.95 | 17.71 | - |
| YUV | 127 | 116.15 | 95.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 154 | 106 | 0.47 | 0 | 0.31 | 0.40 | 140 | 0.31 | 0.46 |
| Hex | 52 | 9A | 6A | 2F | 0 | 1F | 28 | 8C | 1F | 2E |
| Octal | 122 | 232 | 152 | 57 | 0 | 37 | 50 | 214 | 37 | 56 |
| Binary | 1010010 | 10011010 | 1101010 | 101111 | 0 | 11111 | 101000 | 10001100 | 11111 | 101110 |
Color Harmonies of #529A6A
Complementary color
Monochromatic Colors of #529A6A
Black with #529A6A
Text Example
Text Example
White with #529A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529A6A; }
p { color: rgb(82,154,106); }
H1.HeaderClassName
{
color: #529A6A;
}
.AnyTagClassName
{
color: #529A6A;
}
</style>
background-color css
<style>
a { background-color: #529A6A; }
a { background-color: rgb(82,154,106); }
div.DivClassName
{
background-color: #529A6A;
}
.BgClassName
{
background-color: #529A6A;
}
</style>
border-color css
<style>
span { border-color: #529A6A; }
span { border-color: rgb(82,154,106); }
td.TdClassName
{
border-color: #529A6A;
}
.TagClassName
{
border-color: #529A6A;
}
</style>