Shades of Ocean Green #55AC84
Tints of Ocean Green #55AC84
RGB
CMYK
RGB Variations
Color information
#55AC84 (or 0x55AC84) is known color: Ocean Green. HEX triplet: 55, AC and 84. RGB value is (85,172,132). Sum of RGB (Red+Green+Blue) = 85+172+132=389 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.85% from 389); Green value is 172 (67.58% from 255 or 44.22% from 389); Blue value is 132 (51.95% from 255 or 33.93% from 389); Max value from RGB is 172 - color contains mainly: green. Hex color #55AC84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AC84 is #AA537B. Grayscale: #8D8D8D. Windows color (decimal): -11162492 or 8694869. OLE color: 8694869.
HSL color Cylindrical-coordinate representation of color #55AC84: hue angle of 152.41º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55AC84 is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 172 | 132 | - |
| CMYK | 0.51 | 0 | 0.23 | 0.33 |
| HSL | 152.41º | 0.34% | 0.5% | - |
| HSV(B) | 152.41º | 0.51% | 0.67% | - |
| XYZ | 22.66 | 33.1 | 27.02 | - |
| YUV | 141.43 | 122.68 | 87.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 172 | 132 | 0.51 | 0 | 0.23 | 0.33 | 152.41 | 0.34 | 0.5 |
| Hex | 55 | AC | 84 | 33 | 0 | 17 | 21 | 98 | 22 | 32 |
| Octal | 125 | 254 | 204 | 63 | 0 | 27 | 41 | 230 | 42 | 62 |
| Binary | 1010101 | 10101100 | 10000100 | 110011 | 0 | 10111 | 100001 | 10011000 | 100010 | 110010 |
Color Harmonies of #55AC84
Complementary color
Monochromatic Colors of #55AC84
Black with #55AC84
Text Example
Text Example
White with #55AC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AC84; }
p { color: rgb(85,172,132); }
H1.HeaderClassName
{
color: #55AC84;
}
.AnyTagClassName
{
color: #55AC84;
}
</style>
background-color css
<style>
a { background-color: #55AC84; }
a { background-color: rgb(85,172,132); }
div.DivClassName
{
background-color: #55AC84;
}
.BgClassName
{
background-color: #55AC84;
}
</style>
border-color css
<style>
span { border-color: #55AC84; }
span { border-color: rgb(85,172,132); }
td.TdClassName
{
border-color: #55AC84;
}
.TagClassName
{
border-color: #55AC84;
}
</style>