Shades of Ocean Green #5BA375
Tints of Ocean Green #5BA375
RGB
CMYK
RGB Variations
Color information
#5BA375 (or 0x5BA375) is known color: Ocean Green. HEX triplet: 5B, A3 and 75. RGB value is (91,163,117). Sum of RGB (Red+Green+Blue) = 91+163+117=371 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.53% from 371); Green value is 163 (64.06% from 255 or 43.94% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 163 - color contains mainly: green. Hex color #5BA375 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA375 is #A45C8A. Grayscale: #888888. Windows color (decimal): -10771595 or 7709531. OLE color: 7709531.
HSL color Cylindrical-coordinate representation of color #5BA375: hue angle of 141.67º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5BA375 is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 91 | 163 | 117 | - |
| CMYK | 0.44 | 0 | 0.28 | 0.36 |
| HSL | 141.67º | 0.28% | 0.5% | - |
| HSV(B) | 141.67º | 0.44% | 0.64% | - |
| XYZ | 20.62 | 29.7 | 21.48 | - |
| YUV | 136.23 | 117.15 | 95.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 163 | 117 | 0.44 | 0 | 0.28 | 0.36 | 141.67 | 0.28 | 0.5 |
| Hex | 5B | A3 | 75 | 2C | 0 | 1C | 24 | 8E | 1C | 32 |
| Octal | 133 | 243 | 165 | 54 | 0 | 34 | 44 | 216 | 34 | 62 |
| Binary | 1011011 | 10100011 | 1110101 | 101100 | 0 | 11100 | 100100 | 10001110 | 11100 | 110010 |
Color Harmonies of #5BA375
Complementary color
Monochromatic Colors of #5BA375
Black with #5BA375
Text Example
Text Example
White with #5BA375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA375; }
p { color: rgb(91,163,117); }
H1.HeaderClassName
{
color: #5BA375;
}
.AnyTagClassName
{
color: #5BA375;
}
</style>
background-color css
<style>
a { background-color: #5BA375; }
a { background-color: rgb(91,163,117); }
div.DivClassName
{
background-color: #5BA375;
}
.BgClassName
{
background-color: #5BA375;
}
</style>
border-color css
<style>
span { border-color: #5BA375; }
span { border-color: rgb(91,163,117); }
td.TdClassName
{
border-color: #5BA375;
}
.TagClassName
{
border-color: #5BA375;
}
</style>