Shades of Ocean Green #4DAD7B
Tints of Ocean Green #4DAD7B
RGB
CMYK
RGB Variations
Color information
#4DAD7B (or 0x4DAD7B) is known color: Ocean Green. HEX triplet: 4D, AD and 7B. RGB value is (77,173,123). Sum of RGB (Red+Green+Blue) = 77+173+123=373 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.64% from 373); Green value is 173 (67.97% from 255 or 46.38% from 373); Blue value is 123 (48.44% from 255 or 32.98% from 373); Max value from RGB is 173 - color contains mainly: green. Hex color #4DAD7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAD7B is #B25284. Grayscale: #8A8A8A. Windows color (decimal): -11686533 or 8105293. OLE color: 8105293.
HSL color Cylindrical-coordinate representation of color #4DAD7B: hue angle of 148.75º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAD7B is Cyan = 0.55, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 173 | 123 | - |
| CMYK | 0.55 | 0 | 0.29 | 0.32 |
| HSL | 148.75º | 0.38% | 0.49% | - |
| HSV(B) | 148.75º | 0.55% | 0.68% | - |
| XYZ | 21.58 | 32.89 | 23.95 | - |
| YUV | 138.6 | 119.2 | 84.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 173 | 123 | 0.55 | 0 | 0.29 | 0.32 | 148.75 | 0.38 | 0.49 |
| Hex | 4D | AD | 7B | 37 | 0 | 1D | 20 | 95 | 26 | 31 |
| Octal | 115 | 255 | 173 | 67 | 0 | 35 | 40 | 225 | 46 | 61 |
| Binary | 1001101 | 10101101 | 1111011 | 110111 | 0 | 11101 | 100000 | 10010101 | 100110 | 110001 |
Color Harmonies of #4DAD7B
Complementary color
Monochromatic Colors of #4DAD7B
Black with #4DAD7B
Text Example
Text Example
White with #4DAD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAD7B; }
p { color: rgb(77,173,123); }
H1.HeaderClassName
{
color: #4DAD7B;
}
.AnyTagClassName
{
color: #4DAD7B;
}
</style>
background-color css
<style>
a { background-color: #4DAD7B; }
a { background-color: rgb(77,173,123); }
div.DivClassName
{
background-color: #4DAD7B;
}
.BgClassName
{
background-color: #4DAD7B;
}
</style>
border-color css
<style>
span { border-color: #4DAD7B; }
span { border-color: rgb(77,173,123); }
td.TdClassName
{
border-color: #4DAD7B;
}
.TagClassName
{
border-color: #4DAD7B;
}
</style>