Shades of Ocean Green #4DAD6A
Tints of Ocean Green #4DAD6A
RGB
CMYK
RGB Variations
Color information
#4DAD6A (or 0x4DAD6A) is known color: Ocean Green. HEX triplet: 4D, AD and 6A. RGB value is (77,173,106). Sum of RGB (Red+Green+Blue) = 77+173+106=356 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.63% from 356); Green value is 173 (67.97% from 255 or 48.60% from 356); Blue value is 106 (41.80% from 255 or 29.78% from 356); Max value from RGB is 173 - color contains mainly: green. Hex color #4DAD6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAD6A is #B25295. Grayscale: #888888. Windows color (decimal): -11686550 or 6991181. OLE color: 6991181.
HSL color Cylindrical-coordinate representation of color #4DAD6A: hue angle of 138.12º 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 #4DAD6A is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 173 | 106 | - |
| CMYK | 0.55 | 0 | 0.39 | 0.32 |
| HSL | 138.13º | 0.38% | 0.49% | - |
| HSV(B) | 138.13º | 0.55% | 0.68% | - |
| XYZ | 20.61 | 32.51 | 18.82 | - |
| YUV | 136.66 | 110.7 | 85.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 173 | 106 | 0.55 | 0 | 0.39 | 0.32 | 138.13 | 0.38 | 0.49 |
| Hex | 4D | AD | 6A | 37 | 0 | 27 | 20 | 8A | 26 | 31 |
| Octal | 115 | 255 | 152 | 67 | 0 | 47 | 40 | 212 | 46 | 61 |
| Binary | 1001101 | 10101101 | 1101010 | 110111 | 0 | 100111 | 100000 | 10001010 | 100110 | 110001 |
Color Harmonies of #4DAD6A
Complementary color
Monochromatic Colors of #4DAD6A
Black with #4DAD6A
Text Example
Text Example
White with #4DAD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAD6A; }
p { color: rgb(77,173,106); }
H1.HeaderClassName
{
color: #4DAD6A;
}
.AnyTagClassName
{
color: #4DAD6A;
}
</style>
background-color css
<style>
a { background-color: #4DAD6A; }
a { background-color: rgb(77,173,106); }
div.DivClassName
{
background-color: #4DAD6A;
}
.BgClassName
{
background-color: #4DAD6A;
}
</style>
border-color css
<style>
span { border-color: #4DAD6A; }
span { border-color: rgb(77,173,106); }
td.TdClassName
{
border-color: #4DAD6A;
}
.TagClassName
{
border-color: #4DAD6A;
}
</style>