Shades of Ocean Green #4DB886
Tints of Ocean Green #4DB886
RGB
CMYK
RGB Variations
Color information
#4DB886 (or 0x4DB886) is known color: Ocean Green. HEX triplet: 4D, B8 and 86. RGB value is (77,184,134). Sum of RGB (Red+Green+Blue) = 77+184+134=395 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.49% from 395); Green value is 184 (72.27% from 255 or 46.58% from 395); Blue value is 134 (52.73% from 255 or 33.92% from 395); Max value from RGB is 184 - color contains mainly: green. Hex color #4DB886 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DB886 is #B24779. Grayscale: #929292. Windows color (decimal): -11683706 or 8829005. OLE color: 8829005.
HSL color Cylindrical-coordinate representation of color #4DB886: hue angle of 151.96º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4DB886 is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 77 | 184 | 134 | - |
| CMYK | 0.58 | 0 | 0.27 | 0.28 |
| HSL | 151.96º | 0.43% | 0.51% | - |
| HSV(B) | 151.96º | 0.58% | 0.72% | - |
| XYZ | 24.5 | 37.58 | 28.52 | - |
| YUV | 146.31 | 121.05 | 78.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 184 | 134 | 0.58 | 0 | 0.27 | 0.28 | 151.96 | 0.43 | 0.51 |
| Hex | 4D | B8 | 86 | 3A | 0 | 1B | 1C | 98 | 2B | 33 |
| Octal | 115 | 270 | 206 | 72 | 0 | 33 | 34 | 230 | 53 | 63 |
| Binary | 1001101 | 10111000 | 10000110 | 111010 | 0 | 11011 | 11100 | 10011000 | 101011 | 110011 |
Color Harmonies of #4DB886
Complementary color
Monochromatic Colors of #4DB886
Black with #4DB886
Text Example
Text Example
White with #4DB886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB886; }
p { color: rgb(77,184,134); }
H1.HeaderClassName
{
color: #4DB886;
}
.AnyTagClassName
{
color: #4DB886;
}
</style>
background-color css
<style>
a { background-color: #4DB886; }
a { background-color: rgb(77,184,134); }
div.DivClassName
{
background-color: #4DB886;
}
.BgClassName
{
background-color: #4DB886;
}
</style>
border-color css
<style>
span { border-color: #4DB886; }
span { border-color: rgb(77,184,134); }
td.TdClassName
{
border-color: #4DB886;
}
.TagClassName
{
border-color: #4DB886;
}
</style>