Shades of Ocean Green #559E73
Tints of Ocean Green #559E73
RGB
CMYK
RGB Variations
Color information
#559E73 (or 0x559E73) is known color: Ocean Green. HEX triplet: 55, 9E and 73. RGB value is (85,158,115). Sum of RGB (Red+Green+Blue) = 85+158+115=358 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.74% from 358); Green value is 158 (62.11% from 255 or 44.13% from 358); Blue value is 115 (45.31% from 255 or 32.12% from 358); Max value from RGB is 158 - color contains mainly: green. Hex color #559E73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559E73 is #AA618C. Grayscale: #838383. Windows color (decimal): -11166093 or 7577173. OLE color: 7577173.
HSL color Cylindrical-coordinate representation of color #559E73: hue angle of 144.66º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #559E73 is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 158 | 115 | - |
| CMYK | 0.46 | 0 | 0.27 | 0.38 |
| HSL | 144.66º | 0.3% | 0.48% | - |
| HSV(B) | 144.66º | 0.46% | 0.62% | - |
| XYZ | 19.07 | 27.62 | 20.55 | - |
| YUV | 131.27 | 118.82 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 158 | 115 | 0.46 | 0 | 0.27 | 0.38 | 144.66 | 0.3 | 0.48 |
| Hex | 55 | 9E | 73 | 2E | 0 | 1B | 26 | 91 | 1E | 30 |
| Octal | 125 | 236 | 163 | 56 | 0 | 33 | 46 | 221 | 36 | 60 |
| Binary | 1010101 | 10011110 | 1110011 | 101110 | 0 | 11011 | 100110 | 10010001 | 11110 | 110000 |
Color Harmonies of #559E73
Complementary color
Monochromatic Colors of #559E73
Black with #559E73
Text Example
Text Example
White with #559E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559E73; }
p { color: rgb(85,158,115); }
H1.HeaderClassName
{
color: #559E73;
}
.AnyTagClassName
{
color: #559E73;
}
</style>
background-color css
<style>
a { background-color: #559E73; }
a { background-color: rgb(85,158,115); }
div.DivClassName
{
background-color: #559E73;
}
.BgClassName
{
background-color: #559E73;
}
</style>
border-color css
<style>
span { border-color: #559E73; }
span { border-color: rgb(85,158,115); }
td.TdClassName
{
border-color: #559E73;
}
.TagClassName
{
border-color: #559E73;
}
</style>