Shades of Ocean Green #5EA57B
Tints of Ocean Green #5EA57B
RGB
CMYK
RGB Variations
Color information
#5EA57B (or 0x5EA57B) is known color: Ocean Green. HEX triplet: 5E, A5 and 7B. RGB value is (94,165,123). Sum of RGB (Red+Green+Blue) = 94+165+123=382 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.61% from 382); Green value is 165 (64.84% from 255 or 43.19% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 165 - color contains mainly: green. Hex color #5EA57B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EA57B is #A15A84. Grayscale: #8B8B8B. Windows color (decimal): -10574469 or 8103262. OLE color: 8103262.
HSL color Cylindrical-coordinate representation of color #5EA57B: hue angle of 144.51º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5EA57B is Cyan = 0.43, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 94 | 165 | 123 | - |
| CMYK | 0.43 | 0 | 0.25 | 0.35 |
| HSL | 144.51º | 0.28% | 0.51% | - |
| HSV(B) | 144.51º | 0.43% | 0.65% | - |
| XYZ | 21.65 | 30.72 | 23.53 | - |
| YUV | 138.98 | 118.98 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 165 | 123 | 0.43 | 0 | 0.25 | 0.35 | 144.51 | 0.28 | 0.51 |
| Hex | 5E | A5 | 7B | 2B | 0 | 19 | 23 | 91 | 1C | 33 |
| Octal | 136 | 245 | 173 | 53 | 0 | 31 | 43 | 221 | 34 | 63 |
| Binary | 1011110 | 10100101 | 1111011 | 101011 | 0 | 11001 | 100011 | 10010001 | 11100 | 110011 |
Color Harmonies of #5EA57B
Complementary color
Monochromatic Colors of #5EA57B
Black with #5EA57B
Text Example
Text Example
White with #5EA57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EA57B; }
p { color: rgb(94,165,123); }
H1.HeaderClassName
{
color: #5EA57B;
}
.AnyTagClassName
{
color: #5EA57B;
}
</style>
background-color css
<style>
a { background-color: #5EA57B; }
a { background-color: rgb(94,165,123); }
div.DivClassName
{
background-color: #5EA57B;
}
.BgClassName
{
background-color: #5EA57B;
}
</style>
border-color css
<style>
span { border-color: #5EA57B; }
span { border-color: rgb(94,165,123); }
td.TdClassName
{
border-color: #5EA57B;
}
.TagClassName
{
border-color: #5EA57B;
}
</style>