Shades of Ocean Green #559C6B
Tints of Ocean Green #559C6B
RGB
CMYK
RGB Variations
Color information
#559C6B (or 0x559C6B) is known color: Ocean Green. HEX triplet: 55, 9C and 6B. RGB value is (85,156,107). Sum of RGB (Red+Green+Blue) = 85+156+107=348 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.43% from 348); Green value is 156 (61.33% from 255 or 44.83% from 348); Blue value is 107 (42.19% from 255 or 30.75% from 348); Max value from RGB is 156 - color contains mainly: green. Hex color #559C6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559C6B is #AA6394. Grayscale: #818181. Windows color (decimal): -11166613 or 7052373. OLE color: 7052373.
HSL color Cylindrical-coordinate representation of color #559C6B: hue angle of 138.59º degrees, saturation: 0.29, 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 #559C6B is Cyan = 0.46, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 156 | 107 | - |
| CMYK | 0.46 | 0 | 0.31 | 0.39 |
| HSL | 138.59º | 0.29% | 0.47% | - |
| HSV(B) | 138.59º | 0.46% | 0.61% | - |
| XYZ | 18.29 | 26.77 | 18.11 | - |
| YUV | 129.19 | 115.48 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 156 | 107 | 0.46 | 0 | 0.31 | 0.39 | 138.59 | 0.29 | 0.47 |
| Hex | 55 | 9C | 6B | 2E | 0 | 1F | 27 | 8B | 1D | 2F |
| Octal | 125 | 234 | 153 | 56 | 0 | 37 | 47 | 213 | 35 | 57 |
| Binary | 1010101 | 10011100 | 1101011 | 101110 | 0 | 11111 | 100111 | 10001011 | 11101 | 101111 |
Color Harmonies of #559C6B
Complementary color
Monochromatic Colors of #559C6B
Black with #559C6B
Text Example
Text Example
White with #559C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559C6B; }
p { color: rgb(85,156,107); }
H1.HeaderClassName
{
color: #559C6B;
}
.AnyTagClassName
{
color: #559C6B;
}
</style>
background-color css
<style>
a { background-color: #559C6B; }
a { background-color: rgb(85,156,107); }
div.DivClassName
{
background-color: #559C6B;
}
.BgClassName
{
background-color: #559C6B;
}
</style>
border-color css
<style>
span { border-color: #559C6B; }
span { border-color: rgb(85,156,107); }
td.TdClassName
{
border-color: #559C6B;
}
.TagClassName
{
border-color: #559C6B;
}
</style>