Shades of Ocean Green #5BAB7F
Tints of Ocean Green #5BAB7F
RGB
CMYK
RGB Variations
Color information
#5BAB7F (or 0x5BAB7F) is known color: Ocean Green. HEX triplet: 5B, AB and 7F. RGB value is (91,171,127). Sum of RGB (Red+Green+Blue) = 91+171+127=389 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.39% from 389); Green value is 171 (67.19% from 255 or 43.96% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 171 - color contains mainly: green. Hex color #5BAB7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BAB7F is #A45480. Grayscale: #8E8E8E. Windows color (decimal): -10769537 or 8366939. OLE color: 8366939.
HSL color Cylindrical-coordinate representation of color #5BAB7F: hue angle of 147º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5BAB7F is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 171 | 127 | - |
| CMYK | 0.47 | 0 | 0.26 | 0.33 |
| HSL | 147º | 0.32% | 0.51% | - |
| HSV(B) | 147º | 0.47% | 0.67% | - |
| XYZ | 22.71 | 32.88 | 25.23 | - |
| YUV | 142.06 | 119.5 | 91.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 171 | 127 | 0.47 | 0 | 0.26 | 0.33 | 147 | 0.32 | 0.51 |
| Hex | 5B | AB | 7F | 2F | 0 | 1A | 21 | 93 | 20 | 33 |
| Octal | 133 | 253 | 177 | 57 | 0 | 32 | 41 | 223 | 40 | 63 |
| Binary | 1011011 | 10101011 | 1111111 | 101111 | 0 | 11010 | 100001 | 10010011 | 100000 | 110011 |
Color Harmonies of #5BAB7F
Complementary color
Monochromatic Colors of #5BAB7F
Black with #5BAB7F
Text Example
Text Example
White with #5BAB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAB7F; }
p { color: rgb(91,171,127); }
H1.HeaderClassName
{
color: #5BAB7F;
}
.AnyTagClassName
{
color: #5BAB7F;
}
</style>
background-color css
<style>
a { background-color: #5BAB7F; }
a { background-color: rgb(91,171,127); }
div.DivClassName
{
background-color: #5BAB7F;
}
.BgClassName
{
background-color: #5BAB7F;
}
</style>
border-color css
<style>
span { border-color: #5BAB7F; }
span { border-color: rgb(91,171,127); }
td.TdClassName
{
border-color: #5BAB7F;
}
.TagClassName
{
border-color: #5BAB7F;
}
</style>