Shades of Ocean Green #55AD7A
Tints of Ocean Green #55AD7A
RGB
CMYK
RGB Variations
Color information
#55AD7A (or 0x55AD7A) is known color: Ocean Green. HEX triplet: 55, AD and 7A. RGB value is (85,173,122). Sum of RGB (Red+Green+Blue) = 85+173+122=380 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.37% from 380); Green value is 173 (67.97% from 255 or 45.53% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 173 - color contains mainly: green. Hex color #55AD7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AD7A is #AA5285. Grayscale: #8C8C8C. Windows color (decimal): -11162246 or 8039765. OLE color: 8039765.
HSL color Cylindrical-coordinate representation of color #55AD7A: hue angle of 145.23º 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 #55AD7A is Cyan = 0.51, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 173 | 122 | - |
| CMYK | 0.51 | 0 | 0.29 | 0.32 |
| HSL | 145.23º | 0.35% | 0.51% | - |
| HSV(B) | 145.23º | 0.51% | 0.68% | - |
| XYZ | 22.2 | 33.22 | 23.65 | - |
| YUV | 140.87 | 117.35 | 88.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 173 | 122 | 0.51 | 0 | 0.29 | 0.32 | 145.23 | 0.35 | 0.51 |
| Hex | 55 | AD | 7A | 33 | 0 | 1D | 20 | 91 | 23 | 33 |
| Octal | 125 | 255 | 172 | 63 | 0 | 35 | 40 | 221 | 43 | 63 |
| Binary | 1010101 | 10101101 | 1111010 | 110011 | 0 | 11101 | 100000 | 10010001 | 100011 | 110011 |
Color Harmonies of #55AD7A
Complementary color
Monochromatic Colors of #55AD7A
Black with #55AD7A
Text Example
Text Example
White with #55AD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AD7A; }
p { color: rgb(85,173,122); }
H1.HeaderClassName
{
color: #55AD7A;
}
.AnyTagClassName
{
color: #55AD7A;
}
</style>
background-color css
<style>
a { background-color: #55AD7A; }
a { background-color: rgb(85,173,122); }
div.DivClassName
{
background-color: #55AD7A;
}
.BgClassName
{
background-color: #55AD7A;
}
</style>
border-color css
<style>
span { border-color: #55AD7A; }
span { border-color: rgb(85,173,122); }
td.TdClassName
{
border-color: #55AD7A;
}
.TagClassName
{
border-color: #55AD7A;
}
</style>