Shades of Ocean Green #5BA881
Tints of Ocean Green #5BA881
RGB
CMYK
RGB Variations
Color information
#5BA881 (or 0x5BA881) is known color: Ocean Green. HEX triplet: 5B, A8 and 81. RGB value is (91,168,129). Sum of RGB (Red+Green+Blue) = 91+168+129=388 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.45% from 388); Green value is 168 (66.02% from 255 or 43.30% from 388); Blue value is 129 (50.78% from 255 or 33.25% from 388); Max value from RGB is 168 - color contains mainly: green. Hex color #5BA881 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA881 is #A4577E. Grayscale: #8C8C8C. Windows color (decimal): -10770303 or 8497243. OLE color: 8497243.
HSL color Cylindrical-coordinate representation of color #5BA881: hue angle of 149.61º 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 #5BA881 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 91 | 168 | 129 | - |
| CMYK | 0.46 | 0 | 0.23 | 0.34 |
| HSL | 149.61º | 0.31% | 0.51% | - |
| HSV(B) | 149.61º | 0.46% | 0.66% | - |
| XYZ | 22.28 | 31.81 | 25.74 | - |
| YUV | 140.53 | 121.49 | 92.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 168 | 129 | 0.46 | 0 | 0.23 | 0.34 | 149.61 | 0.31 | 0.51 |
| Hex | 5B | A8 | 81 | 2E | 0 | 17 | 22 | 96 | 1F | 33 |
| Octal | 133 | 250 | 201 | 56 | 0 | 27 | 42 | 226 | 37 | 63 |
| Binary | 1011011 | 10101000 | 10000001 | 101110 | 0 | 10111 | 100010 | 10010110 | 11111 | 110011 |
Color Harmonies of #5BA881
Complementary color
Monochromatic Colors of #5BA881
Black with #5BA881
Text Example
Text Example
White with #5BA881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA881; }
p { color: rgb(91,168,129); }
H1.HeaderClassName
{
color: #5BA881;
}
.AnyTagClassName
{
color: #5BA881;
}
</style>
background-color css
<style>
a { background-color: #5BA881; }
a { background-color: rgb(91,168,129); }
div.DivClassName
{
background-color: #5BA881;
}
.BgClassName
{
background-color: #5BA881;
}
</style>
border-color css
<style>
span { border-color: #5BA881; }
span { border-color: rgb(91,168,129); }
td.TdClassName
{
border-color: #5BA881;
}
.TagClassName
{
border-color: #5BA881;
}
</style>