Shades of Ocean Green #5BAA82
Tints of Ocean Green #5BAA82
RGB
CMYK
RGB Variations
Color information
#5BAA82 (or 0x5BAA82) is known color: Ocean Green. HEX triplet: 5B, AA and 82. RGB value is (91,170,130). Sum of RGB (Red+Green+Blue) = 91+170+130=391 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.27% from 391); Green value is 170 (66.80% from 255 or 43.48% from 391); Blue value is 130 (51.17% from 255 or 33.25% from 391); Max value from RGB is 170 - color contains mainly: green. Hex color #5BAA82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BAA82 is #A4557D. Grayscale: #8D8D8D. Windows color (decimal): -10769790 or 8563291. OLE color: 8563291.
HSL color Cylindrical-coordinate representation of color #5BAA82: hue angle of 149.62º 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 #5BAA82 is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 170 | 130 | - |
| CMYK | 0.46 | 0 | 0.24 | 0.33 |
| HSL | 149.62º | 0.32% | 0.51% | - |
| HSV(B) | 149.62º | 0.46% | 0.67% | - |
| XYZ | 22.72 | 32.59 | 26.21 | - |
| YUV | 141.82 | 121.33 | 91.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 170 | 130 | 0.46 | 0 | 0.24 | 0.33 | 149.62 | 0.32 | 0.51 |
| Hex | 5B | AA | 82 | 2E | 0 | 18 | 21 | 96 | 20 | 33 |
| Octal | 133 | 252 | 202 | 56 | 0 | 30 | 41 | 226 | 40 | 63 |
| Binary | 1011011 | 10101010 | 10000010 | 101110 | 0 | 11000 | 100001 | 10010110 | 100000 | 110011 |
Color Harmonies of #5BAA82
Complementary color
Monochromatic Colors of #5BAA82
Black with #5BAA82
Text Example
Text Example
White with #5BAA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAA82; }
p { color: rgb(91,170,130); }
H1.HeaderClassName
{
color: #5BAA82;
}
.AnyTagClassName
{
color: #5BAA82;
}
</style>
background-color css
<style>
a { background-color: #5BAA82; }
a { background-color: rgb(91,170,130); }
div.DivClassName
{
background-color: #5BAA82;
}
.BgClassName
{
background-color: #5BAA82;
}
</style>
border-color css
<style>
span { border-color: #5BAA82; }
span { border-color: rgb(91,170,130); }
td.TdClassName
{
border-color: #5BAA82;
}
.TagClassName
{
border-color: #5BAA82;
}
</style>