Shades of Ocean Green #5BA885
Tints of Ocean Green #5BA885
RGB
CMYK
RGB Variations
Color information
#5BA885 (or 0x5BA885) is known color: Ocean Green. HEX triplet: 5B, A8 and 85. RGB value is (91,168,133). Sum of RGB (Red+Green+Blue) = 91+168+133=392 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.21% from 392); Green value is 168 (66.02% from 255 or 42.86% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 168 - color contains mainly: green. Hex color #5BA885 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA885 is #A4577A. Grayscale: #8D8D8D. Windows color (decimal): -10770299 or 8759387. OLE color: 8759387.
HSL color Cylindrical-coordinate representation of color #5BA885: hue angle of 152.73º 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 #5BA885 is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 91 | 168 | 133 | - |
| CMYK | 0.46 | 0 | 0.21 | 0.34 |
| HSL | 152.73º | 0.31% | 0.51% | - |
| HSV(B) | 152.73º | 0.46% | 0.66% | - |
| XYZ | 22.55 | 31.92 | 27.16 | - |
| YUV | 140.99 | 123.49 | 92.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 168 | 133 | 0.46 | 0 | 0.21 | 0.34 | 152.73 | 0.31 | 0.51 |
| Hex | 5B | A8 | 85 | 2E | 0 | 15 | 22 | 99 | 1F | 33 |
| Octal | 133 | 250 | 205 | 56 | 0 | 25 | 42 | 231 | 37 | 63 |
| Binary | 1011011 | 10101000 | 10000101 | 101110 | 0 | 10101 | 100010 | 10011001 | 11111 | 110011 |
Color Harmonies of #5BA885
Complementary color
Monochromatic Colors of #5BA885
Black with #5BA885
Text Example
Text Example
White with #5BA885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA885; }
p { color: rgb(91,168,133); }
H1.HeaderClassName
{
color: #5BA885;
}
.AnyTagClassName
{
color: #5BA885;
}
</style>
background-color css
<style>
a { background-color: #5BA885; }
a { background-color: rgb(91,168,133); }
div.DivClassName
{
background-color: #5BA885;
}
.BgClassName
{
background-color: #5BA885;
}
</style>
border-color css
<style>
span { border-color: #5BA885; }
span { border-color: rgb(91,168,133); }
td.TdClassName
{
border-color: #5BA885;
}
.TagClassName
{
border-color: #5BA885;
}
</style>