Shades of Ocean Green #5BAB7A
Tints of Ocean Green #5BAB7A
RGB
CMYK
RGB Variations
Color information
#5BAB7A (or 0x5BAB7A) is known color: Ocean Green. HEX triplet: 5B, AB and 7A. RGB value is (91,171,122). Sum of RGB (Red+Green+Blue) = 91+171+122=384 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.70% from 384); Green value is 171 (67.19% from 255 or 44.53% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 171 - color contains mainly: green. Hex color #5BAB7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BAB7A is #A45485. Grayscale: #8D8D8D. Windows color (decimal): -10769542 or 8039259. OLE color: 8039259.
HSL color Cylindrical-coordinate representation of color #5BAB7A: hue angle of 143.25º 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 #5BAB7A is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 171 | 122 | - |
| CMYK | 0.47 | 0 | 0.29 | 0.33 |
| HSL | 143.25º | 0.32% | 0.51% | - |
| HSV(B) | 143.25º | 0.47% | 0.67% | - |
| XYZ | 22.39 | 32.76 | 23.55 | - |
| YUV | 141.49 | 117 | 91.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 171 | 122 | 0.47 | 0 | 0.29 | 0.33 | 143.25 | 0.32 | 0.51 |
| Hex | 5B | AB | 7A | 2F | 0 | 1D | 21 | 8F | 20 | 33 |
| Octal | 133 | 253 | 172 | 57 | 0 | 35 | 41 | 217 | 40 | 63 |
| Binary | 1011011 | 10101011 | 1111010 | 101111 | 0 | 11101 | 100001 | 10001111 | 100000 | 110011 |
Color Harmonies of #5BAB7A
Complementary color
Monochromatic Colors of #5BAB7A
Black with #5BAB7A
Text Example
Text Example
White with #5BAB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAB7A; }
p { color: rgb(91,171,122); }
H1.HeaderClassName
{
color: #5BAB7A;
}
.AnyTagClassName
{
color: #5BAB7A;
}
</style>
background-color css
<style>
a { background-color: #5BAB7A; }
a { background-color: rgb(91,171,122); }
div.DivClassName
{
background-color: #5BAB7A;
}
.BgClassName
{
background-color: #5BAB7A;
}
</style>
border-color css
<style>
span { border-color: #5BAB7A; }
span { border-color: rgb(91,171,122); }
td.TdClassName
{
border-color: #5BAB7A;
}
.TagClassName
{
border-color: #5BAB7A;
}
</style>