Shades of Ocean Green #55A26D
Tints of Ocean Green #55A26D
RGB
CMYK
RGB Variations
Color information
#55A26D (or 0x55A26D) is known color: Ocean Green. HEX triplet: 55, A2 and 6D. RGB value is (85,162,109). Sum of RGB (Red+Green+Blue) = 85+162+109=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 162 (63.67% from 255 or 45.51% from 356); Blue value is 109 (42.97% from 255 or 30.62% from 356); Max value from RGB is 162 - color contains mainly: green. Hex color #55A26D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A26D is #AA5D92. Grayscale: #858585. Windows color (decimal): -11165075 or 7184981. OLE color: 7184981.
HSL color Cylindrical-coordinate representation of color #55A26D: hue angle of 138.7º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #55A26D is Cyan = 0.48, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 162 | 109 | - |
| CMYK | 0.48 | 0 | 0.33 | 0.36 |
| HSL | 138.7º | 0.31% | 0.48% | - |
| HSV(B) | 138.7º | 0.48% | 0.64% | - |
| XYZ | 19.43 | 28.88 | 19.02 | - |
| YUV | 132.94 | 114.49 | 93.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 162 | 109 | 0.48 | 0 | 0.33 | 0.36 | 138.7 | 0.31 | 0.48 |
| Hex | 55 | A2 | 6D | 30 | 0 | 21 | 24 | 8B | 1F | 30 |
| Octal | 125 | 242 | 155 | 60 | 0 | 41 | 44 | 213 | 37 | 60 |
| Binary | 1010101 | 10100010 | 1101101 | 110000 | 0 | 100001 | 100100 | 10001011 | 11111 | 110000 |
Color Harmonies of #55A26D
Complementary color
Monochromatic Colors of #55A26D
Black with #55A26D
Text Example
Text Example
White with #55A26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A26D; }
p { color: rgb(85,162,109); }
H1.HeaderClassName
{
color: #55A26D;
}
.AnyTagClassName
{
color: #55A26D;
}
</style>
background-color css
<style>
a { background-color: #55A26D; }
a { background-color: rgb(85,162,109); }
div.DivClassName
{
background-color: #55A26D;
}
.BgClassName
{
background-color: #55A26D;
}
</style>
border-color css
<style>
span { border-color: #55A26D; }
span { border-color: rgb(85,162,109); }
td.TdClassName
{
border-color: #55A26D;
}
.TagClassName
{
border-color: #55A26D;
}
</style>