Shades of Ocean Green #5E9F7A
Tints of Ocean Green #5E9F7A
RGB
CMYK
RGB Variations
Color information
#5E9F7A (or 0x5E9F7A) is known color: Ocean Green. HEX triplet: 5E, 9F and 7A. RGB value is (94,159,122). Sum of RGB (Red+Green+Blue) = 94+159+122=375 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.07% from 375); Green value is 159 (62.5% from 255 or 42.4% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 159 - color contains mainly: green. Hex color #5E9F7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9F7A is #A16085. Grayscale: #878787. Windows color (decimal): -10576006 or 8036190. OLE color: 8036190.
HSL color Cylindrical-coordinate representation of color #5E9F7A: hue angle of 145.85º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5E9F7A is Cyan = 0.41, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 94 | 159 | 122 | - |
| CMYK | 0.41 | 0 | 0.23 | 0.38 |
| HSL | 145.85º | 0.26% | 0.5% | - |
| HSV(B) | 145.85º | 0.41% | 0.62% | - |
| XYZ | 20.53 | 28.58 | 22.85 | - |
| YUV | 135.35 | 120.47 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 159 | 122 | 0.41 | 0 | 0.23 | 0.38 | 145.85 | 0.26 | 0.5 |
| Hex | 5E | 9F | 7A | 29 | 0 | 17 | 26 | 92 | 1A | 32 |
| Octal | 136 | 237 | 172 | 51 | 0 | 27 | 46 | 222 | 32 | 62 |
| Binary | 1011110 | 10011111 | 1111010 | 101001 | 0 | 10111 | 100110 | 10010010 | 11010 | 110010 |
Color Harmonies of #5E9F7A
Complementary color
Monochromatic Colors of #5E9F7A
Black with #5E9F7A
Text Example
Text Example
White with #5E9F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9F7A; }
p { color: rgb(94,159,122); }
H1.HeaderClassName
{
color: #5E9F7A;
}
.AnyTagClassName
{
color: #5E9F7A;
}
</style>
background-color css
<style>
a { background-color: #5E9F7A; }
a { background-color: rgb(94,159,122); }
div.DivClassName
{
background-color: #5E9F7A;
}
.BgClassName
{
background-color: #5E9F7A;
}
</style>
border-color css
<style>
span { border-color: #5E9F7A; }
span { border-color: rgb(94,159,122); }
td.TdClassName
{
border-color: #5E9F7A;
}
.TagClassName
{
border-color: #5E9F7A;
}
</style>