Shades of Ocean Green #55B579
Tints of Ocean Green #55B579
RGB
CMYK
RGB Variations
Color information
#55B579 (or 0x55B579) is known color: Ocean Green. HEX triplet: 55, B5 and 79. RGB value is (85,181,121). Sum of RGB (Red+Green+Blue) = 85+181+121=387 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.96% from 387); Green value is 181 (71.09% from 255 or 46.77% from 387); Blue value is 121 (47.66% from 255 or 31.27% from 387); Max value from RGB is 181 - color contains mainly: green. Hex color #55B579 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55B579 is #AA4A86. Grayscale: #919191. Windows color (decimal): -11160199 or 7976277. OLE color: 7976277.
HSL color Cylindrical-coordinate representation of color #55B579: hue angle of 142.5º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55B579 is Cyan = 0.53, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 85 | 181 | 121 | - |
| CMYK | 0.53 | 0 | 0.33 | 0.29 |
| HSL | 142.5º | 0.39% | 0.52% | - |
| HSV(B) | 142.5º | 0.53% | 0.71% | - |
| XYZ | 23.72 | 36.36 | 23.86 | - |
| YUV | 145.46 | 114.2 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 181 | 121 | 0.53 | 0 | 0.33 | 0.29 | 142.5 | 0.39 | 0.52 |
| Hex | 55 | B5 | 79 | 35 | 0 | 21 | 1D | 8E | 27 | 34 |
| Octal | 125 | 265 | 171 | 65 | 0 | 41 | 35 | 216 | 47 | 64 |
| Binary | 1010101 | 10110101 | 1111001 | 110101 | 0 | 100001 | 11101 | 10001110 | 100111 | 110100 |
Color Harmonies of #55B579
Complementary color
Monochromatic Colors of #55B579
Black with #55B579
Text Example
Text Example
White with #55B579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B579; }
p { color: rgb(85,181,121); }
H1.HeaderClassName
{
color: #55B579;
}
.AnyTagClassName
{
color: #55B579;
}
</style>
background-color css
<style>
a { background-color: #55B579; }
a { background-color: rgb(85,181,121); }
div.DivClassName
{
background-color: #55B579;
}
.BgClassName
{
background-color: #55B579;
}
</style>
border-color css
<style>
span { border-color: #55B579; }
span { border-color: rgb(85,181,121); }
td.TdClassName
{
border-color: #55B579;
}
.TagClassName
{
border-color: #55B579;
}
</style>