Shades of Ocean Green #539B7A
Tints of Ocean Green #539B7A
RGB
CMYK
RGB Variations
Color information
#539B7A (or 0x539B7A) is known color: Ocean Green. HEX triplet: 53, 9B and 7A. RGB value is (83,155,122). Sum of RGB (Red+Green+Blue) = 83+155+122=360 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.06% from 360); Green value is 155 (60.94% from 255 or 43.06% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 155 - color contains mainly: green. Hex color #539B7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539B7A is #AC6485. Grayscale: #818181. Windows color (decimal): -11297926 or 8035155. OLE color: 8035155.
HSL color Cylindrical-coordinate representation of color #539B7A: hue angle of 152.5º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #539B7A is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 83 | 155 | 122 | - |
| CMYK | 0.46 | 0 | 0.21 | 0.39 |
| HSL | 152.5º | 0.3% | 0.47% | - |
| HSV(B) | 152.5º | 0.46% | 0.61% | - |
| XYZ | 18.8 | 26.69 | 22.57 | - |
| YUV | 129.71 | 123.65 | 94.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 155 | 122 | 0.46 | 0 | 0.21 | 0.39 | 152.5 | 0.3 | 0.47 |
| Hex | 53 | 9B | 7A | 2E | 0 | 15 | 27 | 98 | 1E | 2F |
| Octal | 123 | 233 | 172 | 56 | 0 | 25 | 47 | 230 | 36 | 57 |
| Binary | 1010011 | 10011011 | 1111010 | 101110 | 0 | 10101 | 100111 | 10011000 | 11110 | 101111 |
Color Harmonies of #539B7A
Complementary color
Monochromatic Colors of #539B7A
Black with #539B7A
Text Example
Text Example
White with #539B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539B7A; }
p { color: rgb(83,155,122); }
H1.HeaderClassName
{
color: #539B7A;
}
.AnyTagClassName
{
color: #539B7A;
}
</style>
background-color css
<style>
a { background-color: #539B7A; }
a { background-color: rgb(83,155,122); }
div.DivClassName
{
background-color: #539B7A;
}
.BgClassName
{
background-color: #539B7A;
}
</style>
border-color css
<style>
span { border-color: #539B7A; }
span { border-color: rgb(83,155,122); }
td.TdClassName
{
border-color: #539B7A;
}
.TagClassName
{
border-color: #539B7A;
}
</style>