Shades of Ocean Green #4DAC7B
Tints of Ocean Green #4DAC7B
RGB
CMYK
RGB Variations
Color information
#4DAC7B (or 0x4DAC7B) is known color: Ocean Green. HEX triplet: 4D, AC and 7B. RGB value is (77,172,123). Sum of RGB (Red+Green+Blue) = 77+172+123=372 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.70% from 372); Green value is 172 (67.58% from 255 or 46.24% from 372); Blue value is 123 (48.44% from 255 or 33.06% from 372); Max value from RGB is 172 - color contains mainly: green. Hex color #4DAC7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAC7B is #B25384. Grayscale: #8A8A8A. Windows color (decimal): -11686789 or 8105037. OLE color: 8105037.
HSL color Cylindrical-coordinate representation of color #4DAC7B: hue angle of 149.05º 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 #4DAC7B is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 172 | 123 | - |
| CMYK | 0.55 | 0 | 0.28 | 0.33 |
| HSL | 149.05º | 0.38% | 0.49% | - |
| HSV(B) | 149.05º | 0.55% | 0.67% | - |
| XYZ | 21.39 | 32.51 | 23.89 | - |
| YUV | 138.01 | 119.53 | 84.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 172 | 123 | 0.55 | 0 | 0.28 | 0.33 | 149.05 | 0.38 | 0.49 |
| Hex | 4D | AC | 7B | 37 | 0 | 1C | 21 | 95 | 26 | 31 |
| Octal | 115 | 254 | 173 | 67 | 0 | 34 | 41 | 225 | 46 | 61 |
| Binary | 1001101 | 10101100 | 1111011 | 110111 | 0 | 11100 | 100001 | 10010101 | 100110 | 110001 |
Color Harmonies of #4DAC7B
Complementary color
Monochromatic Colors of #4DAC7B
Black with #4DAC7B
Text Example
Text Example
White with #4DAC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAC7B; }
p { color: rgb(77,172,123); }
H1.HeaderClassName
{
color: #4DAC7B;
}
.AnyTagClassName
{
color: #4DAC7B;
}
</style>
background-color css
<style>
a { background-color: #4DAC7B; }
a { background-color: rgb(77,172,123); }
div.DivClassName
{
background-color: #4DAC7B;
}
.BgClassName
{
background-color: #4DAC7B;
}
</style>
border-color css
<style>
span { border-color: #4DAC7B; }
span { border-color: rgb(77,172,123); }
td.TdClassName
{
border-color: #4DAC7B;
}
.TagClassName
{
border-color: #4DAC7B;
}
</style>