Shades of Ocean Green #559F6E
Tints of Ocean Green #559F6E
RGB
CMYK
RGB Variations
Color information
#559F6E (or 0x559F6E) is known color: Ocean Green. HEX triplet: 55, 9F and 6E. RGB value is (85,159,110). Sum of RGB (Red+Green+Blue) = 85+159+110=354 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.01% from 354); Green value is 159 (62.5% from 255 or 44.92% from 354); Blue value is 110 (43.36% from 255 or 31.07% from 354); Max value from RGB is 159 - color contains mainly: green. Hex color #559F6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559F6E is #AA6091. Grayscale: #838383. Windows color (decimal): -11165842 or 7249749. OLE color: 7249749.
HSL color Cylindrical-coordinate representation of color #559F6E: hue angle of 140.27º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #559F6E is Cyan = 0.47, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 159 | 110 | - |
| CMYK | 0.47 | 0 | 0.31 | 0.38 |
| HSL | 140.27º | 0.3% | 0.48% | - |
| HSV(B) | 140.27º | 0.47% | 0.62% | - |
| XYZ | 18.96 | 27.85 | 19.13 | - |
| YUV | 131.29 | 115.98 | 94.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 159 | 110 | 0.47 | 0 | 0.31 | 0.38 | 140.27 | 0.3 | 0.48 |
| Hex | 55 | 9F | 6E | 2F | 0 | 1F | 26 | 8C | 1E | 30 |
| Octal | 125 | 237 | 156 | 57 | 0 | 37 | 46 | 214 | 36 | 60 |
| Binary | 1010101 | 10011111 | 1101110 | 101111 | 0 | 11111 | 100110 | 10001100 | 11110 | 110000 |
Color Harmonies of #559F6E
Complementary color
Monochromatic Colors of #559F6E
Black with #559F6E
Text Example
Text Example
White with #559F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559F6E; }
p { color: rgb(85,159,110); }
H1.HeaderClassName
{
color: #559F6E;
}
.AnyTagClassName
{
color: #559F6E;
}
</style>
background-color css
<style>
a { background-color: #559F6E; }
a { background-color: rgb(85,159,110); }
div.DivClassName
{
background-color: #559F6E;
}
.BgClassName
{
background-color: #559F6E;
}
</style>
border-color css
<style>
span { border-color: #559F6E; }
span { border-color: rgb(85,159,110); }
td.TdClassName
{
border-color: #559F6E;
}
.TagClassName
{
border-color: #559F6E;
}
</style>