Shades of Ocean Green #55AC77
Tints of Ocean Green #55AC77
RGB
CMYK
RGB Variations
Color information
#55AC77 (or 0x55AC77) is known color: Ocean Green. HEX triplet: 55, AC and 77. RGB value is (85,172,119). Sum of RGB (Red+Green+Blue) = 85+172+119=376 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.61% from 376); Green value is 172 (67.58% from 255 or 45.74% from 376); Blue value is 119 (46.88% from 255 or 31.65% from 376); Max value from RGB is 172 - color contains mainly: green. Hex color #55AC77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AC77 is #AA5388. Grayscale: #8C8C8C. Windows color (decimal): -11162505 or 7842901. OLE color: 7842901.
HSL color Cylindrical-coordinate representation of color #55AC77: hue angle of 143.45º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55AC77 is Cyan = 0.51, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 172 | 119 | - |
| CMYK | 0.51 | 0 | 0.31 | 0.33 |
| HSL | 143.45º | 0.34% | 0.5% | - |
| HSV(B) | 143.45º | 0.51% | 0.67% | - |
| XYZ | 21.83 | 32.77 | 22.63 | - |
| YUV | 139.95 | 116.18 | 88.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 172 | 119 | 0.51 | 0 | 0.31 | 0.33 | 143.45 | 0.34 | 0.5 |
| Hex | 55 | AC | 77 | 33 | 0 | 1F | 21 | 8F | 22 | 32 |
| Octal | 125 | 254 | 167 | 63 | 0 | 37 | 41 | 217 | 42 | 62 |
| Binary | 1010101 | 10101100 | 1110111 | 110011 | 0 | 11111 | 100001 | 10001111 | 100010 | 110010 |
Color Harmonies of #55AC77
Complementary color
Monochromatic Colors of #55AC77
Black with #55AC77
Text Example
Text Example
White with #55AC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AC77; }
p { color: rgb(85,172,119); }
H1.HeaderClassName
{
color: #55AC77;
}
.AnyTagClassName
{
color: #55AC77;
}
</style>
background-color css
<style>
a { background-color: #55AC77; }
a { background-color: rgb(85,172,119); }
div.DivClassName
{
background-color: #55AC77;
}
.BgClassName
{
background-color: #55AC77;
}
</style>
border-color css
<style>
span { border-color: #55AC77; }
span { border-color: rgb(85,172,119); }
td.TdClassName
{
border-color: #55AC77;
}
.TagClassName
{
border-color: #55AC77;
}
</style>