Shades of Ocean Green #5EA480
Tints of Ocean Green #5EA480
RGB
CMYK
RGB Variations
Color information
#5EA480 (or 0x5EA480) is known color: Ocean Green. HEX triplet: 5E, A4 and 80. RGB value is (94,164,128). Sum of RGB (Red+Green+Blue) = 94+164+128=386 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.35% from 386); Green value is 164 (64.45% from 255 or 42.49% from 386); Blue value is 128 (50.39% from 255 or 33.16% from 386); Max value from RGB is 164 - color contains mainly: green. Hex color #5EA480 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EA480 is #A15B7F. Grayscale: #8B8B8B. Windows color (decimal): -10574720 or 8430686. OLE color: 8430686.
HSL color Cylindrical-coordinate representation of color #5EA480: hue angle of 149.14º 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 #5EA480 is Cyan = 0.43, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 94 | 164 | 128 | - |
| CMYK | 0.43 | 0 | 0.22 | 0.36 |
| HSL | 149.14º | 0.28% | 0.51% | - |
| HSV(B) | 149.14º | 0.43% | 0.64% | - |
| XYZ | 21.79 | 30.49 | 25.16 | - |
| YUV | 138.97 | 121.81 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 164 | 128 | 0.43 | 0 | 0.22 | 0.36 | 149.14 | 0.28 | 0.51 |
| Hex | 5E | A4 | 80 | 2B | 0 | 16 | 24 | 95 | 1C | 33 |
| Octal | 136 | 244 | 200 | 53 | 0 | 26 | 44 | 225 | 34 | 63 |
| Binary | 1011110 | 10100100 | 10000000 | 101011 | 0 | 10110 | 100100 | 10010101 | 11100 | 110011 |
Color Harmonies of #5EA480
Complementary color
Monochromatic Colors of #5EA480
Black with #5EA480
Text Example
Text Example
White with #5EA480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EA480; }
p { color: rgb(94,164,128); }
H1.HeaderClassName
{
color: #5EA480;
}
.AnyTagClassName
{
color: #5EA480;
}
</style>
background-color css
<style>
a { background-color: #5EA480; }
a { background-color: rgb(94,164,128); }
div.DivClassName
{
background-color: #5EA480;
}
.BgClassName
{
background-color: #5EA480;
}
</style>
border-color css
<style>
span { border-color: #5EA480; }
span { border-color: rgb(94,164,128); }
td.TdClassName
{
border-color: #5EA480;
}
.TagClassName
{
border-color: #5EA480;
}
</style>