Shades of Ocean Green #5BAC73
Tints of Ocean Green #5BAC73
RGB
CMYK
RGB Variations
Color information
#5BAC73 (or 0x5BAC73) is known color: Ocean Green. HEX triplet: 5B, AC and 73. RGB value is (91,172,115). Sum of RGB (Red+Green+Blue) = 91+172+115=378 (50% of max value = 765). Red value is 91 (35.94% from 255 or 24.07% from 378); Green value is 172 (67.58% from 255 or 45.50% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 172 - color contains mainly: green. Hex color #5BAC73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BAC73 is #A4538C. Grayscale: #8D8D8D. Windows color (decimal): -10769293 or 7580763. OLE color: 7580763.
HSL color Cylindrical-coordinate representation of color #5BAC73: hue angle of 137.78º 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 #5BAC73 is Cyan = 0.47, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 172 | 115 | - |
| CMYK | 0.47 | 0 | 0.33 | 0.33 |
| HSL | 137.78º | 0.33% | 0.52% | - |
| HSV(B) | 137.78º | 0.47% | 0.67% | - |
| XYZ | 22.16 | 32.97 | 21.41 | - |
| YUV | 141.28 | 113.16 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 172 | 115 | 0.47 | 0 | 0.33 | 0.33 | 137.78 | 0.33 | 0.52 |
| Hex | 5B | AC | 73 | 2F | 0 | 21 | 21 | 8A | 21 | 34 |
| Octal | 133 | 254 | 163 | 57 | 0 | 41 | 41 | 212 | 41 | 64 |
| Binary | 1011011 | 10101100 | 1110011 | 101111 | 0 | 100001 | 100001 | 10001010 | 100001 | 110100 |
Color Harmonies of #5BAC73
Complementary color
Monochromatic Colors of #5BAC73
Black with #5BAC73
Text Example
Text Example
White with #5BAC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAC73; }
p { color: rgb(91,172,115); }
H1.HeaderClassName
{
color: #5BAC73;
}
.AnyTagClassName
{
color: #5BAC73;
}
</style>
background-color css
<style>
a { background-color: #5BAC73; }
a { background-color: rgb(91,172,115); }
div.DivClassName
{
background-color: #5BAC73;
}
.BgClassName
{
background-color: #5BAC73;
}
</style>
border-color css
<style>
span { border-color: #5BAC73; }
span { border-color: rgb(91,172,115); }
td.TdClassName
{
border-color: #5BAC73;
}
.TagClassName
{
border-color: #5BAC73;
}
</style>