Shades of Ocean Green #4EA282
Tints of Ocean Green #4EA282
RGB
CMYK
RGB Variations
Color information
#4EA282 (or 0x4EA282) is known color: Ocean Green. HEX triplet: 4E, A2 and 82. RGB value is (78,162,130). Sum of RGB (Red+Green+Blue) = 78+162+130=370 (49% of max value = 765). Red value is 78 (30.86% from 255 or 21.08% from 370); Green value is 162 (63.67% from 255 or 43.78% from 370); Blue value is 130 (51.17% from 255 or 35.14% from 370); Max value from RGB is 162 - color contains mainly: green. Hex color #4EA282 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EA282 is #B15D7D. Grayscale: #858585. Windows color (decimal): -11623806 or 8561230. OLE color: 8561230.
HSL color Cylindrical-coordinate representation of color #4EA282: hue angle of 157.14º 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 #4EA282 is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 78 | 162 | 130 | - |
| CMYK | 0.52 | 0 | 0.20 | 0.36 |
| HSL | 157.14º | 0.35% | 0.47% | - |
| HSV(B) | 157.14º | 0.52% | 0.64% | - |
| XYZ | 20.09 | 29.07 | 25.67 | - |
| YUV | 133.24 | 126.17 | 88.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 162 | 130 | 0.52 | 0 | 0.20 | 0.36 | 157.14 | 0.35 | 0.47 |
| Hex | 4E | A2 | 82 | 34 | 0 | 14 | 24 | 9D | 23 | 2F |
| Octal | 116 | 242 | 202 | 64 | 0 | 24 | 44 | 235 | 43 | 57 |
| Binary | 1001110 | 10100010 | 10000010 | 110100 | 0 | 10100 | 100100 | 10011101 | 100011 | 101111 |
Color Harmonies of #4EA282
Complementary color
Monochromatic Colors of #4EA282
Black with #4EA282
Text Example
Text Example
White with #4EA282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA282; }
p { color: rgb(78,162,130); }
H1.HeaderClassName
{
color: #4EA282;
}
.AnyTagClassName
{
color: #4EA282;
}
</style>
background-color css
<style>
a { background-color: #4EA282; }
a { background-color: rgb(78,162,130); }
div.DivClassName
{
background-color: #4EA282;
}
.BgClassName
{
background-color: #4EA282;
}
</style>
border-color css
<style>
span { border-color: #4EA282; }
span { border-color: rgb(78,162,130); }
td.TdClassName
{
border-color: #4EA282;
}
.TagClassName
{
border-color: #4EA282;
}
</style>