Shades of Ocean Green #5BA676
Tints of Ocean Green #5BA676
RGB
CMYK
RGB Variations
Color information
#5BA676 (or 0x5BA676) is known color: Ocean Green. HEX triplet: 5B, A6 and 76. RGB value is (91,166,118). Sum of RGB (Red+Green+Blue) = 91+166+118=375 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.27% from 375); Green value is 166 (65.23% from 255 or 44.27% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 166 - color contains mainly: green. Hex color #5BA676 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA676 is #A45989. Grayscale: #8A8A8A. Windows color (decimal): -10770826 or 7775835. OLE color: 7775835.
HSL color Cylindrical-coordinate representation of color #5BA676: hue angle of 141.6º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5BA676 is Cyan = 0.45, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 91 | 166 | 118 | - |
| CMYK | 0.45 | 0 | 0.29 | 0.35 |
| HSL | 141.6º | 0.3% | 0.5% | - |
| HSV(B) | 141.6º | 0.45% | 0.65% | - |
| XYZ | 21.22 | 30.8 | 21.97 | - |
| YUV | 138.1 | 116.65 | 94.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 166 | 118 | 0.45 | 0 | 0.29 | 0.35 | 141.6 | 0.3 | 0.5 |
| Hex | 5B | A6 | 76 | 2D | 0 | 1D | 23 | 8E | 1E | 32 |
| Octal | 133 | 246 | 166 | 55 | 0 | 35 | 43 | 216 | 36 | 62 |
| Binary | 1011011 | 10100110 | 1110110 | 101101 | 0 | 11101 | 100011 | 10001110 | 11110 | 110010 |
Color Harmonies of #5BA676
Complementary color
Monochromatic Colors of #5BA676
Black with #5BA676
Text Example
Text Example
White with #5BA676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA676; }
p { color: rgb(91,166,118); }
H1.HeaderClassName
{
color: #5BA676;
}
.AnyTagClassName
{
color: #5BA676;
}
</style>
background-color css
<style>
a { background-color: #5BA676; }
a { background-color: rgb(91,166,118); }
div.DivClassName
{
background-color: #5BA676;
}
.BgClassName
{
background-color: #5BA676;
}
</style>
border-color css
<style>
span { border-color: #5BA676; }
span { border-color: rgb(91,166,118); }
td.TdClassName
{
border-color: #5BA676;
}
.TagClassName
{
border-color: #5BA676;
}
</style>