Shades of Ocean Green #55A871
Tints of Ocean Green #55A871
RGB
CMYK
RGB Variations
Color information
#55A871 (or 0x55A871) is known color: Ocean Green. HEX triplet: 55, A8 and 71. RGB value is (85,168,113). Sum of RGB (Red+Green+Blue) = 85+168+113=366 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.22% from 366); Green value is 168 (66.02% from 255 or 45.90% from 366); Blue value is 113 (44.53% from 255 or 30.87% from 366); Max value from RGB is 168 - color contains mainly: green. Hex color #55A871 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A871 is #AA578E. Grayscale: #898989. Windows color (decimal): -11163535 or 7448661. OLE color: 7448661.
HSL color Cylindrical-coordinate representation of color #55A871: hue angle of 140.24º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #55A871 is Cyan = 0.49, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 85 | 168 | 113 | - |
| CMYK | 0.49 | 0 | 0.33 | 0.34 |
| HSL | 140.24º | 0.33% | 0.5% | - |
| HSV(B) | 140.24º | 0.49% | 0.66% | - |
| XYZ | 20.73 | 31.13 | 20.54 | - |
| YUV | 136.91 | 114.5 | 90.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 168 | 113 | 0.49 | 0 | 0.33 | 0.34 | 140.24 | 0.33 | 0.5 |
| Hex | 55 | A8 | 71 | 31 | 0 | 21 | 22 | 8C | 21 | 32 |
| Octal | 125 | 250 | 161 | 61 | 0 | 41 | 42 | 214 | 41 | 62 |
| Binary | 1010101 | 10101000 | 1110001 | 110001 | 0 | 100001 | 100010 | 10001100 | 100001 | 110010 |
Color Harmonies of #55A871
Complementary color
Monochromatic Colors of #55A871
Black with #55A871
Text Example
Text Example
White with #55A871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A871; }
p { color: rgb(85,168,113); }
H1.HeaderClassName
{
color: #55A871;
}
.AnyTagClassName
{
color: #55A871;
}
</style>
background-color css
<style>
a { background-color: #55A871; }
a { background-color: rgb(85,168,113); }
div.DivClassName
{
background-color: #55A871;
}
.BgClassName
{
background-color: #55A871;
}
</style>
border-color css
<style>
span { border-color: #55A871; }
span { border-color: rgb(85,168,113); }
td.TdClassName
{
border-color: #55A871;
}
.TagClassName
{
border-color: #55A871;
}
</style>