Shades of Ocean Green #55B16D
Tints of Ocean Green #55B16D
RGB
CMYK
RGB Variations
Color information
#55B16D (or 0x55B16D) is known color: Ocean Green. HEX triplet: 55, B1 and 6D. RGB value is (85,177,109). Sum of RGB (Red+Green+Blue) = 85+177+109=371 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.91% from 371); Green value is 177 (69.53% from 255 or 47.71% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 177 - color contains mainly: green. Hex color #55B16D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55B16D is #AA4E92. Grayscale: #8D8D8D. Windows color (decimal): -11161235 or 7188821. OLE color: 7188821.
HSL color Cylindrical-coordinate representation of color #55B16D: hue angle of 135.65º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #55B16D is Cyan = 0.52, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 177 | 109 | - |
| CMYK | 0.52 | 0 | 0.38 | 0.31 |
| HSL | 135.65º | 0.37% | 0.51% | - |
| HSV(B) | 135.65º | 0.52% | 0.69% | - |
| XYZ | 22.23 | 34.48 | 19.95 | - |
| YUV | 141.74 | 109.52 | 87.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 177 | 109 | 0.52 | 0 | 0.38 | 0.31 | 135.65 | 0.37 | 0.51 |
| Hex | 55 | B1 | 6D | 34 | 0 | 26 | 1F | 88 | 25 | 33 |
| Octal | 125 | 261 | 155 | 64 | 0 | 46 | 37 | 210 | 45 | 63 |
| Binary | 1010101 | 10110001 | 1101101 | 110100 | 0 | 100110 | 11111 | 10001000 | 100101 | 110011 |
Color Harmonies of #55B16D
Complementary color
Monochromatic Colors of #55B16D
Black with #55B16D
Text Example
Text Example
White with #55B16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B16D; }
p { color: rgb(85,177,109); }
H1.HeaderClassName
{
color: #55B16D;
}
.AnyTagClassName
{
color: #55B16D;
}
</style>
background-color css
<style>
a { background-color: #55B16D; }
a { background-color: rgb(85,177,109); }
div.DivClassName
{
background-color: #55B16D;
}
.BgClassName
{
background-color: #55B16D;
}
</style>
border-color css
<style>
span { border-color: #55B16D; }
span { border-color: rgb(85,177,109); }
td.TdClassName
{
border-color: #55B16D;
}
.TagClassName
{
border-color: #55B16D;
}
</style>