Shades of Ocean Green #5BAA74
Tints of Ocean Green #5BAA74
RGB
CMYK
RGB Variations
Color information
#5BAA74 (or 0x5BAA74) is known color: Ocean Green. HEX triplet: 5B, AA and 74. RGB value is (91,170,116). Sum of RGB (Red+Green+Blue) = 91+170+116=377 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.14% from 377); Green value is 170 (66.80% from 255 or 45.09% from 377); Blue value is 116 (45.70% from 255 or 30.77% from 377); Max value from RGB is 170 - color contains mainly: green. Hex color #5BAA74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BAA74 is #A4558B. Grayscale: #8C8C8C. Windows color (decimal): -10769804 or 7645787. OLE color: 7645787.
HSL color Cylindrical-coordinate representation of color #5BAA74: hue angle of 138.99º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5BAA74 is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 170 | 116 | - |
| CMYK | 0.46 | 0 | 0.32 | 0.33 |
| HSL | 138.99º | 0.32% | 0.51% | - |
| HSV(B) | 138.99º | 0.46% | 0.67% | - |
| XYZ | 21.84 | 32.23 | 21.59 | - |
| YUV | 140.22 | 114.33 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 170 | 116 | 0.46 | 0 | 0.32 | 0.33 | 138.99 | 0.32 | 0.51 |
| Hex | 5B | AA | 74 | 2E | 0 | 20 | 21 | 8B | 20 | 33 |
| Octal | 133 | 252 | 164 | 56 | 0 | 40 | 41 | 213 | 40 | 63 |
| Binary | 1011011 | 10101010 | 1110100 | 101110 | 0 | 100000 | 100001 | 10001011 | 100000 | 110011 |
Color Harmonies of #5BAA74
Complementary color
Monochromatic Colors of #5BAA74
Black with #5BAA74
Text Example
Text Example
White with #5BAA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAA74; }
p { color: rgb(91,170,116); }
H1.HeaderClassName
{
color: #5BAA74;
}
.AnyTagClassName
{
color: #5BAA74;
}
</style>
background-color css
<style>
a { background-color: #5BAA74; }
a { background-color: rgb(91,170,116); }
div.DivClassName
{
background-color: #5BAA74;
}
.BgClassName
{
background-color: #5BAA74;
}
</style>
border-color css
<style>
span { border-color: #5BAA74; }
span { border-color: rgb(91,170,116); }
td.TdClassName
{
border-color: #5BAA74;
}
.TagClassName
{
border-color: #5BAA74;
}
</style>