Shades of Ocean Green #55AD83
Tints of Ocean Green #55AD83
RGB
CMYK
RGB Variations
Color information
#55AD83 (or 0x55AD83) is known color: Ocean Green. HEX triplet: 55, AD and 83. RGB value is (85,173,131). Sum of RGB (Red+Green+Blue) = 85+173+131=389 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.85% from 389); Green value is 173 (67.97% from 255 or 44.47% from 389); Blue value is 131 (51.56% from 255 or 33.68% from 389); Max value from RGB is 173 - color contains mainly: green. Hex color #55AD83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AD83 is #AA527C. Grayscale: #8D8D8D. Windows color (decimal): -11162237 or 8629589. OLE color: 8629589.
HSL color Cylindrical-coordinate representation of color #55AD83: hue angle of 151.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 #55AD83 is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 173 | 131 | - |
| CMYK | 0.51 | 0 | 0.24 | 0.32 |
| HSL | 151.36º | 0.35% | 0.51% | - |
| HSV(B) | 151.36º | 0.51% | 0.68% | - |
| XYZ | 22.79 | 33.46 | 26.73 | - |
| YUV | 141.9 | 121.85 | 87.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 173 | 131 | 0.51 | 0 | 0.24 | 0.32 | 151.36 | 0.35 | 0.51 |
| Hex | 55 | AD | 83 | 33 | 0 | 18 | 20 | 97 | 23 | 33 |
| Octal | 125 | 255 | 203 | 63 | 0 | 30 | 40 | 227 | 43 | 63 |
| Binary | 1010101 | 10101101 | 10000011 | 110011 | 0 | 11000 | 100000 | 10010111 | 100011 | 110011 |
Color Harmonies of #55AD83
Complementary color
Monochromatic Colors of #55AD83
Black with #55AD83
Text Example
Text Example
White with #55AD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AD83; }
p { color: rgb(85,173,131); }
H1.HeaderClassName
{
color: #55AD83;
}
.AnyTagClassName
{
color: #55AD83;
}
</style>
background-color css
<style>
a { background-color: #55AD83; }
a { background-color: rgb(85,173,131); }
div.DivClassName
{
background-color: #55AD83;
}
.BgClassName
{
background-color: #55AD83;
}
</style>
border-color css
<style>
span { border-color: #55AD83; }
span { border-color: rgb(85,173,131); }
td.TdClassName
{
border-color: #55AD83;
}
.TagClassName
{
border-color: #55AD83;
}
</style>