Shades of Ocean Green #5BAC76
Tints of Ocean Green #5BAC76
RGB
CMYK
RGB Variations
Color information
#5BAC76 (or 0x5BAC76) is known color: Ocean Green. HEX triplet: 5B, AC and 76. RGB value is (91,172,118). Sum of RGB (Red+Green+Blue) = 91+172+118=381 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.88% from 381); Green value is 172 (67.58% from 255 or 45.14% from 381); Blue value is 118 (46.48% from 255 or 30.97% from 381); Max value from RGB is 172 - color contains mainly: green. Hex color #5BAC76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BAC76 is #A45389. Grayscale: #8D8D8D. Windows color (decimal): -10769290 or 7777371. OLE color: 7777371.
HSL color Cylindrical-coordinate representation of color #5BAC76: hue angle of 140º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5BAC76 is Cyan = 0.47, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 172 | 118 | - |
| CMYK | 0.47 | 0 | 0.31 | 0.33 |
| HSL | 140º | 0.33% | 0.52% | - |
| HSV(B) | 140º | 0.47% | 0.67% | - |
| XYZ | 22.34 | 33.04 | 22.34 | - |
| YUV | 141.63 | 114.66 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 172 | 118 | 0.47 | 0 | 0.31 | 0.33 | 140 | 0.33 | 0.52 |
| Hex | 5B | AC | 76 | 2F | 0 | 1F | 21 | 8C | 21 | 34 |
| Octal | 133 | 254 | 166 | 57 | 0 | 37 | 41 | 214 | 41 | 64 |
| Binary | 1011011 | 10101100 | 1110110 | 101111 | 0 | 11111 | 100001 | 10001100 | 100001 | 110100 |
Color Harmonies of #5BAC76
Complementary color
Monochromatic Colors of #5BAC76
Black with #5BAC76
Text Example
Text Example
White with #5BAC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAC76; }
p { color: rgb(91,172,118); }
H1.HeaderClassName
{
color: #5BAC76;
}
.AnyTagClassName
{
color: #5BAC76;
}
</style>
background-color css
<style>
a { background-color: #5BAC76; }
a { background-color: rgb(91,172,118); }
div.DivClassName
{
background-color: #5BAC76;
}
.BgClassName
{
background-color: #5BAC76;
}
</style>
border-color css
<style>
span { border-color: #5BAC76; }
span { border-color: rgb(91,172,118); }
td.TdClassName
{
border-color: #5BAC76;
}
.TagClassName
{
border-color: #5BAC76;
}
</style>