Shades of Ocean Green #55B270
Tints of Ocean Green #55B270
RGB
CMYK
RGB Variations
Color information
#55B270 (or 0x55B270) is known color: Ocean Green. HEX triplet: 55, B2 and 70. RGB value is (85,178,112). Sum of RGB (Red+Green+Blue) = 85+178+112=375 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.67% from 375); Green value is 178 (69.92% from 255 or 47.47% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 178 - color contains mainly: green. Hex color #55B270 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55B270 is #AA4D8F. Grayscale: #8E8E8E. Windows color (decimal): -11160976 or 7385685. OLE color: 7385685.
HSL color Cylindrical-coordinate representation of color #55B270: hue angle of 137.42º 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 #55B270 is Cyan = 0.52, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 85 | 178 | 112 | - |
| CMYK | 0.52 | 0 | 0.37 | 0.30 |
| HSL | 137.42º | 0.38% | 0.52% | - |
| HSV(B) | 137.42º | 0.52% | 0.7% | - |
| XYZ | 22.59 | 34.94 | 20.88 | - |
| YUV | 142.67 | 110.69 | 86.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 178 | 112 | 0.52 | 0 | 0.37 | 0.30 | 137.42 | 0.38 | 0.52 |
| Hex | 55 | B2 | 70 | 34 | 0 | 25 | 1E | 89 | 26 | 34 |
| Octal | 125 | 262 | 160 | 64 | 0 | 45 | 36 | 211 | 46 | 64 |
| Binary | 1010101 | 10110010 | 1110000 | 110100 | 0 | 100101 | 11110 | 10001001 | 100110 | 110100 |
Color Harmonies of #55B270
Complementary color
Monochromatic Colors of #55B270
Black with #55B270
Text Example
Text Example
White with #55B270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B270; }
p { color: rgb(85,178,112); }
H1.HeaderClassName
{
color: #55B270;
}
.AnyTagClassName
{
color: #55B270;
}
</style>
background-color css
<style>
a { background-color: #55B270; }
a { background-color: rgb(85,178,112); }
div.DivClassName
{
background-color: #55B270;
}
.BgClassName
{
background-color: #55B270;
}
</style>
border-color css
<style>
span { border-color: #55B270; }
span { border-color: rgb(85,178,112); }
td.TdClassName
{
border-color: #55B270;
}
.TagClassName
{
border-color: #55B270;
}
</style>