Shades of Ocean Green #559D6B
Tints of Ocean Green #559D6B
RGB
CMYK
RGB Variations
Color information
#559D6B (or 0x559D6B) is known color: Ocean Green. HEX triplet: 55, 9D and 6B. RGB value is (85,157,107). Sum of RGB (Red+Green+Blue) = 85+157+107=349 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.36% from 349); Green value is 157 (61.72% from 255 or 44.99% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 157 - color contains mainly: green. Hex color #559D6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559D6B is #AA6294. Grayscale: #818181. Windows color (decimal): -11166357 or 7052629. OLE color: 7052629.
HSL color Cylindrical-coordinate representation of color #559D6B: hue angle of 138.33º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #559D6B is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 157 | 107 | - |
| CMYK | 0.46 | 0 | 0.32 | 0.38 |
| HSL | 138.33º | 0.3% | 0.47% | - |
| HSV(B) | 138.33º | 0.46% | 0.62% | - |
| XYZ | 18.46 | 27.11 | 18.17 | - |
| YUV | 129.77 | 115.15 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 157 | 107 | 0.46 | 0 | 0.32 | 0.38 | 138.33 | 0.3 | 0.47 |
| Hex | 55 | 9D | 6B | 2E | 0 | 20 | 26 | 8A | 1E | 2F |
| Octal | 125 | 235 | 153 | 56 | 0 | 40 | 46 | 212 | 36 | 57 |
| Binary | 1010101 | 10011101 | 1101011 | 101110 | 0 | 100000 | 100110 | 10001010 | 11110 | 101111 |
Color Harmonies of #559D6B
Complementary color
Monochromatic Colors of #559D6B
Black with #559D6B
Text Example
Text Example
White with #559D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559D6B; }
p { color: rgb(85,157,107); }
H1.HeaderClassName
{
color: #559D6B;
}
.AnyTagClassName
{
color: #559D6B;
}
</style>
background-color css
<style>
a { background-color: #559D6B; }
a { background-color: rgb(85,157,107); }
div.DivClassName
{
background-color: #559D6B;
}
.BgClassName
{
background-color: #559D6B;
}
</style>
border-color css
<style>
span { border-color: #559D6B; }
span { border-color: rgb(85,157,107); }
td.TdClassName
{
border-color: #559D6B;
}
.TagClassName
{
border-color: #559D6B;
}
</style>