Shades of Ocean Green #5BA67F
Tints of Ocean Green #5BA67F
RGB
CMYK
RGB Variations
Color information
#5BA67F (or 0x5BA67F) is known color: Ocean Green. HEX triplet: 5B, A6 and 7F. RGB value is (91,166,127). Sum of RGB (Red+Green+Blue) = 91+166+127=384 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.70% from 384); Green value is 166 (65.23% from 255 or 43.23% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 166 - color contains mainly: green. Hex color #5BA67F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA67F is #A45980. Grayscale: #8B8B8B. Windows color (decimal): -10770817 or 8365659. OLE color: 8365659.
HSL color Cylindrical-coordinate representation of color #5BA67F: hue angle of 148.8º 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 #5BA67F is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 91 | 166 | 127 | - |
| CMYK | 0.45 | 0 | 0.23 | 0.35 |
| HSL | 148.8º | 0.3% | 0.5% | - |
| HSV(B) | 148.8º | 0.45% | 0.65% | - |
| XYZ | 21.78 | 31.03 | 24.92 | - |
| YUV | 139.13 | 121.15 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 166 | 127 | 0.45 | 0 | 0.23 | 0.35 | 148.8 | 0.3 | 0.5 |
| Hex | 5B | A6 | 7F | 2D | 0 | 17 | 23 | 95 | 1E | 32 |
| Octal | 133 | 246 | 177 | 55 | 0 | 27 | 43 | 225 | 36 | 62 |
| Binary | 1011011 | 10100110 | 1111111 | 101101 | 0 | 10111 | 100011 | 10010101 | 11110 | 110010 |
Color Harmonies of #5BA67F
Complementary color
Monochromatic Colors of #5BA67F
Black with #5BA67F
Text Example
Text Example
White with #5BA67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA67F; }
p { color: rgb(91,166,127); }
H1.HeaderClassName
{
color: #5BA67F;
}
.AnyTagClassName
{
color: #5BA67F;
}
</style>
background-color css
<style>
a { background-color: #5BA67F; }
a { background-color: rgb(91,166,127); }
div.DivClassName
{
background-color: #5BA67F;
}
.BgClassName
{
background-color: #5BA67F;
}
</style>
border-color css
<style>
span { border-color: #5BA67F; }
span { border-color: rgb(91,166,127); }
td.TdClassName
{
border-color: #5BA67F;
}
.TagClassName
{
border-color: #5BA67F;
}
</style>