Shades of Ocean Green #55AD84
Tints of Ocean Green #55AD84
RGB
CMYK
RGB Variations
Color information
#55AD84 (or 0x55AD84) is known color: Ocean Green. HEX triplet: 55, AD and 84. RGB value is (85,173,132). Sum of RGB (Red+Green+Blue) = 85+173+132=390 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.79% from 390); Green value is 173 (67.97% from 255 or 44.36% from 390); Blue value is 132 (51.95% from 255 or 33.85% from 390); Max value from RGB is 173 - color contains mainly: green. Hex color #55AD84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AD84 is #AA527B. Grayscale: #8E8E8E. Windows color (decimal): -11162236 or 8695125. OLE color: 8695125.
HSL color Cylindrical-coordinate representation of color #55AD84: hue angle of 152.05º 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 #55AD84 is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 173 | 132 | - |
| CMYK | 0.51 | 0 | 0.24 | 0.32 |
| HSL | 152.05º | 0.35% | 0.51% | - |
| HSV(B) | 152.05º | 0.51% | 0.68% | - |
| XYZ | 22.85 | 33.48 | 27.09 | - |
| YUV | 142.01 | 122.35 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 173 | 132 | 0.51 | 0 | 0.24 | 0.32 | 152.05 | 0.35 | 0.51 |
| Hex | 55 | AD | 84 | 33 | 0 | 18 | 20 | 98 | 23 | 33 |
| Octal | 125 | 255 | 204 | 63 | 0 | 30 | 40 | 230 | 43 | 63 |
| Binary | 1010101 | 10101101 | 10000100 | 110011 | 0 | 11000 | 100000 | 10011000 | 100011 | 110011 |
Color Harmonies of #55AD84
Complementary color
Monochromatic Colors of #55AD84
Black with #55AD84
Text Example
Text Example
White with #55AD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AD84; }
p { color: rgb(85,173,132); }
H1.HeaderClassName
{
color: #55AD84;
}
.AnyTagClassName
{
color: #55AD84;
}
</style>
background-color css
<style>
a { background-color: #55AD84; }
a { background-color: rgb(85,173,132); }
div.DivClassName
{
background-color: #55AD84;
}
.BgClassName
{
background-color: #55AD84;
}
</style>
border-color css
<style>
span { border-color: #55AD84; }
span { border-color: rgb(85,173,132); }
td.TdClassName
{
border-color: #55AD84;
}
.TagClassName
{
border-color: #55AD84;
}
</style>