Shades of Ocean Green #4DAA7E
Tints of Ocean Green #4DAA7E
RGB
CMYK
RGB Variations
Color information
#4DAA7E (or 0x4DAA7E) is known color: Ocean Green. HEX triplet: 4D, AA and 7E. RGB value is (77,170,126). Sum of RGB (Red+Green+Blue) = 77+170+126=373 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.64% from 373); Green value is 170 (66.80% from 255 or 45.58% from 373); Blue value is 126 (49.61% from 255 or 33.78% from 373); Max value from RGB is 170 - color contains mainly: green. Hex color #4DAA7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAA7E is #B25581. Grayscale: #898989. Windows color (decimal): -11687298 or 8301133. OLE color: 8301133.
HSL color Cylindrical-coordinate representation of color #4DAA7E: hue angle of 151.61º 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 #4DAA7E is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 170 | 126 | - |
| CMYK | 0.55 | 0 | 0.26 | 0.33 |
| HSL | 151.61º | 0.38% | 0.48% | - |
| HSV(B) | 151.61º | 0.55% | 0.67% | - |
| XYZ | 21.2 | 31.83 | 24.77 | - |
| YUV | 137.18 | 121.69 | 85.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 170 | 126 | 0.55 | 0 | 0.26 | 0.33 | 151.61 | 0.38 | 0.48 |
| Hex | 4D | AA | 7E | 37 | 0 | 1A | 21 | 98 | 26 | 30 |
| Octal | 115 | 252 | 176 | 67 | 0 | 32 | 41 | 230 | 46 | 60 |
| Binary | 1001101 | 10101010 | 1111110 | 110111 | 0 | 11010 | 100001 | 10011000 | 100110 | 110000 |
Color Harmonies of #4DAA7E
Complementary color
Monochromatic Colors of #4DAA7E
Black with #4DAA7E
Text Example
Text Example
White with #4DAA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAA7E; }
p { color: rgb(77,170,126); }
H1.HeaderClassName
{
color: #4DAA7E;
}
.AnyTagClassName
{
color: #4DAA7E;
}
</style>
background-color css
<style>
a { background-color: #4DAA7E; }
a { background-color: rgb(77,170,126); }
div.DivClassName
{
background-color: #4DAA7E;
}
.BgClassName
{
background-color: #4DAA7E;
}
</style>
border-color css
<style>
span { border-color: #4DAA7E; }
span { border-color: rgb(77,170,126); }
td.TdClassName
{
border-color: #4DAA7E;
}
.TagClassName
{
border-color: #4DAA7E;
}
</style>