Shades of Ocean Green #5BAC79
Tints of Ocean Green #5BAC79
RGB
CMYK
RGB Variations
Color information
#5BAC79 (or 0x5BAC79) is known color: Ocean Green. HEX triplet: 5B, AC and 79. RGB value is (91,172,121). Sum of RGB (Red+Green+Blue) = 91+172+121=384 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.70% from 384); Green value is 172 (67.58% from 255 or 44.79% from 384); Blue value is 121 (47.66% from 255 or 31.51% from 384); Max value from RGB is 172 - color contains mainly: green. Hex color #5BAC79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BAC79 is #A45386. Grayscale: #8E8E8E. Windows color (decimal): -10769287 or 7973979. OLE color: 7973979.
HSL color Cylindrical-coordinate representation of color #5BAC79: hue angle of 142.22º 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 #5BAC79 is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 172 | 121 | - |
| CMYK | 0.47 | 0 | 0.30 | 0.33 |
| HSL | 142.22º | 0.33% | 0.52% | - |
| HSV(B) | 142.22º | 0.47% | 0.67% | - |
| XYZ | 22.52 | 33.11 | 23.29 | - |
| YUV | 141.97 | 116.16 | 91.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 172 | 121 | 0.47 | 0 | 0.30 | 0.33 | 142.22 | 0.33 | 0.52 |
| Hex | 5B | AC | 79 | 2F | 0 | 1E | 21 | 8E | 21 | 34 |
| Octal | 133 | 254 | 171 | 57 | 0 | 36 | 41 | 216 | 41 | 64 |
| Binary | 1011011 | 10101100 | 1111001 | 101111 | 0 | 11110 | 100001 | 10001110 | 100001 | 110100 |
Color Harmonies of #5BAC79
Complementary color
Monochromatic Colors of #5BAC79
Black with #5BAC79
Text Example
Text Example
White with #5BAC79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAC79; }
p { color: rgb(91,172,121); }
H1.HeaderClassName
{
color: #5BAC79;
}
.AnyTagClassName
{
color: #5BAC79;
}
</style>
background-color css
<style>
a { background-color: #5BAC79; }
a { background-color: rgb(91,172,121); }
div.DivClassName
{
background-color: #5BAC79;
}
.BgClassName
{
background-color: #5BAC79;
}
</style>
border-color css
<style>
span { border-color: #5BAC79; }
span { border-color: rgb(91,172,121); }
td.TdClassName
{
border-color: #5BAC79;
}
.TagClassName
{
border-color: #5BAC79;
}
</style>