Shades of Ocean Green #5BA47B
Tints of Ocean Green #5BA47B
RGB
CMYK
RGB Variations
Color information
#5BA47B (or 0x5BA47B) is known color: Ocean Green. HEX triplet: 5B, A4 and 7B. RGB value is (91,164,123). Sum of RGB (Red+Green+Blue) = 91+164+123=378 (50% of max value = 765). Red value is 91 (35.94% from 255 or 24.07% from 378); Green value is 164 (64.45% from 255 or 43.39% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 164 - color contains mainly: green. Hex color #5BA47B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA47B is #A45B84. Grayscale: #898989. Windows color (decimal): -10771333 or 8103003. OLE color: 8103003.
HSL color Cylindrical-coordinate representation of color #5BA47B: hue angle of 146.3º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5BA47B is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 91 | 164 | 123 | - |
| CMYK | 0.45 | 0 | 0.25 | 0.36 |
| HSL | 146.3º | 0.29% | 0.5% | - |
| HSV(B) | 146.3º | 0.45% | 0.64% | - |
| XYZ | 21.16 | 30.21 | 23.45 | - |
| YUV | 137.5 | 119.82 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 164 | 123 | 0.45 | 0 | 0.25 | 0.36 | 146.3 | 0.29 | 0.5 |
| Hex | 5B | A4 | 7B | 2D | 0 | 19 | 24 | 92 | 1D | 32 |
| Octal | 133 | 244 | 173 | 55 | 0 | 31 | 44 | 222 | 35 | 62 |
| Binary | 1011011 | 10100100 | 1111011 | 101101 | 0 | 11001 | 100100 | 10010010 | 11101 | 110010 |
Color Harmonies of #5BA47B
Complementary color
Monochromatic Colors of #5BA47B
Black with #5BA47B
Text Example
Text Example
White with #5BA47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA47B; }
p { color: rgb(91,164,123); }
H1.HeaderClassName
{
color: #5BA47B;
}
.AnyTagClassName
{
color: #5BA47B;
}
</style>
background-color css
<style>
a { background-color: #5BA47B; }
a { background-color: rgb(91,164,123); }
div.DivClassName
{
background-color: #5BA47B;
}
.BgClassName
{
background-color: #5BA47B;
}
</style>
border-color css
<style>
span { border-color: #5BA47B; }
span { border-color: rgb(91,164,123); }
td.TdClassName
{
border-color: #5BA47B;
}
.TagClassName
{
border-color: #5BA47B;
}
</style>