Shades of Ocean Green #55B37B
Tints of Ocean Green #55B37B
RGB
CMYK
RGB Variations
Color information
#55B37B (or 0x55B37B) is known color: Ocean Green. HEX triplet: 55, B3 and 7B. RGB value is (85,179,123). Sum of RGB (Red+Green+Blue) = 85+179+123=387 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.96% from 387); Green value is 179 (70.31% from 255 or 46.25% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 179 - color contains mainly: green. Hex color #55B37B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55B37B is #AA4C84. Grayscale: #909090. Windows color (decimal): -11160709 or 8106837. OLE color: 8106837.
HSL color Cylindrical-coordinate representation of color #55B37B: hue angle of 144.26º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55B37B is Cyan = 0.53, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 85 | 179 | 123 | - |
| CMYK | 0.53 | 0 | 0.31 | 0.30 |
| HSL | 144.26º | 0.38% | 0.52% | - |
| HSV(B) | 144.26º | 0.53% | 0.7% | - |
| XYZ | 23.44 | 35.6 | 24.38 | - |
| YUV | 144.51 | 115.86 | 85.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 179 | 123 | 0.53 | 0 | 0.31 | 0.30 | 144.26 | 0.38 | 0.52 |
| Hex | 55 | B3 | 7B | 35 | 0 | 1F | 1E | 90 | 26 | 34 |
| Octal | 125 | 263 | 173 | 65 | 0 | 37 | 36 | 220 | 46 | 64 |
| Binary | 1010101 | 10110011 | 1111011 | 110101 | 0 | 11111 | 11110 | 10010000 | 100110 | 110100 |
Color Harmonies of #55B37B
Complementary color
Monochromatic Colors of #55B37B
Black with #55B37B
Text Example
Text Example
White with #55B37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B37B; }
p { color: rgb(85,179,123); }
H1.HeaderClassName
{
color: #55B37B;
}
.AnyTagClassName
{
color: #55B37B;
}
</style>
background-color css
<style>
a { background-color: #55B37B; }
a { background-color: rgb(85,179,123); }
div.DivClassName
{
background-color: #55B37B;
}
.BgClassName
{
background-color: #55B37B;
}
</style>
border-color css
<style>
span { border-color: #55B37B; }
span { border-color: rgb(85,179,123); }
td.TdClassName
{
border-color: #55B37B;
}
.TagClassName
{
border-color: #55B37B;
}
</style>