Shades of Ocean Green #4DAA86
Tints of Ocean Green #4DAA86
RGB
CMYK
RGB Variations
Color information
#4DAA86 (or 0x4DAA86) is known color: Ocean Green. HEX triplet: 4D, AA and 86. RGB value is (77,170,134). Sum of RGB (Red+Green+Blue) = 77+170+134=381 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.21% from 381); Green value is 170 (66.80% from 255 or 44.62% from 381); Blue value is 134 (52.73% from 255 or 35.17% from 381); Max value from RGB is 170 - color contains mainly: green. Hex color #4DAA86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAA86 is #B25579. Grayscale: #8A8A8A. Windows color (decimal): -11687290 or 8825421. OLE color: 8825421.
HSL color Cylindrical-coordinate representation of color #4DAA86: hue angle of 156.77º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAA86 is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 170 | 134 | - |
| CMYK | 0.55 | 0 | 0.21 | 0.33 |
| HSL | 156.77º | 0.38% | 0.48% | - |
| HSV(B) | 156.77º | 0.55% | 0.67% | - |
| XYZ | 21.74 | 32.05 | 27.59 | - |
| YUV | 138.09 | 125.69 | 84.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 170 | 134 | 0.55 | 0 | 0.21 | 0.33 | 156.77 | 0.38 | 0.48 |
| Hex | 4D | AA | 86 | 37 | 0 | 15 | 21 | 9D | 26 | 30 |
| Octal | 115 | 252 | 206 | 67 | 0 | 25 | 41 | 235 | 46 | 60 |
| Binary | 1001101 | 10101010 | 10000110 | 110111 | 0 | 10101 | 100001 | 10011101 | 100110 | 110000 |
Color Harmonies of #4DAA86
Complementary color
Monochromatic Colors of #4DAA86
Black with #4DAA86
Text Example
Text Example
White with #4DAA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAA86; }
p { color: rgb(77,170,134); }
H1.HeaderClassName
{
color: #4DAA86;
}
.AnyTagClassName
{
color: #4DAA86;
}
</style>
background-color css
<style>
a { background-color: #4DAA86; }
a { background-color: rgb(77,170,134); }
div.DivClassName
{
background-color: #4DAA86;
}
.BgClassName
{
background-color: #4DAA86;
}
</style>
border-color css
<style>
span { border-color: #4DAA86; }
span { border-color: rgb(77,170,134); }
td.TdClassName
{
border-color: #4DAA86;
}
.TagClassName
{
border-color: #4DAA86;
}
</style>