Shades of Ocean Green #55B77F
Tints of Ocean Green #55B77F
RGB
CMYK
RGB Variations
Color information
#55B77F (or 0x55B77F) is known color: Ocean Green. HEX triplet: 55, B7 and 7F. RGB value is (85,183,127). Sum of RGB (Red+Green+Blue) = 85+183+127=395 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.52% from 395); Green value is 183 (71.88% from 255 or 46.33% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 183 - color contains mainly: green. Hex color #55B77F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55B77F is #AA4880. Grayscale: #939393. Windows color (decimal): -11159681 or 8370005. OLE color: 8370005.
HSL color Cylindrical-coordinate representation of color #55B77F: hue angle of 145.71º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55B77F is Cyan = 0.54, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 85 | 183 | 127 | - |
| CMYK | 0.54 | 0 | 0.31 | 0.28 |
| HSL | 145.71º | 0.4% | 0.53% | - |
| HSV(B) | 145.71º | 0.54% | 0.72% | - |
| XYZ | 24.51 | 37.33 | 25.99 | - |
| YUV | 147.31 | 116.53 | 83.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 183 | 127 | 0.54 | 0 | 0.31 | 0.28 | 145.71 | 0.4 | 0.53 |
| Hex | 55 | B7 | 7F | 36 | 0 | 1F | 1C | 92 | 28 | 35 |
| Octal | 125 | 267 | 177 | 66 | 0 | 37 | 34 | 222 | 50 | 65 |
| Binary | 1010101 | 10110111 | 1111111 | 110110 | 0 | 11111 | 11100 | 10010010 | 101000 | 110101 |
Color Harmonies of #55B77F
Complementary color
Monochromatic Colors of #55B77F
Black with #55B77F
Text Example
Text Example
White with #55B77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B77F; }
p { color: rgb(85,183,127); }
H1.HeaderClassName
{
color: #55B77F;
}
.AnyTagClassName
{
color: #55B77F;
}
</style>
background-color css
<style>
a { background-color: #55B77F; }
a { background-color: rgb(85,183,127); }
div.DivClassName
{
background-color: #55B77F;
}
.BgClassName
{
background-color: #55B77F;
}
</style>
border-color css
<style>
span { border-color: #55B77F; }
span { border-color: rgb(85,183,127); }
td.TdClassName
{
border-color: #55B77F;
}
.TagClassName
{
border-color: #55B77F;
}
</style>