Shades of Ocean Green #4DAB7E
Tints of Ocean Green #4DAB7E
RGB
CMYK
RGB Variations
Color information
#4DAB7E (or 0x4DAB7E) is known color: Ocean Green. HEX triplet: 4D, AB and 7E. RGB value is (77,171,126). Sum of RGB (Red+Green+Blue) = 77+171+126=374 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.59% from 374); Green value is 171 (67.19% from 255 or 45.72% from 374); Blue value is 126 (49.61% from 255 or 33.69% from 374); Max value from RGB is 171 - color contains mainly: green. Hex color #4DAB7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAB7E is #B25481. Grayscale: #898989. Windows color (decimal): -11687042 or 8301389. OLE color: 8301389.
HSL color Cylindrical-coordinate representation of color #4DAB7E: hue angle of 151.28º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAB7E is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 171 | 126 | - |
| CMYK | 0.55 | 0 | 0.26 | 0.33 |
| HSL | 151.28º | 0.38% | 0.49% | - |
| HSV(B) | 151.28º | 0.55% | 0.67% | - |
| XYZ | 21.39 | 32.21 | 24.83 | - |
| YUV | 137.76 | 121.36 | 84.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 171 | 126 | 0.55 | 0 | 0.26 | 0.33 | 151.28 | 0.38 | 0.49 |
| Hex | 4D | AB | 7E | 37 | 0 | 1A | 21 | 97 | 26 | 31 |
| Octal | 115 | 253 | 176 | 67 | 0 | 32 | 41 | 227 | 46 | 61 |
| Binary | 1001101 | 10101011 | 1111110 | 110111 | 0 | 11010 | 100001 | 10010111 | 100110 | 110001 |
Color Harmonies of #4DAB7E
Complementary color
Monochromatic Colors of #4DAB7E
Black with #4DAB7E
Text Example
Text Example
White with #4DAB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAB7E; }
p { color: rgb(77,171,126); }
H1.HeaderClassName
{
color: #4DAB7E;
}
.AnyTagClassName
{
color: #4DAB7E;
}
</style>
background-color css
<style>
a { background-color: #4DAB7E; }
a { background-color: rgb(77,171,126); }
div.DivClassName
{
background-color: #4DAB7E;
}
.BgClassName
{
background-color: #4DAB7E;
}
</style>
border-color css
<style>
span { border-color: #4DAB7E; }
span { border-color: rgb(77,171,126); }
td.TdClassName
{
border-color: #4DAB7E;
}
.TagClassName
{
border-color: #4DAB7E;
}
</style>