Shades of Ocean Green #55B280
Tints of Ocean Green #55B280
RGB
CMYK
RGB Variations
Color information
#55B280 (or 0x55B280) is known color: Ocean Green. HEX triplet: 55, B2 and 80. RGB value is (85,178,128). Sum of RGB (Red+Green+Blue) = 85+178+128=391 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.74% from 391); Green value is 178 (69.92% from 255 or 45.52% from 391); Blue value is 128 (50.39% from 255 or 32.74% from 391); Max value from RGB is 178 - color contains mainly: green. Hex color #55B280 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55B280 is #AA4D7F. Grayscale: #909090. Windows color (decimal): -11160960 or 8434261. OLE color: 8434261.
HSL color Cylindrical-coordinate representation of color #55B280: hue angle of 147.74º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #55B280 is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 85 | 178 | 128 | - |
| CMYK | 0.52 | 0 | 0.28 | 0.30 |
| HSL | 147.74º | 0.38% | 0.52% | - |
| HSV(B) | 147.74º | 0.52% | 0.7% | - |
| XYZ | 23.56 | 35.33 | 26 | - |
| YUV | 144.49 | 118.69 | 85.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 178 | 128 | 0.52 | 0 | 0.28 | 0.30 | 147.74 | 0.38 | 0.52 |
| Hex | 55 | B2 | 80 | 34 | 0 | 1C | 1E | 94 | 26 | 34 |
| Octal | 125 | 262 | 200 | 64 | 0 | 34 | 36 | 224 | 46 | 64 |
| Binary | 1010101 | 10110010 | 10000000 | 110100 | 0 | 11100 | 11110 | 10010100 | 100110 | 110100 |
Color Harmonies of #55B280
Complementary color
Monochromatic Colors of #55B280
Black with #55B280
Text Example
Text Example
White with #55B280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B280; }
p { color: rgb(85,178,128); }
H1.HeaderClassName
{
color: #55B280;
}
.AnyTagClassName
{
color: #55B280;
}
</style>
background-color css
<style>
a { background-color: #55B280; }
a { background-color: rgb(85,178,128); }
div.DivClassName
{
background-color: #55B280;
}
.BgClassName
{
background-color: #55B280;
}
</style>
border-color css
<style>
span { border-color: #55B280; }
span { border-color: rgb(85,178,128); }
td.TdClassName
{
border-color: #55B280;
}
.TagClassName
{
border-color: #55B280;
}
</style>