Shades of Ocean Green #4EB47B
Tints of Ocean Green #4EB47B
RGB
CMYK
RGB Variations
Color information
#4EB47B (or 0x4EB47B) is known color: Ocean Green. HEX triplet: 4E, B4 and 7B. RGB value is (78,180,123). Sum of RGB (Red+Green+Blue) = 78+180+123=381 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.47% from 381); Green value is 180 (70.70% from 255 or 47.24% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 180 - color contains mainly: green. Hex color #4EB47B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EB47B is #B14B84. Grayscale: #8F8F8F. Windows color (decimal): -11619205 or 8107086. OLE color: 8107086.
HSL color Cylindrical-coordinate representation of color #4EB47B: hue angle of 146.47º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4EB47B is Cyan = 0.57, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 78 | 180 | 123 | - |
| CMYK | 0.57 | 0 | 0.32 | 0.29 |
| HSL | 146.47º | 0.4% | 0.51% | - |
| HSV(B) | 146.47º | 0.57% | 0.71% | - |
| XYZ | 23.04 | 35.69 | 24.41 | - |
| YUV | 143 | 116.71 | 81.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 180 | 123 | 0.57 | 0 | 0.32 | 0.29 | 146.47 | 0.4 | 0.51 |
| Hex | 4E | B4 | 7B | 39 | 0 | 20 | 1D | 92 | 28 | 33 |
| Octal | 116 | 264 | 173 | 71 | 0 | 40 | 35 | 222 | 50 | 63 |
| Binary | 1001110 | 10110100 | 1111011 | 111001 | 0 | 100000 | 11101 | 10010010 | 101000 | 110011 |
Color Harmonies of #4EB47B
Complementary color
Monochromatic Colors of #4EB47B
Black with #4EB47B
Text Example
Text Example
White with #4EB47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EB47B; }
p { color: rgb(78,180,123); }
H1.HeaderClassName
{
color: #4EB47B;
}
.AnyTagClassName
{
color: #4EB47B;
}
</style>
background-color css
<style>
a { background-color: #4EB47B; }
a { background-color: rgb(78,180,123); }
div.DivClassName
{
background-color: #4EB47B;
}
.BgClassName
{
background-color: #4EB47B;
}
</style>
border-color css
<style>
span { border-color: #4EB47B; }
span { border-color: rgb(78,180,123); }
td.TdClassName
{
border-color: #4EB47B;
}
.TagClassName
{
border-color: #4EB47B;
}
</style>