Shades of Ocean Green #5BA87A
Tints of Ocean Green #5BA87A
RGB
CMYK
RGB Variations
Color information
#5BA87A (or 0x5BA87A) is known color: Ocean Green. HEX triplet: 5B, A8 and 7A. RGB value is (91,168,122). Sum of RGB (Red+Green+Blue) = 91+168+122=381 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.88% from 381); Green value is 168 (66.02% from 255 or 44.09% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 168 - color contains mainly: green. Hex color #5BA87A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA87A is #A45785. Grayscale: #8B8B8B. Windows color (decimal): -10770310 or 8038491. OLE color: 8038491.
HSL color Cylindrical-coordinate representation of color #5BA87A: hue angle of 144.16º 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 #5BA87A is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 91 | 168 | 122 | - |
| CMYK | 0.46 | 0 | 0.27 | 0.34 |
| HSL | 144.16º | 0.31% | 0.51% | - |
| HSV(B) | 144.16º | 0.46% | 0.66% | - |
| XYZ | 21.83 | 31.63 | 23.37 | - |
| YUV | 139.73 | 117.99 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 168 | 122 | 0.46 | 0 | 0.27 | 0.34 | 144.16 | 0.31 | 0.51 |
| Hex | 5B | A8 | 7A | 2E | 0 | 1B | 22 | 90 | 1F | 33 |
| Octal | 133 | 250 | 172 | 56 | 0 | 33 | 42 | 220 | 37 | 63 |
| Binary | 1011011 | 10101000 | 1111010 | 101110 | 0 | 11011 | 100010 | 10010000 | 11111 | 110011 |
Color Harmonies of #5BA87A
Complementary color
Monochromatic Colors of #5BA87A
Black with #5BA87A
Text Example
Text Example
White with #5BA87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA87A; }
p { color: rgb(91,168,122); }
H1.HeaderClassName
{
color: #5BA87A;
}
.AnyTagClassName
{
color: #5BA87A;
}
</style>
background-color css
<style>
a { background-color: #5BA87A; }
a { background-color: rgb(91,168,122); }
div.DivClassName
{
background-color: #5BA87A;
}
.BgClassName
{
background-color: #5BA87A;
}
</style>
border-color css
<style>
span { border-color: #5BA87A; }
span { border-color: rgb(91,168,122); }
td.TdClassName
{
border-color: #5BA87A;
}
.TagClassName
{
border-color: #5BA87A;
}
</style>