Shades of Ocean Green #55AC7A
Tints of Ocean Green #55AC7A
RGB
CMYK
RGB Variations
Color information
#55AC7A (or 0x55AC7A) is known color: Ocean Green. HEX triplet: 55, AC and 7A. RGB value is (85,172,122). Sum of RGB (Red+Green+Blue) = 85+172+122=379 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.43% from 379); Green value is 172 (67.58% from 255 or 45.38% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 172 - color contains mainly: green. Hex color #55AC7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AC7A is #AA5385. Grayscale: #8C8C8C. Windows color (decimal): -11162502 or 8039509. OLE color: 8039509.
HSL color Cylindrical-coordinate representation of color #55AC7A: hue angle of 145.52º 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 #55AC7A is Cyan = 0.51, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 172 | 122 | - |
| CMYK | 0.51 | 0 | 0.29 | 0.33 |
| HSL | 145.52º | 0.34% | 0.5% | - |
| HSV(B) | 145.52º | 0.51% | 0.67% | - |
| XYZ | 22.01 | 32.84 | 23.59 | - |
| YUV | 140.29 | 117.68 | 88.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 172 | 122 | 0.51 | 0 | 0.29 | 0.33 | 145.52 | 0.34 | 0.5 |
| Hex | 55 | AC | 7A | 33 | 0 | 1D | 21 | 92 | 22 | 32 |
| Octal | 125 | 254 | 172 | 63 | 0 | 35 | 41 | 222 | 42 | 62 |
| Binary | 1010101 | 10101100 | 1111010 | 110011 | 0 | 11101 | 100001 | 10010010 | 100010 | 110010 |
Color Harmonies of #55AC7A
Complementary color
Monochromatic Colors of #55AC7A
Black with #55AC7A
Text Example
Text Example
White with #55AC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AC7A; }
p { color: rgb(85,172,122); }
H1.HeaderClassName
{
color: #55AC7A;
}
.AnyTagClassName
{
color: #55AC7A;
}
</style>
background-color css
<style>
a { background-color: #55AC7A; }
a { background-color: rgb(85,172,122); }
div.DivClassName
{
background-color: #55AC7A;
}
.BgClassName
{
background-color: #55AC7A;
}
</style>
border-color css
<style>
span { border-color: #55AC7A; }
span { border-color: rgb(85,172,122); }
td.TdClassName
{
border-color: #55AC7A;
}
.TagClassName
{
border-color: #55AC7A;
}
</style>