Shades of Ocean Green #5EA97D
Tints of Ocean Green #5EA97D
RGB
CMYK
RGB Variations
Color information
#5EA97D (or 0x5EA97D) is known color: Ocean Green. HEX triplet: 5E, A9 and 7D. RGB value is (94,169,125). Sum of RGB (Red+Green+Blue) = 94+169+125=388 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.23% from 388); Green value is 169 (66.41% from 255 or 43.56% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 169 - color contains mainly: green. Hex color #5EA97D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EA97D is #A15682. Grayscale: #8D8D8D. Windows color (decimal): -10573443 or 8235358. OLE color: 8235358.
HSL color Cylindrical-coordinate representation of color #5EA97D: hue angle of 144.8º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5EA97D is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 94 | 169 | 125 | - |
| CMYK | 0.44 | 0 | 0.26 | 0.34 |
| HSL | 144.8º | 0.3% | 0.52% | - |
| HSV(B) | 144.8º | 0.44% | 0.66% | - |
| XYZ | 22.51 | 32.24 | 24.44 | - |
| YUV | 141.56 | 118.65 | 94.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 169 | 125 | 0.44 | 0 | 0.26 | 0.34 | 144.8 | 0.3 | 0.52 |
| Hex | 5E | A9 | 7D | 2C | 0 | 1A | 22 | 91 | 1E | 34 |
| Octal | 136 | 251 | 175 | 54 | 0 | 32 | 42 | 221 | 36 | 64 |
| Binary | 1011110 | 10101001 | 1111101 | 101100 | 0 | 11010 | 100010 | 10010001 | 11110 | 110100 |
Color Harmonies of #5EA97D
Complementary color
Monochromatic Colors of #5EA97D
Black with #5EA97D
Text Example
Text Example
White with #5EA97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EA97D; }
p { color: rgb(94,169,125); }
H1.HeaderClassName
{
color: #5EA97D;
}
.AnyTagClassName
{
color: #5EA97D;
}
</style>
background-color css
<style>
a { background-color: #5EA97D; }
a { background-color: rgb(94,169,125); }
div.DivClassName
{
background-color: #5EA97D;
}
.BgClassName
{
background-color: #5EA97D;
}
</style>
border-color css
<style>
span { border-color: #5EA97D; }
span { border-color: rgb(94,169,125); }
td.TdClassName
{
border-color: #5EA97D;
}
.TagClassName
{
border-color: #5EA97D;
}
</style>