Shades of Ocean Green #5BA17F
Tints of Ocean Green #5BA17F
RGB
CMYK
RGB Variations
Color information
#5BA17F (or 0x5BA17F) is known color: Ocean Green. HEX triplet: 5B, A1 and 7F. RGB value is (91,161,127). Sum of RGB (Red+Green+Blue) = 91+161+127=379 (50% of max value = 765). Red value is 91 (35.94% from 255 or 24.01% from 379); Green value is 161 (63.28% from 255 or 42.48% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 161 - color contains mainly: green. Hex color #5BA17F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA17F is #A45E80. Grayscale: #888888. Windows color (decimal): -10772097 or 8364379. OLE color: 8364379.
HSL color Cylindrical-coordinate representation of color #5BA17F: hue angle of 150.86º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5BA17F is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 91 | 161 | 127 | - |
| CMYK | 0.43 | 0 | 0.21 | 0.37 |
| HSL | 150.86º | 0.28% | 0.49% | - |
| HSV(B) | 150.86º | 0.43% | 0.63% | - |
| XYZ | 20.89 | 29.25 | 24.62 | - |
| YUV | 136.19 | 122.81 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 161 | 127 | 0.43 | 0 | 0.21 | 0.37 | 150.86 | 0.28 | 0.49 |
| Hex | 5B | A1 | 7F | 2B | 0 | 15 | 25 | 97 | 1C | 31 |
| Octal | 133 | 241 | 177 | 53 | 0 | 25 | 45 | 227 | 34 | 61 |
| Binary | 1011011 | 10100001 | 1111111 | 101011 | 0 | 10101 | 100101 | 10010111 | 11100 | 110001 |
Color Harmonies of #5BA17F
Complementary color
Monochromatic Colors of #5BA17F
Black with #5BA17F
Text Example
Text Example
White with #5BA17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA17F; }
p { color: rgb(91,161,127); }
H1.HeaderClassName
{
color: #5BA17F;
}
.AnyTagClassName
{
color: #5BA17F;
}
</style>
background-color css
<style>
a { background-color: #5BA17F; }
a { background-color: rgb(91,161,127); }
div.DivClassName
{
background-color: #5BA17F;
}
.BgClassName
{
background-color: #5BA17F;
}
</style>
border-color css
<style>
span { border-color: #5BA17F; }
span { border-color: rgb(91,161,127); }
td.TdClassName
{
border-color: #5BA17F;
}
.TagClassName
{
border-color: #5BA17F;
}
</style>