Shades of Ocean Green #5BA97B
Tints of Ocean Green #5BA97B
RGB
CMYK
RGB Variations
Color information
#5BA97B (or 0x5BA97B) is known color: Ocean Green. HEX triplet: 5B, A9 and 7B. RGB value is (91,169,123). Sum of RGB (Red+Green+Blue) = 91+169+123=383 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.76% from 383); Green value is 169 (66.41% from 255 or 44.13% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 169 - color contains mainly: green. Hex color #5BA97B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA97B is #A45684. Grayscale: #8C8C8C. Windows color (decimal): -10770053 or 8104283. OLE color: 8104283.
HSL color Cylindrical-coordinate representation of color #5BA97B: hue angle of 144.62º 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 #5BA97B is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 91 | 169 | 123 | - |
| CMYK | 0.46 | 0 | 0.27 | 0.34 |
| HSL | 144.62º | 0.31% | 0.51% | - |
| HSV(B) | 144.62º | 0.46% | 0.66% | - |
| XYZ | 22.08 | 32.03 | 23.76 | - |
| YUV | 140.43 | 118.16 | 92.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 169 | 123 | 0.46 | 0 | 0.27 | 0.34 | 144.62 | 0.31 | 0.51 |
| Hex | 5B | A9 | 7B | 2E | 0 | 1B | 22 | 91 | 1F | 33 |
| Octal | 133 | 251 | 173 | 56 | 0 | 33 | 42 | 221 | 37 | 63 |
| Binary | 1011011 | 10101001 | 1111011 | 101110 | 0 | 11011 | 100010 | 10010001 | 11111 | 110011 |
Color Harmonies of #5BA97B
Complementary color
Monochromatic Colors of #5BA97B
Black with #5BA97B
Text Example
Text Example
White with #5BA97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA97B; }
p { color: rgb(91,169,123); }
H1.HeaderClassName
{
color: #5BA97B;
}
.AnyTagClassName
{
color: #5BA97B;
}
</style>
background-color css
<style>
a { background-color: #5BA97B; }
a { background-color: rgb(91,169,123); }
div.DivClassName
{
background-color: #5BA97B;
}
.BgClassName
{
background-color: #5BA97B;
}
</style>
border-color css
<style>
span { border-color: #5BA97B; }
span { border-color: rgb(91,169,123); }
td.TdClassName
{
border-color: #5BA97B;
}
.TagClassName
{
border-color: #5BA97B;
}
</style>