Shades of Ocean Green #55AD85
Tints of Ocean Green #55AD85
RGB
CMYK
RGB Variations
Color information
#55AD85 (or 0x55AD85) is known color: Ocean Green. HEX triplet: 55, AD and 85. RGB value is (85,173,133). Sum of RGB (Red+Green+Blue) = 85+173+133=391 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.74% from 391); Green value is 173 (67.97% from 255 or 44.25% from 391); Blue value is 133 (52.34% from 255 or 34.02% from 391); Max value from RGB is 173 - color contains mainly: green. Hex color #55AD85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AD85 is #AA527A. Grayscale: #8E8E8E. Windows color (decimal): -11162235 or 8760661. OLE color: 8760661.
HSL color Cylindrical-coordinate representation of color #55AD85: hue angle of 152.73º 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 #55AD85 is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 173 | 133 | - |
| CMYK | 0.51 | 0 | 0.23 | 0.32 |
| HSL | 152.73º | 0.35% | 0.51% | - |
| HSV(B) | 152.73º | 0.51% | 0.68% | - |
| XYZ | 22.92 | 33.51 | 27.45 | - |
| YUV | 142.13 | 122.85 | 87.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 173 | 133 | 0.51 | 0 | 0.23 | 0.32 | 152.73 | 0.35 | 0.51 |
| Hex | 55 | AD | 85 | 33 | 0 | 17 | 20 | 99 | 23 | 33 |
| Octal | 125 | 255 | 205 | 63 | 0 | 27 | 40 | 231 | 43 | 63 |
| Binary | 1010101 | 10101101 | 10000101 | 110011 | 0 | 10111 | 100000 | 10011001 | 100011 | 110011 |
Color Harmonies of #55AD85
Complementary color
Monochromatic Colors of #55AD85
Black with #55AD85
Text Example
Text Example
White with #55AD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AD85; }
p { color: rgb(85,173,133); }
H1.HeaderClassName
{
color: #55AD85;
}
.AnyTagClassName
{
color: #55AD85;
}
</style>
background-color css
<style>
a { background-color: #55AD85; }
a { background-color: rgb(85,173,133); }
div.DivClassName
{
background-color: #55AD85;
}
.BgClassName
{
background-color: #55AD85;
}
</style>
border-color css
<style>
span { border-color: #55AD85; }
span { border-color: rgb(85,173,133); }
td.TdClassName
{
border-color: #55AD85;
}
.TagClassName
{
border-color: #55AD85;
}
</style>