Shades of Ocean Green #529C7B
Tints of Ocean Green #529C7B
RGB
CMYK
RGB Variations
Color information
#529C7B (or 0x529C7B) is known color: Ocean Green. HEX triplet: 52, 9C and 7B. RGB value is (82,156,123). Sum of RGB (Red+Green+Blue) = 82+156+123=361 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.71% from 361); Green value is 156 (61.33% from 255 or 43.21% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 156 - color contains mainly: green. Hex color #529C7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529C7B is #AD6384. Grayscale: #828282. Windows color (decimal): -11363205 or 8100946. OLE color: 8100946.
HSL color Cylindrical-coordinate representation of color #529C7B: hue angle of 153.24º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #529C7B is Cyan = 0.47, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 82 | 156 | 123 | - |
| CMYK | 0.47 | 0 | 0.21 | 0.39 |
| HSL | 153.24º | 0.31% | 0.47% | - |
| HSV(B) | 153.24º | 0.47% | 0.61% | - |
| XYZ | 18.94 | 27 | 22.95 | - |
| YUV | 130.11 | 123.98 | 93.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 156 | 123 | 0.47 | 0 | 0.21 | 0.39 | 153.24 | 0.31 | 0.47 |
| Hex | 52 | 9C | 7B | 2F | 0 | 15 | 27 | 99 | 1F | 2F |
| Octal | 122 | 234 | 173 | 57 | 0 | 25 | 47 | 231 | 37 | 57 |
| Binary | 1010010 | 10011100 | 1111011 | 101111 | 0 | 10101 | 100111 | 10011001 | 11111 | 101111 |
Color Harmonies of #529C7B
Complementary color
Monochromatic Colors of #529C7B
Black with #529C7B
Text Example
Text Example
White with #529C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529C7B; }
p { color: rgb(82,156,123); }
H1.HeaderClassName
{
color: #529C7B;
}
.AnyTagClassName
{
color: #529C7B;
}
</style>
background-color css
<style>
a { background-color: #529C7B; }
a { background-color: rgb(82,156,123); }
div.DivClassName
{
background-color: #529C7B;
}
.BgClassName
{
background-color: #529C7B;
}
</style>
border-color css
<style>
span { border-color: #529C7B; }
span { border-color: rgb(82,156,123); }
td.TdClassName
{
border-color: #529C7B;
}
.TagClassName
{
border-color: #529C7B;
}
</style>