Shades of Ocean Green #55B577
Tints of Ocean Green #55B577
RGB
CMYK
RGB Variations
Color information
#55B577 (or 0x55B577) is known color: Ocean Green. HEX triplet: 55, B5 and 77. RGB value is (85,181,119). Sum of RGB (Red+Green+Blue) = 85+181+119=385 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.08% from 385); Green value is 181 (71.09% from 255 or 47.01% from 385); Blue value is 119 (46.88% from 255 or 30.91% from 385); Max value from RGB is 181 - color contains mainly: green. Hex color #55B577 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55B577 is #AA4A88. Grayscale: #919191. Windows color (decimal): -11160201 or 7845205. OLE color: 7845205.
HSL color Cylindrical-coordinate representation of color #55B577: hue angle of 141.25º 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 #55B577 is Cyan = 0.53, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 85 | 181 | 119 | - |
| CMYK | 0.53 | 0 | 0.34 | 0.29 |
| HSL | 141.25º | 0.39% | 0.52% | - |
| HSV(B) | 141.25º | 0.53% | 0.71% | - |
| XYZ | 23.6 | 36.31 | 23.22 | - |
| YUV | 145.23 | 113.2 | 85.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 181 | 119 | 0.53 | 0 | 0.34 | 0.29 | 141.25 | 0.39 | 0.52 |
| Hex | 55 | B5 | 77 | 35 | 0 | 22 | 1D | 8D | 27 | 34 |
| Octal | 125 | 265 | 167 | 65 | 0 | 42 | 35 | 215 | 47 | 64 |
| Binary | 1010101 | 10110101 | 1110111 | 110101 | 0 | 100010 | 11101 | 10001101 | 100111 | 110100 |
Color Harmonies of #55B577
Complementary color
Monochromatic Colors of #55B577
Black with #55B577
Text Example
Text Example
White with #55B577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B577; }
p { color: rgb(85,181,119); }
H1.HeaderClassName
{
color: #55B577;
}
.AnyTagClassName
{
color: #55B577;
}
</style>
background-color css
<style>
a { background-color: #55B577; }
a { background-color: rgb(85,181,119); }
div.DivClassName
{
background-color: #55B577;
}
.BgClassName
{
background-color: #55B577;
}
</style>
border-color css
<style>
span { border-color: #55B577; }
span { border-color: rgb(85,181,119); }
td.TdClassName
{
border-color: #55B577;
}
.TagClassName
{
border-color: #55B577;
}
</style>