Shades of Ocean Green #55AC6D
Tints of Ocean Green #55AC6D
RGB
CMYK
RGB Variations
Color information
#55AC6D (or 0x55AC6D) is known color: Ocean Green. HEX triplet: 55, AC and 6D. RGB value is (85,172,109). Sum of RGB (Red+Green+Blue) = 85+172+109=366 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.22% from 366); Green value is 172 (67.58% from 255 or 46.99% from 366); Blue value is 109 (42.97% from 255 or 29.78% from 366); Max value from RGB is 172 - color contains mainly: green. Hex color #55AC6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AC6D is #AA5392. Grayscale: #8A8A8A. Windows color (decimal): -11162515 or 7187541. OLE color: 7187541.
HSL color Cylindrical-coordinate representation of color #55AC6D: hue angle of 136.55º 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 #55AC6D is Cyan = 0.51, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 172 | 109 | - |
| CMYK | 0.51 | 0 | 0.37 | 0.33 |
| HSL | 136.55º | 0.34% | 0.5% | - |
| HSV(B) | 136.55º | 0.51% | 0.67% | - |
| XYZ | 21.26 | 32.54 | 19.63 | - |
| YUV | 138.81 | 111.18 | 89.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 172 | 109 | 0.51 | 0 | 0.37 | 0.33 | 136.55 | 0.34 | 0.5 |
| Hex | 55 | AC | 6D | 33 | 0 | 25 | 21 | 89 | 22 | 32 |
| Octal | 125 | 254 | 155 | 63 | 0 | 45 | 41 | 211 | 42 | 62 |
| Binary | 1010101 | 10101100 | 1101101 | 110011 | 0 | 100101 | 100001 | 10001001 | 100010 | 110010 |
Color Harmonies of #55AC6D
Complementary color
Monochromatic Colors of #55AC6D
Black with #55AC6D
Text Example
Text Example
White with #55AC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AC6D; }
p { color: rgb(85,172,109); }
H1.HeaderClassName
{
color: #55AC6D;
}
.AnyTagClassName
{
color: #55AC6D;
}
</style>
background-color css
<style>
a { background-color: #55AC6D; }
a { background-color: rgb(85,172,109); }
div.DivClassName
{
background-color: #55AC6D;
}
.BgClassName
{
background-color: #55AC6D;
}
</style>
border-color css
<style>
span { border-color: #55AC6D; }
span { border-color: rgb(85,172,109); }
td.TdClassName
{
border-color: #55AC6D;
}
.TagClassName
{
border-color: #55AC6D;
}
</style>