Shades of Ocean Green #55B275
Tints of Ocean Green #55B275
RGB
CMYK
RGB Variations
Color information
#55B275 (or 0x55B275) is known color: Ocean Green. HEX triplet: 55, B2 and 75. RGB value is (85,178,117). Sum of RGB (Red+Green+Blue) = 85+178+117=380 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.37% from 380); Green value is 178 (69.92% from 255 or 46.84% from 380); Blue value is 117 (46.09% from 255 or 30.79% from 380); Max value from RGB is 178 - color contains mainly: green. Hex color #55B275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55B275 is #AA4D8A. Grayscale: #8F8F8F. Windows color (decimal): -11160971 or 7713365. OLE color: 7713365.
HSL color Cylindrical-coordinate representation of color #55B275: hue angle of 140.65º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #55B275 is Cyan = 0.52, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 85 | 178 | 117 | - |
| CMYK | 0.52 | 0 | 0.34 | 0.30 |
| HSL | 140.65º | 0.38% | 0.52% | - |
| HSV(B) | 140.65º | 0.52% | 0.7% | - |
| XYZ | 22.88 | 35.06 | 22.39 | - |
| YUV | 143.24 | 113.19 | 86.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 178 | 117 | 0.52 | 0 | 0.34 | 0.30 | 140.65 | 0.38 | 0.52 |
| Hex | 55 | B2 | 75 | 34 | 0 | 22 | 1E | 8D | 26 | 34 |
| Octal | 125 | 262 | 165 | 64 | 0 | 42 | 36 | 215 | 46 | 64 |
| Binary | 1010101 | 10110010 | 1110101 | 110100 | 0 | 100010 | 11110 | 10001101 | 100110 | 110100 |
Color Harmonies of #55B275
Complementary color
Monochromatic Colors of #55B275
Black with #55B275
Text Example
Text Example
White with #55B275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B275; }
p { color: rgb(85,178,117); }
H1.HeaderClassName
{
color: #55B275;
}
.AnyTagClassName
{
color: #55B275;
}
</style>
background-color css
<style>
a { background-color: #55B275; }
a { background-color: rgb(85,178,117); }
div.DivClassName
{
background-color: #55B275;
}
.BgClassName
{
background-color: #55B275;
}
</style>
border-color css
<style>
span { border-color: #55B275; }
span { border-color: rgb(85,178,117); }
td.TdClassName
{
border-color: #55B275;
}
.TagClassName
{
border-color: #55B275;
}
</style>