Shades of Ocean Green #5BA27C
Tints of Ocean Green #5BA27C
RGB
CMYK
RGB Variations
Color information
#5BA27C (or 0x5BA27C) is known color: Ocean Green. HEX triplet: 5B, A2 and 7C. RGB value is (91,162,124). Sum of RGB (Red+Green+Blue) = 91+162+124=377 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.14% from 377); Green value is 162 (63.67% from 255 or 42.97% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 162 - color contains mainly: green. Hex color #5BA27C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA27C is #A45D83. Grayscale: #888888. Windows color (decimal): -10771844 or 8168027. OLE color: 8168027.
HSL color Cylindrical-coordinate representation of color #5BA27C: hue angle of 147.89º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5BA27C is Cyan = 0.44, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 91 | 162 | 124 | - |
| CMYK | 0.44 | 0 | 0.23 | 0.36 |
| HSL | 147.89º | 0.28% | 0.5% | - |
| HSV(B) | 147.89º | 0.44% | 0.64% | - |
| XYZ | 20.87 | 29.52 | 23.67 | - |
| YUV | 136.44 | 120.98 | 95.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 162 | 124 | 0.44 | 0 | 0.23 | 0.36 | 147.89 | 0.28 | 0.5 |
| Hex | 5B | A2 | 7C | 2C | 0 | 17 | 24 | 94 | 1C | 32 |
| Octal | 133 | 242 | 174 | 54 | 0 | 27 | 44 | 224 | 34 | 62 |
| Binary | 1011011 | 10100010 | 1111100 | 101100 | 0 | 10111 | 100100 | 10010100 | 11100 | 110010 |
Color Harmonies of #5BA27C
Complementary color
Monochromatic Colors of #5BA27C
Black with #5BA27C
Text Example
Text Example
White with #5BA27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA27C; }
p { color: rgb(91,162,124); }
H1.HeaderClassName
{
color: #5BA27C;
}
.AnyTagClassName
{
color: #5BA27C;
}
</style>
background-color css
<style>
a { background-color: #5BA27C; }
a { background-color: rgb(91,162,124); }
div.DivClassName
{
background-color: #5BA27C;
}
.BgClassName
{
background-color: #5BA27C;
}
</style>
border-color css
<style>
span { border-color: #5BA27C; }
span { border-color: rgb(91,162,124); }
td.TdClassName
{
border-color: #5BA27C;
}
.TagClassName
{
border-color: #5BA27C;
}
</style>