Shades of Ocean Green #5BA981
Tints of Ocean Green #5BA981
RGB
CMYK
RGB Variations
Color information
#5BA981 (or 0x5BA981) is known color: Ocean Green. HEX triplet: 5B, A9 and 81. RGB value is (91,169,129). Sum of RGB (Red+Green+Blue) = 91+169+129=389 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.39% from 389); Green value is 169 (66.41% from 255 or 43.44% from 389); Blue value is 129 (50.78% from 255 or 33.16% from 389); Max value from RGB is 169 - color contains mainly: green. Hex color #5BA981 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA981 is #A4567E. Grayscale: #8D8D8D. Windows color (decimal): -10770047 or 8497499. OLE color: 8497499.
HSL color Cylindrical-coordinate representation of color #5BA981: hue angle of 149.23º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5BA981 is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 91 | 169 | 129 | - |
| CMYK | 0.46 | 0 | 0.24 | 0.34 |
| HSL | 149.23º | 0.31% | 0.51% | - |
| HSV(B) | 149.23º | 0.46% | 0.66% | - |
| XYZ | 22.46 | 32.19 | 25.8 | - |
| YUV | 141.12 | 121.16 | 92.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 169 | 129 | 0.46 | 0 | 0.24 | 0.34 | 149.23 | 0.31 | 0.51 |
| Hex | 5B | A9 | 81 | 2E | 0 | 18 | 22 | 95 | 1F | 33 |
| Octal | 133 | 251 | 201 | 56 | 0 | 30 | 42 | 225 | 37 | 63 |
| Binary | 1011011 | 10101001 | 10000001 | 101110 | 0 | 11000 | 100010 | 10010101 | 11111 | 110011 |
Color Harmonies of #5BA981
Complementary color
Monochromatic Colors of #5BA981
Black with #5BA981
Text Example
Text Example
White with #5BA981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA981; }
p { color: rgb(91,169,129); }
H1.HeaderClassName
{
color: #5BA981;
}
.AnyTagClassName
{
color: #5BA981;
}
</style>
background-color css
<style>
a { background-color: #5BA981; }
a { background-color: rgb(91,169,129); }
div.DivClassName
{
background-color: #5BA981;
}
.BgClassName
{
background-color: #5BA981;
}
</style>
border-color css
<style>
span { border-color: #5BA981; }
span { border-color: rgb(91,169,129); }
td.TdClassName
{
border-color: #5BA981;
}
.TagClassName
{
border-color: #5BA981;
}
</style>