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