Shades of Ocean Green #55B77D
Tints of Ocean Green #55B77D
RGB
CMYK
RGB Variations
Color information
#55B77D (or 0x55B77D) is known color: Ocean Green. HEX triplet: 55, B7 and 7D. RGB value is (85,183,125). Sum of RGB (Red+Green+Blue) = 85+183+125=393 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.63% from 393); Green value is 183 (71.88% from 255 or 46.56% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 183 - color contains mainly: green. Hex color #55B77D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55B77D is #AA4882. Grayscale: #939393. Windows color (decimal): -11159683 or 8238933. OLE color: 8238933.
HSL color Cylindrical-coordinate representation of color #55B77D: hue angle of 144.49º 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 #55B77D is Cyan = 0.54, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 85 | 183 | 125 | - |
| CMYK | 0.54 | 0 | 0.32 | 0.28 |
| HSL | 144.49º | 0.4% | 0.53% | - |
| HSV(B) | 144.49º | 0.54% | 0.72% | - |
| XYZ | 24.38 | 37.28 | 25.31 | - |
| YUV | 147.09 | 115.53 | 83.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 183 | 125 | 0.54 | 0 | 0.32 | 0.28 | 144.49 | 0.4 | 0.53 |
| Hex | 55 | B7 | 7D | 36 | 0 | 20 | 1C | 90 | 28 | 35 |
| Octal | 125 | 267 | 175 | 66 | 0 | 40 | 34 | 220 | 50 | 65 |
| Binary | 1010101 | 10110111 | 1111101 | 110110 | 0 | 100000 | 11100 | 10010000 | 101000 | 110101 |
Color Harmonies of #55B77D
Complementary color
Monochromatic Colors of #55B77D
Black with #55B77D
Text Example
Text Example
White with #55B77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B77D; }
p { color: rgb(85,183,125); }
H1.HeaderClassName
{
color: #55B77D;
}
.AnyTagClassName
{
color: #55B77D;
}
</style>
background-color css
<style>
a { background-color: #55B77D; }
a { background-color: rgb(85,183,125); }
div.DivClassName
{
background-color: #55B77D;
}
.BgClassName
{
background-color: #55B77D;
}
</style>
border-color css
<style>
span { border-color: #55B77D; }
span { border-color: rgb(85,183,125); }
td.TdClassName
{
border-color: #55B77D;
}
.TagClassName
{
border-color: #55B77D;
}
</style>