Shades of Ocean Green #5BA078
Tints of Ocean Green #5BA078
RGB
CMYK
RGB Variations
Color information
#5BA078 (or 0x5BA078) is known color: Ocean Green. HEX triplet: 5B, A0 and 78. RGB value is (91,160,120). Sum of RGB (Red+Green+Blue) = 91+160+120=371 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.53% from 371); Green value is 160 (62.89% from 255 or 43.13% from 371); Blue value is 120 (47.27% from 255 or 32.35% from 371); Max value from RGB is 160 - color contains mainly: green. Hex color #5BA078 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA078 is #A45F87. Grayscale: #868686. Windows color (decimal): -10772360 or 7905371. OLE color: 7905371.
HSL color Cylindrical-coordinate representation of color #5BA078: hue angle of 145.22º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5BA078 is Cyan = 0.43, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 91 | 160 | 120 | - |
| CMYK | 0.43 | 0 | 0.25 | 0.37 |
| HSL | 145.22º | 0.27% | 0.49% | - |
| HSV(B) | 145.22º | 0.43% | 0.63% | - |
| XYZ | 20.28 | 28.72 | 22.24 | - |
| YUV | 134.81 | 119.64 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 160 | 120 | 0.43 | 0 | 0.25 | 0.37 | 145.22 | 0.27 | 0.49 |
| Hex | 5B | A0 | 78 | 2B | 0 | 19 | 25 | 91 | 1B | 31 |
| Octal | 133 | 240 | 170 | 53 | 0 | 31 | 45 | 221 | 33 | 61 |
| Binary | 1011011 | 10100000 | 1111000 | 101011 | 0 | 11001 | 100101 | 10010001 | 11011 | 110001 |
Color Harmonies of #5BA078
Complementary color
Monochromatic Colors of #5BA078
Black with #5BA078
Text Example
Text Example
White with #5BA078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA078; }
p { color: rgb(91,160,120); }
H1.HeaderClassName
{
color: #5BA078;
}
.AnyTagClassName
{
color: #5BA078;
}
</style>
background-color css
<style>
a { background-color: #5BA078; }
a { background-color: rgb(91,160,120); }
div.DivClassName
{
background-color: #5BA078;
}
.BgClassName
{
background-color: #5BA078;
}
</style>
border-color css
<style>
span { border-color: #5BA078; }
span { border-color: rgb(91,160,120); }
td.TdClassName
{
border-color: #5BA078;
}
.TagClassName
{
border-color: #5BA078;
}
</style>