Shades of Ocean Green #4EA27A
Tints of Ocean Green #4EA27A
RGB
CMYK
RGB Variations
Color information
#4EA27A (or 0x4EA27A) is known color: Ocean Green. HEX triplet: 4E, A2 and 7A. RGB value is (78,162,122). Sum of RGB (Red+Green+Blue) = 78+162+122=362 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.55% from 362); Green value is 162 (63.67% from 255 or 44.75% from 362); Blue value is 122 (48.05% from 255 or 33.70% from 362); Max value from RGB is 162 - color contains mainly: green. Hex color #4EA27A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EA27A is #B15D85. Grayscale: #848484. Windows color (decimal): -11623814 or 8036942. OLE color: 8036942.
HSL color Cylindrical-coordinate representation of color #4EA27A: hue angle of 151.43º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4EA27A is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 78 | 162 | 122 | - |
| CMYK | 0.52 | 0 | 0.25 | 0.36 |
| HSL | 151.43º | 0.35% | 0.47% | - |
| HSV(B) | 151.43º | 0.52% | 0.64% | - |
| XYZ | 19.58 | 28.87 | 22.95 | - |
| YUV | 132.32 | 122.17 | 89.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 162 | 122 | 0.52 | 0 | 0.25 | 0.36 | 151.43 | 0.35 | 0.47 |
| Hex | 4E | A2 | 7A | 34 | 0 | 19 | 24 | 97 | 23 | 2F |
| Octal | 116 | 242 | 172 | 64 | 0 | 31 | 44 | 227 | 43 | 57 |
| Binary | 1001110 | 10100010 | 1111010 | 110100 | 0 | 11001 | 100100 | 10010111 | 100011 | 101111 |
Color Harmonies of #4EA27A
Complementary color
Monochromatic Colors of #4EA27A
Black with #4EA27A
Text Example
Text Example
White with #4EA27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA27A; }
p { color: rgb(78,162,122); }
H1.HeaderClassName
{
color: #4EA27A;
}
.AnyTagClassName
{
color: #4EA27A;
}
</style>
background-color css
<style>
a { background-color: #4EA27A; }
a { background-color: rgb(78,162,122); }
div.DivClassName
{
background-color: #4EA27A;
}
.BgClassName
{
background-color: #4EA27A;
}
</style>
border-color css
<style>
span { border-color: #4EA27A; }
span { border-color: rgb(78,162,122); }
td.TdClassName
{
border-color: #4EA27A;
}
.TagClassName
{
border-color: #4EA27A;
}
</style>