Shades of Ocean Green #559E7B
Tints of Ocean Green #559E7B
RGB
CMYK
RGB Variations
Color information
#559E7B (or 0x559E7B) is known color: Ocean Green. HEX triplet: 55, 9E and 7B. RGB value is (85,158,123). Sum of RGB (Red+Green+Blue) = 85+158+123=366 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.22% from 366); Green value is 158 (62.11% from 255 or 43.17% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 158 - color contains mainly: green. Hex color #559E7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559E7B is #AA6184. Grayscale: #848484. Windows color (decimal): -11166085 or 8101461. OLE color: 8101461.
HSL color Cylindrical-coordinate representation of color #559E7B: hue angle of 151.23º 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 #559E7B is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 158 | 123 | - |
| CMYK | 0.46 | 0 | 0.22 | 0.38 |
| HSL | 151.23º | 0.3% | 0.48% | - |
| HSV(B) | 151.23º | 0.46% | 0.62% | - |
| XYZ | 19.55 | 27.82 | 23.08 | - |
| YUV | 132.18 | 122.82 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 158 | 123 | 0.46 | 0 | 0.22 | 0.38 | 151.23 | 0.3 | 0.48 |
| Hex | 55 | 9E | 7B | 2E | 0 | 16 | 26 | 97 | 1E | 30 |
| Octal | 125 | 236 | 173 | 56 | 0 | 26 | 46 | 227 | 36 | 60 |
| Binary | 1010101 | 10011110 | 1111011 | 101110 | 0 | 10110 | 100110 | 10010111 | 11110 | 110000 |
Color Harmonies of #559E7B
Complementary color
Monochromatic Colors of #559E7B
Black with #559E7B
Text Example
Text Example
White with #559E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559E7B; }
p { color: rgb(85,158,123); }
H1.HeaderClassName
{
color: #559E7B;
}
.AnyTagClassName
{
color: #559E7B;
}
</style>
background-color css
<style>
a { background-color: #559E7B; }
a { background-color: rgb(85,158,123); }
div.DivClassName
{
background-color: #559E7B;
}
.BgClassName
{
background-color: #559E7B;
}
</style>
border-color css
<style>
span { border-color: #559E7B; }
span { border-color: rgb(85,158,123); }
td.TdClassName
{
border-color: #559E7B;
}
.TagClassName
{
border-color: #559E7B;
}
</style>