Shades of Ocean Green #4DAA6E
Tints of Ocean Green #4DAA6E
RGB
CMYK
RGB Variations
Color information
#4DAA6E (or 0x4DAA6E) is known color: Ocean Green. HEX triplet: 4D, AA and 6E. RGB value is (77,170,110). Sum of RGB (Red+Green+Blue) = 77+170+110=357 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.57% from 357); Green value is 170 (66.80% from 255 or 47.62% from 357); Blue value is 110 (43.36% from 255 or 30.81% from 357); Max value from RGB is 170 - color contains mainly: green. Hex color #4DAA6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAA6E is #B25591. Grayscale: #878787. Windows color (decimal): -11687314 or 7252557. OLE color: 7252557.
HSL color Cylindrical-coordinate representation of color #4DAA6E: hue angle of 141.29º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAA6E is Cyan = 0.55, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 170 | 110 | - |
| CMYK | 0.55 | 0 | 0.35 | 0.33 |
| HSL | 141.29º | 0.38% | 0.48% | - |
| HSV(B) | 141.29º | 0.55% | 0.67% | - |
| XYZ | 20.25 | 31.45 | 19.76 | - |
| YUV | 135.35 | 113.69 | 86.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 170 | 110 | 0.55 | 0 | 0.35 | 0.33 | 141.29 | 0.38 | 0.48 |
| Hex | 4D | AA | 6E | 37 | 0 | 23 | 21 | 8D | 26 | 30 |
| Octal | 115 | 252 | 156 | 67 | 0 | 43 | 41 | 215 | 46 | 60 |
| Binary | 1001101 | 10101010 | 1101110 | 110111 | 0 | 100011 | 100001 | 10001101 | 100110 | 110000 |
Color Harmonies of #4DAA6E
Complementary color
Monochromatic Colors of #4DAA6E
Black with #4DAA6E
Text Example
Text Example
White with #4DAA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAA6E; }
p { color: rgb(77,170,110); }
H1.HeaderClassName
{
color: #4DAA6E;
}
.AnyTagClassName
{
color: #4DAA6E;
}
</style>
background-color css
<style>
a { background-color: #4DAA6E; }
a { background-color: rgb(77,170,110); }
div.DivClassName
{
background-color: #4DAA6E;
}
.BgClassName
{
background-color: #4DAA6E;
}
</style>
border-color css
<style>
span { border-color: #4DAA6E; }
span { border-color: rgb(77,170,110); }
td.TdClassName
{
border-color: #4DAA6E;
}
.TagClassName
{
border-color: #4DAA6E;
}
</style>