Shades of Ocean Green #5EAF7A
Tints of Ocean Green #5EAF7A
RGB
CMYK
RGB Variations
Color information
#5EAF7A (or 0x5EAF7A) is known color: Ocean Green. HEX triplet: 5E, AF and 7A. RGB value is (94,175,122). Sum of RGB (Red+Green+Blue) = 94+175+122=391 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.04% from 391); Green value is 175 (68.75% from 255 or 44.76% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 175 - color contains mainly: green. Hex color #5EAF7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EAF7A is #A15085. Grayscale: #909090. Windows color (decimal): -10571910 or 8040286. OLE color: 8040286.
HSL color Cylindrical-coordinate representation of color #5EAF7A: hue angle of 140.74º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5EAF7A is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 94 | 175 | 122 | - |
| CMYK | 0.46 | 0 | 0.30 | 0.31 |
| HSL | 140.74º | 0.34% | 0.53% | - |
| HSV(B) | 140.74º | 0.46% | 0.69% | - |
| XYZ | 23.46 | 34.44 | 23.82 | - |
| YUV | 144.74 | 115.16 | 91.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 175 | 122 | 0.46 | 0 | 0.30 | 0.31 | 140.74 | 0.34 | 0.53 |
| Hex | 5E | AF | 7A | 2E | 0 | 1E | 1F | 8D | 22 | 35 |
| Octal | 136 | 257 | 172 | 56 | 0 | 36 | 37 | 215 | 42 | 65 |
| Binary | 1011110 | 10101111 | 1111010 | 101110 | 0 | 11110 | 11111 | 10001101 | 100010 | 110101 |
Color Harmonies of #5EAF7A
Complementary color
Monochromatic Colors of #5EAF7A
Black with #5EAF7A
Text Example
Text Example
White with #5EAF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAF7A; }
p { color: rgb(94,175,122); }
H1.HeaderClassName
{
color: #5EAF7A;
}
.AnyTagClassName
{
color: #5EAF7A;
}
</style>
background-color css
<style>
a { background-color: #5EAF7A; }
a { background-color: rgb(94,175,122); }
div.DivClassName
{
background-color: #5EAF7A;
}
.BgClassName
{
background-color: #5EAF7A;
}
</style>
border-color css
<style>
span { border-color: #5EAF7A; }
span { border-color: rgb(94,175,122); }
td.TdClassName
{
border-color: #5EAF7A;
}
.TagClassName
{
border-color: #5EAF7A;
}
</style>