Shades of Ocean Green #55AC74
Tints of Ocean Green #55AC74
RGB
CMYK
RGB Variations
Color information
#55AC74 (or 0x55AC74) is known color: Ocean Green. HEX triplet: 55, AC and 74. RGB value is (85,172,116). Sum of RGB (Red+Green+Blue) = 85+172+116=373 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.79% from 373); Green value is 172 (67.58% from 255 or 46.11% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 172 - color contains mainly: green. Hex color #55AC74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AC74 is #AA538B. Grayscale: #8B8B8B. Windows color (decimal): -11162508 or 7646293. OLE color: 7646293.
HSL color Cylindrical-coordinate representation of color #55AC74: hue angle of 141.38º 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 #55AC74 is Cyan = 0.51, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 172 | 116 | - |
| CMYK | 0.51 | 0 | 0.33 | 0.33 |
| HSL | 141.38º | 0.34% | 0.5% | - |
| HSV(B) | 141.38º | 0.51% | 0.67% | - |
| XYZ | 21.65 | 32.7 | 21.69 | - |
| YUV | 139.6 | 114.68 | 89.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 172 | 116 | 0.51 | 0 | 0.33 | 0.33 | 141.38 | 0.34 | 0.5 |
| Hex | 55 | AC | 74 | 33 | 0 | 21 | 21 | 8D | 22 | 32 |
| Octal | 125 | 254 | 164 | 63 | 0 | 41 | 41 | 215 | 42 | 62 |
| Binary | 1010101 | 10101100 | 1110100 | 110011 | 0 | 100001 | 100001 | 10001101 | 100010 | 110010 |
Color Harmonies of #55AC74
Complementary color
Monochromatic Colors of #55AC74
Black with #55AC74
Text Example
Text Example
White with #55AC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AC74; }
p { color: rgb(85,172,116); }
H1.HeaderClassName
{
color: #55AC74;
}
.AnyTagClassName
{
color: #55AC74;
}
</style>
background-color css
<style>
a { background-color: #55AC74; }
a { background-color: rgb(85,172,116); }
div.DivClassName
{
background-color: #55AC74;
}
.BgClassName
{
background-color: #55AC74;
}
</style>
border-color css
<style>
span { border-color: #55AC74; }
span { border-color: rgb(85,172,116); }
td.TdClassName
{
border-color: #55AC74;
}
.TagClassName
{
border-color: #55AC74;
}
</style>