Shades of Ocean Green #55AD6D
Tints of Ocean Green #55AD6D
RGB
CMYK
RGB Variations
Color information
#55AD6D (or 0x55AD6D) is known color: Ocean Green. HEX triplet: 55, AD and 6D. RGB value is (85,173,109). Sum of RGB (Red+Green+Blue) = 85+173+109=367 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.16% from 367); Green value is 173 (67.97% from 255 or 47.14% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 173 - color contains mainly: green. Hex color #55AD6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AD6D is #AA5292. Grayscale: #8B8B8B. Windows color (decimal): -11162259 or 7187797. OLE color: 7187797.
HSL color Cylindrical-coordinate representation of color #55AD6D: hue angle of 136.36º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55AD6D is Cyan = 0.51, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 173 | 109 | - |
| CMYK | 0.51 | 0 | 0.37 | 0.32 |
| HSL | 136.36º | 0.35% | 0.51% | - |
| HSV(B) | 136.36º | 0.51% | 0.68% | - |
| XYZ | 21.45 | 32.92 | 19.69 | - |
| YUV | 139.39 | 110.85 | 89.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 173 | 109 | 0.51 | 0 | 0.37 | 0.32 | 136.36 | 0.35 | 0.51 |
| Hex | 55 | AD | 6D | 33 | 0 | 25 | 20 | 88 | 23 | 33 |
| Octal | 125 | 255 | 155 | 63 | 0 | 45 | 40 | 210 | 43 | 63 |
| Binary | 1010101 | 10101101 | 1101101 | 110011 | 0 | 100101 | 100000 | 10001000 | 100011 | 110011 |
Color Harmonies of #55AD6D
Complementary color
Monochromatic Colors of #55AD6D
Black with #55AD6D
Text Example
Text Example
White with #55AD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AD6D; }
p { color: rgb(85,173,109); }
H1.HeaderClassName
{
color: #55AD6D;
}
.AnyTagClassName
{
color: #55AD6D;
}
</style>
background-color css
<style>
a { background-color: #55AD6D; }
a { background-color: rgb(85,173,109); }
div.DivClassName
{
background-color: #55AD6D;
}
.BgClassName
{
background-color: #55AD6D;
}
</style>
border-color css
<style>
span { border-color: #55AD6D; }
span { border-color: rgb(85,173,109); }
td.TdClassName
{
border-color: #55AD6D;
}
.TagClassName
{
border-color: #55AD6D;
}
</style>