Shades of Ocean Green #55B175
Tints of Ocean Green #55B175
RGB
CMYK
RGB Variations
Color information
#55B175 (or 0x55B175) is known color: Ocean Green. HEX triplet: 55, B1 and 75. RGB value is (85,177,117). Sum of RGB (Red+Green+Blue) = 85+177+117=379 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.43% from 379); Green value is 177 (69.53% from 255 or 46.70% from 379); Blue value is 117 (46.09% from 255 or 30.87% from 379); Max value from RGB is 177 - color contains mainly: green. Hex color #55B175 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55B175 is #AA4E8A. Grayscale: #8E8E8E. Windows color (decimal): -11161227 or 7713109. OLE color: 7713109.
HSL color Cylindrical-coordinate representation of color #55B175: hue angle of 140.87º 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 #55B175 is Cyan = 0.52, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 177 | 117 | - |
| CMYK | 0.52 | 0 | 0.34 | 0.31 |
| HSL | 140.87º | 0.37% | 0.51% | - |
| HSV(B) | 140.87º | 0.52% | 0.69% | - |
| XYZ | 22.68 | 34.66 | 22.32 | - |
| YUV | 142.65 | 113.52 | 86.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 177 | 117 | 0.52 | 0 | 0.34 | 0.31 | 140.87 | 0.37 | 0.51 |
| Hex | 55 | B1 | 75 | 34 | 0 | 22 | 1F | 8D | 25 | 33 |
| Octal | 125 | 261 | 165 | 64 | 0 | 42 | 37 | 215 | 45 | 63 |
| Binary | 1010101 | 10110001 | 1110101 | 110100 | 0 | 100010 | 11111 | 10001101 | 100101 | 110011 |
Color Harmonies of #55B175
Complementary color
Monochromatic Colors of #55B175
Black with #55B175
Text Example
Text Example
White with #55B175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B175; }
p { color: rgb(85,177,117); }
H1.HeaderClassName
{
color: #55B175;
}
.AnyTagClassName
{
color: #55B175;
}
</style>
background-color css
<style>
a { background-color: #55B175; }
a { background-color: rgb(85,177,117); }
div.DivClassName
{
background-color: #55B175;
}
.BgClassName
{
background-color: #55B175;
}
</style>
border-color css
<style>
span { border-color: #55B175; }
span { border-color: rgb(85,177,117); }
td.TdClassName
{
border-color: #55B175;
}
.TagClassName
{
border-color: #55B175;
}
</style>