Shades of Ocean Green #4BB186
Tints of Ocean Green #4BB186
RGB
CMYK
RGB Variations
Color information
#4BB186 (or 0x4BB186) is known color: Ocean Green. HEX triplet: 4B, B1 and 86. RGB value is (75,177,134). Sum of RGB (Red+Green+Blue) = 75+177+134=386 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.43% from 386); Green value is 177 (69.53% from 255 or 45.85% from 386); Blue value is 134 (52.73% from 255 or 34.72% from 386); Max value from RGB is 177 - color contains mainly: green. Hex color #4BB186 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BB186 is #B44E79. Grayscale: #8D8D8D. Windows color (decimal): -11816570 or 8827211. OLE color: 8827211.
HSL color Cylindrical-coordinate representation of color #4BB186: hue angle of 154.71º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4BB186 is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 75 | 177 | 134 | - |
| CMYK | 0.58 | 0 | 0.24 | 0.31 |
| HSL | 154.71º | 0.4% | 0.49% | - |
| HSV(B) | 154.71º | 0.58% | 0.69% | - |
| XYZ | 22.93 | 34.66 | 28.04 | - |
| YUV | 141.6 | 123.71 | 80.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 177 | 134 | 0.58 | 0 | 0.24 | 0.31 | 154.71 | 0.4 | 0.49 |
| Hex | 4B | B1 | 86 | 3A | 0 | 18 | 1F | 9B | 28 | 31 |
| Octal | 113 | 261 | 206 | 72 | 0 | 30 | 37 | 233 | 50 | 61 |
| Binary | 1001011 | 10110001 | 10000110 | 111010 | 0 | 11000 | 11111 | 10011011 | 101000 | 110001 |
Color Harmonies of #4BB186
Complementary color
Monochromatic Colors of #4BB186
Black with #4BB186
Text Example
Text Example
White with #4BB186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BB186; }
p { color: rgb(75,177,134); }
H1.HeaderClassName
{
color: #4BB186;
}
.AnyTagClassName
{
color: #4BB186;
}
</style>
background-color css
<style>
a { background-color: #4BB186; }
a { background-color: rgb(75,177,134); }
div.DivClassName
{
background-color: #4BB186;
}
.BgClassName
{
background-color: #4BB186;
}
</style>
border-color css
<style>
span { border-color: #4BB186; }
span { border-color: rgb(75,177,134); }
td.TdClassName
{
border-color: #4BB186;
}
.TagClassName
{
border-color: #4BB186;
}
</style>