Shades of Ocean Green #5BA681
Tints of Ocean Green #5BA681
RGB
CMYK
RGB Variations
Color information
#5BA681 (or 0x5BA681) is known color: Ocean Green. HEX triplet: 5B, A6 and 81. RGB value is (91,166,129). Sum of RGB (Red+Green+Blue) = 91+166+129=386 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.58% from 386); Green value is 166 (65.23% from 255 or 43.01% from 386); Blue value is 129 (50.78% from 255 or 33.42% from 386); Max value from RGB is 166 - color contains mainly: green. Hex color #5BA681 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA681 is #A4597E. Grayscale: #8B8B8B. Windows color (decimal): -10770815 or 8496731. OLE color: 8496731.
HSL color Cylindrical-coordinate representation of color #5BA681: hue angle of 150.4º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5BA681 is Cyan = 0.45, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 91 | 166 | 129 | - |
| CMYK | 0.45 | 0 | 0.22 | 0.35 |
| HSL | 150.4º | 0.3% | 0.5% | - |
| HSV(B) | 150.4º | 0.45% | 0.65% | - |
| XYZ | 21.91 | 31.08 | 25.61 | - |
| YUV | 139.36 | 122.15 | 93.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 166 | 129 | 0.45 | 0 | 0.22 | 0.35 | 150.4 | 0.3 | 0.5 |
| Hex | 5B | A6 | 81 | 2D | 0 | 16 | 23 | 96 | 1E | 32 |
| Octal | 133 | 246 | 201 | 55 | 0 | 26 | 43 | 226 | 36 | 62 |
| Binary | 1011011 | 10100110 | 10000001 | 101101 | 0 | 10110 | 100011 | 10010110 | 11110 | 110010 |
Color Harmonies of #5BA681
Complementary color
Monochromatic Colors of #5BA681
Black with #5BA681
Text Example
Text Example
White with #5BA681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA681; }
p { color: rgb(91,166,129); }
H1.HeaderClassName
{
color: #5BA681;
}
.AnyTagClassName
{
color: #5BA681;
}
</style>
background-color css
<style>
a { background-color: #5BA681; }
a { background-color: rgb(91,166,129); }
div.DivClassName
{
background-color: #5BA681;
}
.BgClassName
{
background-color: #5BA681;
}
</style>
border-color css
<style>
span { border-color: #5BA681; }
span { border-color: rgb(91,166,129); }
td.TdClassName
{
border-color: #5BA681;
}
.TagClassName
{
border-color: #5BA681;
}
</style>