Shades of Ocean Green #55AC7C
Tints of Ocean Green #55AC7C
RGB
CMYK
RGB Variations
Color information
#55AC7C (or 0x55AC7C) is known color: Ocean Green. HEX triplet: 55, AC and 7C. RGB value is (85,172,124). Sum of RGB (Red+Green+Blue) = 85+172+124=381 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.31% from 381); Green value is 172 (67.58% from 255 or 45.14% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 172 - color contains mainly: green. Hex color #55AC7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AC7C is #AA5383. Grayscale: #8C8C8C. Windows color (decimal): -11162500 or 8170581. OLE color: 8170581.
HSL color Cylindrical-coordinate representation of color #55AC7C: hue angle of 146.9º 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 #55AC7C is Cyan = 0.51, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 172 | 124 | - |
| CMYK | 0.51 | 0 | 0.28 | 0.33 |
| HSL | 146.9º | 0.34% | 0.5% | - |
| HSV(B) | 146.9º | 0.51% | 0.67% | - |
| XYZ | 22.14 | 32.89 | 24.25 | - |
| YUV | 140.52 | 118.68 | 88.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 172 | 124 | 0.51 | 0 | 0.28 | 0.33 | 146.9 | 0.34 | 0.5 |
| Hex | 55 | AC | 7C | 33 | 0 | 1C | 21 | 93 | 22 | 32 |
| Octal | 125 | 254 | 174 | 63 | 0 | 34 | 41 | 223 | 42 | 62 |
| Binary | 1010101 | 10101100 | 1111100 | 110011 | 0 | 11100 | 100001 | 10010011 | 100010 | 110010 |
Color Harmonies of #55AC7C
Complementary color
Monochromatic Colors of #55AC7C
Black with #55AC7C
Text Example
Text Example
White with #55AC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AC7C; }
p { color: rgb(85,172,124); }
H1.HeaderClassName
{
color: #55AC7C;
}
.AnyTagClassName
{
color: #55AC7C;
}
</style>
background-color css
<style>
a { background-color: #55AC7C; }
a { background-color: rgb(85,172,124); }
div.DivClassName
{
background-color: #55AC7C;
}
.BgClassName
{
background-color: #55AC7C;
}
</style>
border-color css
<style>
span { border-color: #55AC7C; }
span { border-color: rgb(85,172,124); }
td.TdClassName
{
border-color: #55AC7C;
}
.TagClassName
{
border-color: #55AC7C;
}
</style>