Shades of Ocean Green #5EA478
Tints of Ocean Green #5EA478
RGB
CMYK
RGB Variations
Color information
#5EA478 (or 0x5EA478) is known color: Ocean Green. HEX triplet: 5E, A4 and 78. RGB value is (94,164,120). Sum of RGB (Red+Green+Blue) = 94+164+120=378 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.87% from 378); Green value is 164 (64.45% from 255 or 43.39% from 378); Blue value is 120 (47.27% from 255 or 31.75% from 378); Max value from RGB is 164 - color contains mainly: green. Hex color #5EA478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EA478 is #A15B87. Grayscale: #8A8A8A. Windows color (decimal): -10574728 or 7906398. OLE color: 7906398.
HSL color Cylindrical-coordinate representation of color #5EA478: hue angle of 142.29º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5EA478 is Cyan = 0.43, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 94 | 164 | 120 | - |
| CMYK | 0.43 | 0 | 0.27 | 0.36 |
| HSL | 142.29º | 0.28% | 0.51% | - |
| HSV(B) | 142.29º | 0.43% | 0.64% | - |
| XYZ | 21.28 | 30.29 | 22.49 | - |
| YUV | 138.05 | 117.81 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 164 | 120 | 0.43 | 0 | 0.27 | 0.36 | 142.29 | 0.28 | 0.51 |
| Hex | 5E | A4 | 78 | 2B | 0 | 1B | 24 | 8E | 1C | 33 |
| Octal | 136 | 244 | 170 | 53 | 0 | 33 | 44 | 216 | 34 | 63 |
| Binary | 1011110 | 10100100 | 1111000 | 101011 | 0 | 11011 | 100100 | 10001110 | 11100 | 110011 |
Color Harmonies of #5EA478
Complementary color
Monochromatic Colors of #5EA478
Black with #5EA478
Text Example
Text Example
White with #5EA478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EA478; }
p { color: rgb(94,164,120); }
H1.HeaderClassName
{
color: #5EA478;
}
.AnyTagClassName
{
color: #5EA478;
}
</style>
background-color css
<style>
a { background-color: #5EA478; }
a { background-color: rgb(94,164,120); }
div.DivClassName
{
background-color: #5EA478;
}
.BgClassName
{
background-color: #5EA478;
}
</style>
border-color css
<style>
span { border-color: #5EA478; }
span { border-color: rgb(94,164,120); }
td.TdClassName
{
border-color: #5EA478;
}
.TagClassName
{
border-color: #5EA478;
}
</style>