Shades of Ocean Green #55AE81
Tints of Ocean Green #55AE81
RGB
CMYK
RGB Variations
Color information
#55AE81 (or 0x55AE81) is known color: Ocean Green. HEX triplet: 55, AE and 81. RGB value is (85,174,129). Sum of RGB (Red+Green+Blue) = 85+174+129=388 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.91% from 388); Green value is 174 (68.36% from 255 or 44.85% from 388); Blue value is 129 (50.78% from 255 or 33.25% from 388); Max value from RGB is 174 - color contains mainly: green. Hex color #55AE81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AE81 is #AA517E. Grayscale: #8E8E8E. Windows color (decimal): -11161983 or 8498773. OLE color: 8498773.
HSL color Cylindrical-coordinate representation of color #55AE81: hue angle of 149.66º 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 #55AE81 is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 174 | 129 | - |
| CMYK | 0.51 | 0 | 0.26 | 0.32 |
| HSL | 149.66º | 0.35% | 0.51% | - |
| HSV(B) | 149.66º | 0.51% | 0.68% | - |
| XYZ | 22.84 | 33.79 | 26.09 | - |
| YUV | 142.26 | 120.51 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 174 | 129 | 0.51 | 0 | 0.26 | 0.32 | 149.66 | 0.35 | 0.51 |
| Hex | 55 | AE | 81 | 33 | 0 | 1A | 20 | 96 | 23 | 33 |
| Octal | 125 | 256 | 201 | 63 | 0 | 32 | 40 | 226 | 43 | 63 |
| Binary | 1010101 | 10101110 | 10000001 | 110011 | 0 | 11010 | 100000 | 10010110 | 100011 | 110011 |
Color Harmonies of #55AE81
Complementary color
Monochromatic Colors of #55AE81
Black with #55AE81
Text Example
Text Example
White with #55AE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AE81; }
p { color: rgb(85,174,129); }
H1.HeaderClassName
{
color: #55AE81;
}
.AnyTagClassName
{
color: #55AE81;
}
</style>
background-color css
<style>
a { background-color: #55AE81; }
a { background-color: rgb(85,174,129); }
div.DivClassName
{
background-color: #55AE81;
}
.BgClassName
{
background-color: #55AE81;
}
</style>
border-color css
<style>
span { border-color: #55AE81; }
span { border-color: rgb(85,174,129); }
td.TdClassName
{
border-color: #55AE81;
}
.TagClassName
{
border-color: #55AE81;
}
</style>