Shades of Ocean Green #5BAC7A
Tints of Ocean Green #5BAC7A
RGB
CMYK
RGB Variations
Color information
#5BAC7A (or 0x5BAC7A) is known color: Ocean Green. HEX triplet: 5B, AC and 7A. RGB value is (91,172,122). Sum of RGB (Red+Green+Blue) = 91+172+122=385 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.64% from 385); Green value is 172 (67.58% from 255 or 44.68% from 385); Blue value is 122 (48.05% from 255 or 31.69% from 385); Max value from RGB is 172 - color contains mainly: green. Hex color #5BAC7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BAC7A is #A45385. Grayscale: #8E8E8E. Windows color (decimal): -10769286 or 8039515. OLE color: 8039515.
HSL color Cylindrical-coordinate representation of color #5BAC7A: hue angle of 142.96º 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 #5BAC7A is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 172 | 122 | - |
| CMYK | 0.47 | 0 | 0.29 | 0.33 |
| HSL | 142.96º | 0.33% | 0.52% | - |
| HSV(B) | 142.96º | 0.47% | 0.67% | - |
| XYZ | 22.58 | 33.13 | 23.62 | - |
| YUV | 142.08 | 116.66 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 172 | 122 | 0.47 | 0 | 0.29 | 0.33 | 142.96 | 0.33 | 0.52 |
| Hex | 5B | AC | 7A | 2F | 0 | 1D | 21 | 8F | 21 | 34 |
| Octal | 133 | 254 | 172 | 57 | 0 | 35 | 41 | 217 | 41 | 64 |
| Binary | 1011011 | 10101100 | 1111010 | 101111 | 0 | 11101 | 100001 | 10001111 | 100001 | 110100 |
Color Harmonies of #5BAC7A
Complementary color
Monochromatic Colors of #5BAC7A
Black with #5BAC7A
Text Example
Text Example
White with #5BAC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAC7A; }
p { color: rgb(91,172,122); }
H1.HeaderClassName
{
color: #5BAC7A;
}
.AnyTagClassName
{
color: #5BAC7A;
}
</style>
background-color css
<style>
a { background-color: #5BAC7A; }
a { background-color: rgb(91,172,122); }
div.DivClassName
{
background-color: #5BAC7A;
}
.BgClassName
{
background-color: #5BAC7A;
}
</style>
border-color css
<style>
span { border-color: #5BAC7A; }
span { border-color: rgb(91,172,122); }
td.TdClassName
{
border-color: #5BAC7A;
}
.TagClassName
{
border-color: #5BAC7A;
}
</style>