Shades of Ocean Green #5BA882
Tints of Ocean Green #5BA882
RGB
CMYK
RGB Variations
Color information
#5BA882 (or 0x5BA882) is known color: Ocean Green. HEX triplet: 5B, A8 and 82. RGB value is (91,168,130). Sum of RGB (Red+Green+Blue) = 91+168+130=389 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.39% from 389); Green value is 168 (66.02% from 255 or 43.19% from 389); Blue value is 130 (51.17% from 255 or 33.42% from 389); Max value from RGB is 168 - color contains mainly: green. Hex color #5BA882 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA882 is #A4577D. Grayscale: #8C8C8C. Windows color (decimal): -10770302 or 8562779. OLE color: 8562779.
HSL color Cylindrical-coordinate representation of color #5BA882: hue angle of 150.39º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5BA882 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 91 | 168 | 130 | - |
| CMYK | 0.46 | 0 | 0.23 | 0.34 |
| HSL | 150.39º | 0.31% | 0.51% | - |
| HSV(B) | 150.39º | 0.46% | 0.66% | - |
| XYZ | 22.35 | 31.84 | 26.09 | - |
| YUV | 140.65 | 121.99 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 168 | 130 | 0.46 | 0 | 0.23 | 0.34 | 150.39 | 0.31 | 0.51 |
| Hex | 5B | A8 | 82 | 2E | 0 | 17 | 22 | 96 | 1F | 33 |
| Octal | 133 | 250 | 202 | 56 | 0 | 27 | 42 | 226 | 37 | 63 |
| Binary | 1011011 | 10101000 | 10000010 | 101110 | 0 | 10111 | 100010 | 10010110 | 11111 | 110011 |
Color Harmonies of #5BA882
Complementary color
Monochromatic Colors of #5BA882
Black with #5BA882
Text Example
Text Example
White with #5BA882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA882; }
p { color: rgb(91,168,130); }
H1.HeaderClassName
{
color: #5BA882;
}
.AnyTagClassName
{
color: #5BA882;
}
</style>
background-color css
<style>
a { background-color: #5BA882; }
a { background-color: rgb(91,168,130); }
div.DivClassName
{
background-color: #5BA882;
}
.BgClassName
{
background-color: #5BA882;
}
</style>
border-color css
<style>
span { border-color: #5BA882; }
span { border-color: rgb(91,168,130); }
td.TdClassName
{
border-color: #5BA882;
}
.TagClassName
{
border-color: #5BA882;
}
</style>