Shades of Ocean Green #5EA47F
Tints of Ocean Green #5EA47F
RGB
CMYK
RGB Variations
Color information
#5EA47F (or 0x5EA47F) is known color: Ocean Green. HEX triplet: 5E, A4 and 7F. RGB value is (94,164,127). Sum of RGB (Red+Green+Blue) = 94+164+127=385 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.42% from 385); Green value is 164 (64.45% from 255 or 42.60% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 164 - color contains mainly: green. Hex color #5EA47F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EA47F is #A15B80. Grayscale: #8A8A8A. Windows color (decimal): -10574721 or 8365150. OLE color: 8365150.
HSL color Cylindrical-coordinate representation of color #5EA47F: hue angle of 148.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 #5EA47F is Cyan = 0.43, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 94 | 164 | 127 | - |
| CMYK | 0.43 | 0 | 0.23 | 0.36 |
| HSL | 148.29º | 0.28% | 0.51% | - |
| HSV(B) | 148.29º | 0.43% | 0.64% | - |
| XYZ | 21.72 | 30.46 | 24.81 | - |
| YUV | 138.85 | 121.31 | 96.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 164 | 127 | 0.43 | 0 | 0.23 | 0.36 | 148.29 | 0.28 | 0.51 |
| Hex | 5E | A4 | 7F | 2B | 0 | 17 | 24 | 94 | 1C | 33 |
| Octal | 136 | 244 | 177 | 53 | 0 | 27 | 44 | 224 | 34 | 63 |
| Binary | 1011110 | 10100100 | 1111111 | 101011 | 0 | 10111 | 100100 | 10010100 | 11100 | 110011 |
Color Harmonies of #5EA47F
Complementary color
Monochromatic Colors of #5EA47F
Black with #5EA47F
Text Example
Text Example
White with #5EA47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EA47F; }
p { color: rgb(94,164,127); }
H1.HeaderClassName
{
color: #5EA47F;
}
.AnyTagClassName
{
color: #5EA47F;
}
</style>
background-color css
<style>
a { background-color: #5EA47F; }
a { background-color: rgb(94,164,127); }
div.DivClassName
{
background-color: #5EA47F;
}
.BgClassName
{
background-color: #5EA47F;
}
</style>
border-color css
<style>
span { border-color: #5EA47F; }
span { border-color: rgb(94,164,127); }
td.TdClassName
{
border-color: #5EA47F;
}
.TagClassName
{
border-color: #5EA47F;
}
</style>