Shades of Ocean Green #5BAA7D
Tints of Ocean Green #5BAA7D
RGB
CMYK
RGB Variations
Color information
#5BAA7D (or 0x5BAA7D) is known color: Ocean Green. HEX triplet: 5B, AA and 7D. RGB value is (91,170,125). Sum of RGB (Red+Green+Blue) = 91+170+125=386 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.58% from 386); Green value is 170 (66.80% from 255 or 44.04% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 170 - color contains mainly: green. Hex color #5BAA7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BAA7D is #A45582. Grayscale: #8D8D8D. Windows color (decimal): -10769795 or 8235611. OLE color: 8235611.
HSL color Cylindrical-coordinate representation of color #5BAA7D: hue angle of 145.82º 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 #5BAA7D is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 170 | 125 | - |
| CMYK | 0.46 | 0 | 0.26 | 0.33 |
| HSL | 145.82º | 0.32% | 0.51% | - |
| HSV(B) | 145.82º | 0.46% | 0.67% | - |
| XYZ | 22.39 | 32.45 | 24.49 | - |
| YUV | 141.25 | 118.83 | 92.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 170 | 125 | 0.46 | 0 | 0.26 | 0.33 | 145.82 | 0.32 | 0.51 |
| Hex | 5B | AA | 7D | 2E | 0 | 1A | 21 | 92 | 20 | 33 |
| Octal | 133 | 252 | 175 | 56 | 0 | 32 | 41 | 222 | 40 | 63 |
| Binary | 1011011 | 10101010 | 1111101 | 101110 | 0 | 11010 | 100001 | 10010010 | 100000 | 110011 |
Color Harmonies of #5BAA7D
Complementary color
Monochromatic Colors of #5BAA7D
Black with #5BAA7D
Text Example
Text Example
White with #5BAA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAA7D; }
p { color: rgb(91,170,125); }
H1.HeaderClassName
{
color: #5BAA7D;
}
.AnyTagClassName
{
color: #5BAA7D;
}
</style>
background-color css
<style>
a { background-color: #5BAA7D; }
a { background-color: rgb(91,170,125); }
div.DivClassName
{
background-color: #5BAA7D;
}
.BgClassName
{
background-color: #5BAA7D;
}
</style>
border-color css
<style>
span { border-color: #5BAA7D; }
span { border-color: rgb(91,170,125); }
td.TdClassName
{
border-color: #5BAA7D;
}
.TagClassName
{
border-color: #5BAA7D;
}
</style>