Shades of Ocean Green #55AD74
Tints of Ocean Green #55AD74
RGB
CMYK
RGB Variations
Color information
#55AD74 (or 0x55AD74) is known color: Ocean Green. HEX triplet: 55, AD and 74. RGB value is (85,173,116). Sum of RGB (Red+Green+Blue) = 85+173+116=374 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.73% from 374); Green value is 173 (67.97% from 255 or 46.26% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 173 - color contains mainly: green. Hex color #55AD74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AD74 is #AA528B. Grayscale: #8C8C8C. Windows color (decimal): -11162252 or 7646549. OLE color: 7646549.
HSL color Cylindrical-coordinate representation of color #55AD74: hue angle of 141.14º 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 #55AD74 is Cyan = 0.51, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 173 | 116 | - |
| CMYK | 0.51 | 0 | 0.33 | 0.32 |
| HSL | 141.14º | 0.35% | 0.51% | - |
| HSV(B) | 141.14º | 0.51% | 0.68% | - |
| XYZ | 21.84 | 33.08 | 21.76 | - |
| YUV | 140.19 | 114.35 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 173 | 116 | 0.51 | 0 | 0.33 | 0.32 | 141.14 | 0.35 | 0.51 |
| Hex | 55 | AD | 74 | 33 | 0 | 21 | 20 | 8D | 23 | 33 |
| Octal | 125 | 255 | 164 | 63 | 0 | 41 | 40 | 215 | 43 | 63 |
| Binary | 1010101 | 10101101 | 1110100 | 110011 | 0 | 100001 | 100000 | 10001101 | 100011 | 110011 |
Color Harmonies of #55AD74
Complementary color
Monochromatic Colors of #55AD74
Black with #55AD74
Text Example
Text Example
White with #55AD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AD74; }
p { color: rgb(85,173,116); }
H1.HeaderClassName
{
color: #55AD74;
}
.AnyTagClassName
{
color: #55AD74;
}
</style>
background-color css
<style>
a { background-color: #55AD74; }
a { background-color: rgb(85,173,116); }
div.DivClassName
{
background-color: #55AD74;
}
.BgClassName
{
background-color: #55AD74;
}
</style>
border-color css
<style>
span { border-color: #55AD74; }
span { border-color: rgb(85,173,116); }
td.TdClassName
{
border-color: #55AD74;
}
.TagClassName
{
border-color: #55AD74;
}
</style>