Shades of Ocean Green #55AC7D
Tints of Ocean Green #55AC7D
RGB
CMYK
RGB Variations
Color information
#55AC7D (or 0x55AC7D) is known color: Ocean Green. HEX triplet: 55, AC and 7D. RGB value is (85,172,125). Sum of RGB (Red+Green+Blue) = 85+172+125=382 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.25% from 382); Green value is 172 (67.58% from 255 or 45.03% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 172 - color contains mainly: green. Hex color #55AC7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AC7D is #AA5382. Grayscale: #8C8C8C. Windows color (decimal): -11162499 or 8236117. OLE color: 8236117.
HSL color Cylindrical-coordinate representation of color #55AC7D: hue angle of 147.59º 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 #55AC7D is Cyan = 0.51, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 172 | 125 | - |
| CMYK | 0.51 | 0 | 0.27 | 0.33 |
| HSL | 147.59º | 0.34% | 0.5% | - |
| HSV(B) | 147.59º | 0.51% | 0.67% | - |
| XYZ | 22.2 | 32.92 | 24.59 | - |
| YUV | 140.63 | 119.18 | 88.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 172 | 125 | 0.51 | 0 | 0.27 | 0.33 | 147.59 | 0.34 | 0.5 |
| Hex | 55 | AC | 7D | 33 | 0 | 1B | 21 | 94 | 22 | 32 |
| Octal | 125 | 254 | 175 | 63 | 0 | 33 | 41 | 224 | 42 | 62 |
| Binary | 1010101 | 10101100 | 1111101 | 110011 | 0 | 11011 | 100001 | 10010100 | 100010 | 110010 |
Color Harmonies of #55AC7D
Complementary color
Monochromatic Colors of #55AC7D
Black with #55AC7D
Text Example
Text Example
White with #55AC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AC7D; }
p { color: rgb(85,172,125); }
H1.HeaderClassName
{
color: #55AC7D;
}
.AnyTagClassName
{
color: #55AC7D;
}
</style>
background-color css
<style>
a { background-color: #55AC7D; }
a { background-color: rgb(85,172,125); }
div.DivClassName
{
background-color: #55AC7D;
}
.BgClassName
{
background-color: #55AC7D;
}
</style>
border-color css
<style>
span { border-color: #55AC7D; }
span { border-color: rgb(85,172,125); }
td.TdClassName
{
border-color: #55AC7D;
}
.TagClassName
{
border-color: #55AC7D;
}
</style>