Shades of Ocean Green #55B184
Tints of Ocean Green #55B184
RGB
CMYK
RGB Variations
Color information
#55B184 (or 0x55B184) is known color: Ocean Green. HEX triplet: 55, B1 and 84. RGB value is (85,177,132). Sum of RGB (Red+Green+Blue) = 85+177+132=394 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.57% from 394); Green value is 177 (69.53% from 255 or 44.92% from 394); Blue value is 132 (51.95% from 255 or 33.50% from 394); Max value from RGB is 177 - color contains mainly: green. Hex color #55B184 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55B184 is #AA4E7B. Grayscale: #909090. Windows color (decimal): -11161212 or 8696149. OLE color: 8696149.
HSL color Cylindrical-coordinate representation of color #55B184: hue angle of 150.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 #55B184 is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 177 | 132 | - |
| CMYK | 0.52 | 0 | 0.25 | 0.31 |
| HSL | 150.65º | 0.37% | 0.51% | - |
| HSV(B) | 150.65º | 0.52% | 0.69% | - |
| XYZ | 23.63 | 35.04 | 27.35 | - |
| YUV | 144.36 | 121.02 | 85.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 177 | 132 | 0.52 | 0 | 0.25 | 0.31 | 150.65 | 0.37 | 0.51 |
| Hex | 55 | B1 | 84 | 34 | 0 | 19 | 1F | 97 | 25 | 33 |
| Octal | 125 | 261 | 204 | 64 | 0 | 31 | 37 | 227 | 45 | 63 |
| Binary | 1010101 | 10110001 | 10000100 | 110100 | 0 | 11001 | 11111 | 10010111 | 100101 | 110011 |
Color Harmonies of #55B184
Complementary color
Monochromatic Colors of #55B184
Black with #55B184
Text Example
Text Example
White with #55B184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B184; }
p { color: rgb(85,177,132); }
H1.HeaderClassName
{
color: #55B184;
}
.AnyTagClassName
{
color: #55B184;
}
</style>
background-color css
<style>
a { background-color: #55B184; }
a { background-color: rgb(85,177,132); }
div.DivClassName
{
background-color: #55B184;
}
.BgClassName
{
background-color: #55B184;
}
</style>
border-color css
<style>
span { border-color: #55B184; }
span { border-color: rgb(85,177,132); }
td.TdClassName
{
border-color: #55B184;
}
.TagClassName
{
border-color: #55B184;
}
</style>