Shades of Ocean Green #4DB186
Tints of Ocean Green #4DB186
RGB
CMYK
RGB Variations
Color information
#4DB186 (or 0x4DB186) is known color: Ocean Green. HEX triplet: 4D, B1 and 86. RGB value is (77,177,134). Sum of RGB (Red+Green+Blue) = 77+177+134=388 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.85% from 388); Green value is 177 (69.53% from 255 or 45.62% from 388); Blue value is 134 (52.73% from 255 or 34.54% from 388); Max value from RGB is 177 - color contains mainly: green. Hex color #4DB186 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DB186 is #B24E79. Grayscale: #8E8E8E. Windows color (decimal): -11685498 or 8827213. OLE color: 8827213.
HSL color Cylindrical-coordinate representation of color #4DB186: hue angle of 154.2º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4DB186 is Cyan = 0.56, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 177 | 134 | - |
| CMYK | 0.56 | 0 | 0.24 | 0.31 |
| HSL | 154.2º | 0.39% | 0.5% | - |
| HSV(B) | 154.2º | 0.56% | 0.69% | - |
| XYZ | 23.09 | 34.74 | 28.04 | - |
| YUV | 142.2 | 123.37 | 81.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 177 | 134 | 0.56 | 0 | 0.24 | 0.31 | 154.2 | 0.39 | 0.5 |
| Hex | 4D | B1 | 86 | 38 | 0 | 18 | 1F | 9A | 27 | 32 |
| Octal | 115 | 261 | 206 | 70 | 0 | 30 | 37 | 232 | 47 | 62 |
| Binary | 1001101 | 10110001 | 10000110 | 111000 | 0 | 11000 | 11111 | 10011010 | 100111 | 110010 |
Color Harmonies of #4DB186
Complementary color
Monochromatic Colors of #4DB186
Black with #4DB186
Text Example
Text Example
White with #4DB186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB186; }
p { color: rgb(77,177,134); }
H1.HeaderClassName
{
color: #4DB186;
}
.AnyTagClassName
{
color: #4DB186;
}
</style>
background-color css
<style>
a { background-color: #4DB186; }
a { background-color: rgb(77,177,134); }
div.DivClassName
{
background-color: #4DB186;
}
.BgClassName
{
background-color: #4DB186;
}
</style>
border-color css
<style>
span { border-color: #4DB186; }
span { border-color: rgb(77,177,134); }
td.TdClassName
{
border-color: #4DB186;
}
.TagClassName
{
border-color: #4DB186;
}
</style>