Shades of Ocean Green #4DAF86
Tints of Ocean Green #4DAF86
RGB
CMYK
RGB Variations
Color information
#4DAF86 (or 0x4DAF86) is known color: Ocean Green. HEX triplet: 4D, AF and 86. RGB value is (77,175,134). Sum of RGB (Red+Green+Blue) = 77+175+134=386 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.95% from 386); Green value is 175 (68.75% from 255 or 45.34% from 386); Blue value is 134 (52.73% from 255 or 34.72% from 386); Max value from RGB is 175 - color contains mainly: green. Hex color #4DAF86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAF86 is #B25079. Grayscale: #8D8D8D. Windows color (decimal): -11686010 or 8826701. OLE color: 8826701.
HSL color Cylindrical-coordinate representation of color #4DAF86: hue angle of 154.9º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4DAF86 is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 175 | 134 | - |
| CMYK | 0.56 | 0 | 0.23 | 0.31 |
| HSL | 154.9º | 0.39% | 0.49% | - |
| HSV(B) | 154.9º | 0.56% | 0.69% | - |
| XYZ | 22.69 | 33.96 | 27.91 | - |
| YUV | 141.02 | 124.03 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 175 | 134 | 0.56 | 0 | 0.23 | 0.31 | 154.9 | 0.39 | 0.49 |
| Hex | 4D | AF | 86 | 38 | 0 | 17 | 1F | 9B | 27 | 31 |
| Octal | 115 | 257 | 206 | 70 | 0 | 27 | 37 | 233 | 47 | 61 |
| Binary | 1001101 | 10101111 | 10000110 | 111000 | 0 | 10111 | 11111 | 10011011 | 100111 | 110001 |
Color Harmonies of #4DAF86
Complementary color
Monochromatic Colors of #4DAF86
Black with #4DAF86
Text Example
Text Example
White with #4DAF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAF86; }
p { color: rgb(77,175,134); }
H1.HeaderClassName
{
color: #4DAF86;
}
.AnyTagClassName
{
color: #4DAF86;
}
</style>
background-color css
<style>
a { background-color: #4DAF86; }
a { background-color: rgb(77,175,134); }
div.DivClassName
{
background-color: #4DAF86;
}
.BgClassName
{
background-color: #4DAF86;
}
</style>
border-color css
<style>
span { border-color: #4DAF86; }
span { border-color: rgb(77,175,134); }
td.TdClassName
{
border-color: #4DAF86;
}
.TagClassName
{
border-color: #4DAF86;
}
</style>