Shades of Ocean Green #4DA06E
Tints of Ocean Green #4DA06E
RGB
CMYK
RGB Variations
Color information
#4DA06E (or 0x4DA06E) is known color: Ocean Green. HEX triplet: 4D, A0 and 6E. RGB value is (77,160,110). Sum of RGB (Red+Green+Blue) = 77+160+110=347 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.19% from 347); Green value is 160 (62.89% from 255 or 46.11% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 160 - color contains mainly: green. Hex color #4DA06E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA06E is #B25F91. Grayscale: #818181. Windows color (decimal): -11689874 or 7249997. OLE color: 7249997.
HSL color Cylindrical-coordinate representation of color #4DA06E: hue angle of 143.86º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4DA06E is Cyan = 0.52, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 77 | 160 | 110 | - |
| CMYK | 0.52 | 0 | 0.31 | 0.37 |
| HSL | 143.86º | 0.35% | 0.46% | - |
| HSV(B) | 143.86º | 0.52% | 0.63% | - |
| XYZ | 18.45 | 27.85 | 19.15 | - |
| YUV | 129.48 | 117 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 160 | 110 | 0.52 | 0 | 0.31 | 0.37 | 143.86 | 0.35 | 0.46 |
| Hex | 4D | A0 | 6E | 34 | 0 | 1F | 25 | 90 | 23 | 2E |
| Octal | 115 | 240 | 156 | 64 | 0 | 37 | 45 | 220 | 43 | 56 |
| Binary | 1001101 | 10100000 | 1101110 | 110100 | 0 | 11111 | 100101 | 10010000 | 100011 | 101110 |
Color Harmonies of #4DA06E
Complementary color
Monochromatic Colors of #4DA06E
Black with #4DA06E
Text Example
Text Example
White with #4DA06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA06E; }
p { color: rgb(77,160,110); }
H1.HeaderClassName
{
color: #4DA06E;
}
.AnyTagClassName
{
color: #4DA06E;
}
</style>
background-color css
<style>
a { background-color: #4DA06E; }
a { background-color: rgb(77,160,110); }
div.DivClassName
{
background-color: #4DA06E;
}
.BgClassName
{
background-color: #4DA06E;
}
</style>
border-color css
<style>
span { border-color: #4DA06E; }
span { border-color: rgb(77,160,110); }
td.TdClassName
{
border-color: #4DA06E;
}
.TagClassName
{
border-color: #4DA06E;
}
</style>