Shades of Ocean Green #4EAF7C
Tints of Ocean Green #4EAF7C
RGB
CMYK
RGB Variations
Color information
#4EAF7C (or 0x4EAF7C) is known color: Ocean Green. HEX triplet: 4E, AF and 7C. RGB value is (78,175,124). Sum of RGB (Red+Green+Blue) = 78+175+124=377 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.69% from 377); Green value is 175 (68.75% from 255 or 46.42% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 175 - color contains mainly: green. Hex color #4EAF7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EAF7C is #B15083. Grayscale: #8C8C8C. Windows color (decimal): -11620484 or 8171342. OLE color: 8171342.
HSL color Cylindrical-coordinate representation of color #4EAF7C: hue angle of 148.45º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4EAF7C is Cyan = 0.55, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 78 | 175 | 124 | - |
| CMYK | 0.55 | 0 | 0.29 | 0.31 |
| HSL | 148.45º | 0.38% | 0.5% | - |
| HSV(B) | 148.45º | 0.55% | 0.69% | - |
| XYZ | 22.11 | 33.73 | 24.41 | - |
| YUV | 140.18 | 118.86 | 83.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 175 | 124 | 0.55 | 0 | 0.29 | 0.31 | 148.45 | 0.38 | 0.5 |
| Hex | 4E | AF | 7C | 37 | 0 | 1D | 1F | 94 | 26 | 32 |
| Octal | 116 | 257 | 174 | 67 | 0 | 35 | 37 | 224 | 46 | 62 |
| Binary | 1001110 | 10101111 | 1111100 | 110111 | 0 | 11101 | 11111 | 10010100 | 100110 | 110010 |
Color Harmonies of #4EAF7C
Complementary color
Monochromatic Colors of #4EAF7C
Black with #4EAF7C
Text Example
Text Example
White with #4EAF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EAF7C; }
p { color: rgb(78,175,124); }
H1.HeaderClassName
{
color: #4EAF7C;
}
.AnyTagClassName
{
color: #4EAF7C;
}
</style>
background-color css
<style>
a { background-color: #4EAF7C; }
a { background-color: rgb(78,175,124); }
div.DivClassName
{
background-color: #4EAF7C;
}
.BgClassName
{
background-color: #4EAF7C;
}
</style>
border-color css
<style>
span { border-color: #4EAF7C; }
span { border-color: rgb(78,175,124); }
td.TdClassName
{
border-color: #4EAF7C;
}
.TagClassName
{
border-color: #4EAF7C;
}
</style>