Shades of Ocean Green #5BA87E
Tints of Ocean Green #5BA87E
RGB
CMYK
RGB Variations
Color information
#5BA87E (or 0x5BA87E) is known color: Ocean Green. HEX triplet: 5B, A8 and 7E. RGB value is (91,168,126). Sum of RGB (Red+Green+Blue) = 91+168+126=385 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.64% from 385); Green value is 168 (66.02% from 255 or 43.64% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 168 - color contains mainly: green. Hex color #5BA87E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA87E is #A45781. Grayscale: #8C8C8C. Windows color (decimal): -10770306 or 8300635. OLE color: 8300635.
HSL color Cylindrical-coordinate representation of color #5BA87E: hue angle of 147.27º 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 #5BA87E is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 91 | 168 | 126 | - |
| CMYK | 0.46 | 0 | 0.25 | 0.34 |
| HSL | 147.27º | 0.31% | 0.51% | - |
| HSV(B) | 147.27º | 0.46% | 0.66% | - |
| XYZ | 22.08 | 31.74 | 24.7 | - |
| YUV | 140.19 | 119.99 | 92.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 168 | 126 | 0.46 | 0 | 0.25 | 0.34 | 147.27 | 0.31 | 0.51 |
| Hex | 5B | A8 | 7E | 2E | 0 | 19 | 22 | 93 | 1F | 33 |
| Octal | 133 | 250 | 176 | 56 | 0 | 31 | 42 | 223 | 37 | 63 |
| Binary | 1011011 | 10101000 | 1111110 | 101110 | 0 | 11001 | 100010 | 10010011 | 11111 | 110011 |
Color Harmonies of #5BA87E
Complementary color
Monochromatic Colors of #5BA87E
Black with #5BA87E
Text Example
Text Example
White with #5BA87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA87E; }
p { color: rgb(91,168,126); }
H1.HeaderClassName
{
color: #5BA87E;
}
.AnyTagClassName
{
color: #5BA87E;
}
</style>
background-color css
<style>
a { background-color: #5BA87E; }
a { background-color: rgb(91,168,126); }
div.DivClassName
{
background-color: #5BA87E;
}
.BgClassName
{
background-color: #5BA87E;
}
</style>
border-color css
<style>
span { border-color: #5BA87E; }
span { border-color: rgb(91,168,126); }
td.TdClassName
{
border-color: #5BA87E;
}
.TagClassName
{
border-color: #5BA87E;
}
</style>