Shades of Ocean Green #55B185
Tints of Ocean Green #55B185
RGB
CMYK
RGB Variations
Color information
#55B185 (or 0x55B185) is known color: Ocean Green. HEX triplet: 55, B1 and 85. RGB value is (85,177,133). Sum of RGB (Red+Green+Blue) = 85+177+133=395 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.52% from 395); Green value is 177 (69.53% from 255 or 44.81% from 395); Blue value is 133 (52.34% from 255 or 33.67% from 395); Max value from RGB is 177 - color contains mainly: green. Hex color #55B185 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55B185 is #AA4E7A. Grayscale: #909090. Windows color (decimal): -11161211 or 8761685. OLE color: 8761685.
HSL color Cylindrical-coordinate representation of color #55B185: hue angle of 151.3º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #55B185 is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 177 | 133 | - |
| CMYK | 0.52 | 0 | 0.25 | 0.31 |
| HSL | 151.3º | 0.37% | 0.51% | - |
| HSV(B) | 151.3º | 0.52% | 0.69% | - |
| XYZ | 23.7 | 35.07 | 27.71 | - |
| YUV | 144.48 | 121.52 | 85.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 177 | 133 | 0.52 | 0 | 0.25 | 0.31 | 151.3 | 0.37 | 0.51 |
| Hex | 55 | B1 | 85 | 34 | 0 | 19 | 1F | 97 | 25 | 33 |
| Octal | 125 | 261 | 205 | 64 | 0 | 31 | 37 | 227 | 45 | 63 |
| Binary | 1010101 | 10110001 | 10000101 | 110100 | 0 | 11001 | 11111 | 10010111 | 100101 | 110011 |
Color Harmonies of #55B185
Complementary color
Monochromatic Colors of #55B185
Black with #55B185
Text Example
Text Example
White with #55B185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B185; }
p { color: rgb(85,177,133); }
H1.HeaderClassName
{
color: #55B185;
}
.AnyTagClassName
{
color: #55B185;
}
</style>
background-color css
<style>
a { background-color: #55B185; }
a { background-color: rgb(85,177,133); }
div.DivClassName
{
background-color: #55B185;
}
.BgClassName
{
background-color: #55B185;
}
</style>
border-color css
<style>
span { border-color: #55B185; }
span { border-color: rgb(85,177,133); }
td.TdClassName
{
border-color: #55B185;
}
.TagClassName
{
border-color: #55B185;
}
</style>