Shades of Ocean Green #55B276
Tints of Ocean Green #55B276
RGB
CMYK
RGB Variations
Color information
#55B276 (or 0x55B276) is known color: Ocean Green. HEX triplet: 55, B2 and 76. RGB value is (85,178,118). Sum of RGB (Red+Green+Blue) = 85+178+118=381 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.31% from 381); Green value is 178 (69.92% from 255 or 46.72% from 381); Blue value is 118 (46.48% from 255 or 30.97% from 381); Max value from RGB is 178 - color contains mainly: green. Hex color #55B276 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55B276 is #AA4D89. Grayscale: #8F8F8F. Windows color (decimal): -11160970 or 7778901. OLE color: 7778901.
HSL color Cylindrical-coordinate representation of color #55B276: hue angle of 141.29º 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 #55B276 is Cyan = 0.52, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 85 | 178 | 118 | - |
| CMYK | 0.52 | 0 | 0.34 | 0.30 |
| HSL | 141.29º | 0.38% | 0.52% | - |
| HSV(B) | 141.29º | 0.52% | 0.7% | - |
| XYZ | 22.94 | 35.08 | 22.7 | - |
| YUV | 143.35 | 113.69 | 86.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 178 | 118 | 0.52 | 0 | 0.34 | 0.30 | 141.29 | 0.38 | 0.52 |
| Hex | 55 | B2 | 76 | 34 | 0 | 22 | 1E | 8D | 26 | 34 |
| Octal | 125 | 262 | 166 | 64 | 0 | 42 | 36 | 215 | 46 | 64 |
| Binary | 1010101 | 10110010 | 1110110 | 110100 | 0 | 100010 | 11110 | 10001101 | 100110 | 110100 |
Color Harmonies of #55B276
Complementary color
Monochromatic Colors of #55B276
Black with #55B276
Text Example
Text Example
White with #55B276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B276; }
p { color: rgb(85,178,118); }
H1.HeaderClassName
{
color: #55B276;
}
.AnyTagClassName
{
color: #55B276;
}
</style>
background-color css
<style>
a { background-color: #55B276; }
a { background-color: rgb(85,178,118); }
div.DivClassName
{
background-color: #55B276;
}
.BgClassName
{
background-color: #55B276;
}
</style>
border-color css
<style>
span { border-color: #55B276; }
span { border-color: rgb(85,178,118); }
td.TdClassName
{
border-color: #55B276;
}
.TagClassName
{
border-color: #55B276;
}
</style>