Shades of Ocean Green #5BB578
Tints of Ocean Green #5BB578
RGB
CMYK
RGB Variations
Color information
#5BB578 (or 0x5BB578) is known color: Ocean Green. HEX triplet: 5B, B5 and 78. RGB value is (91,181,120). Sum of RGB (Red+Green+Blue) = 91+181+120=392 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.21% from 392); Green value is 181 (71.09% from 255 or 46.17% from 392); Blue value is 120 (47.27% from 255 or 30.61% from 392); Max value from RGB is 181 - color contains mainly: green. Hex color #5BB578 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BB578 is #A44A87. Grayscale: #939393. Windows color (decimal): -10766984 or 7910747. OLE color: 7910747.
HSL color Cylindrical-coordinate representation of color #5BB578: hue angle of 139.33º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5BB578 is Cyan = 0.50, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 91 | 181 | 120 | - |
| CMYK | 0.50 | 0 | 0.34 | 0.29 |
| HSL | 139.33º | 0.38% | 0.53% | - |
| HSV(B) | 139.33º | 0.5% | 0.71% | - |
| XYZ | 24.23 | 36.63 | 23.56 | - |
| YUV | 147.14 | 112.68 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 181 | 120 | 0.50 | 0 | 0.34 | 0.29 | 139.33 | 0.38 | 0.53 |
| Hex | 5B | B5 | 78 | 32 | 0 | 22 | 1D | 8B | 26 | 35 |
| Octal | 133 | 265 | 170 | 62 | 0 | 42 | 35 | 213 | 46 | 65 |
| Binary | 1011011 | 10110101 | 1111000 | 110010 | 0 | 100010 | 11101 | 10001011 | 100110 | 110101 |
Color Harmonies of #5BB578
Complementary color
Monochromatic Colors of #5BB578
Black with #5BB578
Text Example
Text Example
White with #5BB578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BB578; }
p { color: rgb(91,181,120); }
H1.HeaderClassName
{
color: #5BB578;
}
.AnyTagClassName
{
color: #5BB578;
}
</style>
background-color css
<style>
a { background-color: #5BB578; }
a { background-color: rgb(91,181,120); }
div.DivClassName
{
background-color: #5BB578;
}
.BgClassName
{
background-color: #5BB578;
}
</style>
border-color css
<style>
span { border-color: #5BB578; }
span { border-color: rgb(91,181,120); }
td.TdClassName
{
border-color: #5BB578;
}
.TagClassName
{
border-color: #5BB578;
}
</style>