Shades of Ocean Green #4DAC7E
Tints of Ocean Green #4DAC7E
RGB
CMYK
RGB Variations
Color information
#4DAC7E (or 0x4DAC7E) is known color: Ocean Green. HEX triplet: 4D, AC and 7E. RGB value is (77,172,126). Sum of RGB (Red+Green+Blue) = 77+172+126=375 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.53% from 375); Green value is 172 (67.58% from 255 or 45.87% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 172 - color contains mainly: green. Hex color #4DAC7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAC7E is #B25381. Grayscale: #8A8A8A. Windows color (decimal): -11686786 or 8301645. OLE color: 8301645.
HSL color Cylindrical-coordinate representation of color #4DAC7E: hue angle of 150.95º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAC7E is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 172 | 126 | - |
| CMYK | 0.55 | 0 | 0.27 | 0.33 |
| HSL | 150.95º | 0.38% | 0.49% | - |
| HSV(B) | 150.95º | 0.55% | 0.67% | - |
| XYZ | 21.58 | 32.59 | 24.89 | - |
| YUV | 138.35 | 121.03 | 84.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 172 | 126 | 0.55 | 0 | 0.27 | 0.33 | 150.95 | 0.38 | 0.49 |
| Hex | 4D | AC | 7E | 37 | 0 | 1B | 21 | 97 | 26 | 31 |
| Octal | 115 | 254 | 176 | 67 | 0 | 33 | 41 | 227 | 46 | 61 |
| Binary | 1001101 | 10101100 | 1111110 | 110111 | 0 | 11011 | 100001 | 10010111 | 100110 | 110001 |
Color Harmonies of #4DAC7E
Complementary color
Monochromatic Colors of #4DAC7E
Black with #4DAC7E
Text Example
Text Example
White with #4DAC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAC7E; }
p { color: rgb(77,172,126); }
H1.HeaderClassName
{
color: #4DAC7E;
}
.AnyTagClassName
{
color: #4DAC7E;
}
</style>
background-color css
<style>
a { background-color: #4DAC7E; }
a { background-color: rgb(77,172,126); }
div.DivClassName
{
background-color: #4DAC7E;
}
.BgClassName
{
background-color: #4DAC7E;
}
</style>
border-color css
<style>
span { border-color: #4DAC7E; }
span { border-color: rgb(77,172,126); }
td.TdClassName
{
border-color: #4DAC7E;
}
.TagClassName
{
border-color: #4DAC7E;
}
</style>