Shades of Ocean Green #5BA57B
Tints of Ocean Green #5BA57B
RGB
CMYK
RGB Variations
Color information
#5BA57B (or 0x5BA57B) is known color: Ocean Green. HEX triplet: 5B, A5 and 7B. RGB value is (91,165,123). Sum of RGB (Red+Green+Blue) = 91+165+123=379 (50% of max value = 765). Red value is 91 (35.94% from 255 or 24.01% from 379); Green value is 165 (64.84% from 255 or 43.54% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 165 - color contains mainly: green. Hex color #5BA57B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA57B is #A45A84. Grayscale: #8A8A8A. Windows color (decimal): -10771077 or 8103259. OLE color: 8103259.
HSL color Cylindrical-coordinate representation of color #5BA57B: hue angle of 145.95º degrees, saturation: 0.29, 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 #5BA57B is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 91 | 165 | 123 | - |
| CMYK | 0.45 | 0 | 0.25 | 0.35 |
| HSL | 145.95º | 0.29% | 0.5% | - |
| HSV(B) | 145.95º | 0.45% | 0.65% | - |
| XYZ | 21.34 | 30.56 | 23.51 | - |
| YUV | 138.09 | 119.48 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 165 | 123 | 0.45 | 0 | 0.25 | 0.35 | 145.95 | 0.29 | 0.5 |
| Hex | 5B | A5 | 7B | 2D | 0 | 19 | 23 | 92 | 1D | 32 |
| Octal | 133 | 245 | 173 | 55 | 0 | 31 | 43 | 222 | 35 | 62 |
| Binary | 1011011 | 10100101 | 1111011 | 101101 | 0 | 11001 | 100011 | 10010010 | 11101 | 110010 |
Color Harmonies of #5BA57B
Complementary color
Monochromatic Colors of #5BA57B
Black with #5BA57B
Text Example
Text Example
White with #5BA57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA57B; }
p { color: rgb(91,165,123); }
H1.HeaderClassName
{
color: #5BA57B;
}
.AnyTagClassName
{
color: #5BA57B;
}
</style>
background-color css
<style>
a { background-color: #5BA57B; }
a { background-color: rgb(91,165,123); }
div.DivClassName
{
background-color: #5BA57B;
}
.BgClassName
{
background-color: #5BA57B;
}
</style>
border-color css
<style>
span { border-color: #5BA57B; }
span { border-color: rgb(91,165,123); }
td.TdClassName
{
border-color: #5BA57B;
}
.TagClassName
{
border-color: #5BA57B;
}
</style>