Shades of Ocean Green #4DA07F
Tints of Ocean Green #4DA07F
RGB
CMYK
RGB Variations
Color information
#4DA07F (or 0x4DA07F) is known color: Ocean Green. HEX triplet: 4D, A0 and 7F. RGB value is (77,160,127). Sum of RGB (Red+Green+Blue) = 77+160+127=364 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.15% from 364); Green value is 160 (62.89% from 255 or 43.96% from 364); Blue value is 127 (50% from 255 or 34.89% from 364); Max value from RGB is 160 - color contains mainly: green. Hex color #4DA07F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA07F is #B25F80. Grayscale: #838383. Windows color (decimal): -11689857 or 8364109. OLE color: 8364109.
HSL color Cylindrical-coordinate representation of color #4DA07F: hue angle of 156.14º 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 #4DA07F is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 77 | 160 | 127 | - |
| CMYK | 0.52 | 0 | 0.21 | 0.37 |
| HSL | 156.14º | 0.35% | 0.46% | - |
| HSV(B) | 156.14º | 0.52% | 0.63% | - |
| XYZ | 19.46 | 28.25 | 24.51 | - |
| YUV | 131.42 | 125.5 | 89.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 160 | 127 | 0.52 | 0 | 0.21 | 0.37 | 156.14 | 0.35 | 0.46 |
| Hex | 4D | A0 | 7F | 34 | 0 | 15 | 25 | 9C | 23 | 2E |
| Octal | 115 | 240 | 177 | 64 | 0 | 25 | 45 | 234 | 43 | 56 |
| Binary | 1001101 | 10100000 | 1111111 | 110100 | 0 | 10101 | 100101 | 10011100 | 100011 | 101110 |
Color Harmonies of #4DA07F
Complementary color
Monochromatic Colors of #4DA07F
Black with #4DA07F
Text Example
Text Example
White with #4DA07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA07F; }
p { color: rgb(77,160,127); }
H1.HeaderClassName
{
color: #4DA07F;
}
.AnyTagClassName
{
color: #4DA07F;
}
</style>
background-color css
<style>
a { background-color: #4DA07F; }
a { background-color: rgb(77,160,127); }
div.DivClassName
{
background-color: #4DA07F;
}
.BgClassName
{
background-color: #4DA07F;
}
</style>
border-color css
<style>
span { border-color: #4DA07F; }
span { border-color: rgb(77,160,127); }
td.TdClassName
{
border-color: #4DA07F;
}
.TagClassName
{
border-color: #4DA07F;
}
</style>