Shades of Ocean Green #5EAF7C
Tints of Ocean Green #5EAF7C
RGB
CMYK
RGB Variations
Color information
#5EAF7C (or 0x5EAF7C) is known color: Ocean Green. HEX triplet: 5E, AF and 7C. RGB value is (94,175,124). Sum of RGB (Red+Green+Blue) = 94+175+124=393 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.92% from 393); Green value is 175 (68.75% from 255 or 44.53% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 175 - color contains mainly: green. Hex color #5EAF7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EAF7C is #A15083. Grayscale: #919191. Windows color (decimal): -10571908 or 8171358. OLE color: 8171358.
HSL color Cylindrical-coordinate representation of color #5EAF7C: hue angle of 142.22º 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 #5EAF7C is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 94 | 175 | 124 | - |
| CMYK | 0.46 | 0 | 0.29 | 0.31 |
| HSL | 142.22º | 0.34% | 0.53% | - |
| HSV(B) | 142.22º | 0.46% | 0.69% | - |
| XYZ | 23.58 | 34.49 | 24.48 | - |
| YUV | 144.97 | 116.16 | 91.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 175 | 124 | 0.46 | 0 | 0.29 | 0.31 | 142.22 | 0.34 | 0.53 |
| Hex | 5E | AF | 7C | 2E | 0 | 1D | 1F | 8E | 22 | 35 |
| Octal | 136 | 257 | 174 | 56 | 0 | 35 | 37 | 216 | 42 | 65 |
| Binary | 1011110 | 10101111 | 1111100 | 101110 | 0 | 11101 | 11111 | 10001110 | 100010 | 110101 |
Color Harmonies of #5EAF7C
Complementary color
Monochromatic Colors of #5EAF7C
Black with #5EAF7C
Text Example
Text Example
White with #5EAF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAF7C; }
p { color: rgb(94,175,124); }
H1.HeaderClassName
{
color: #5EAF7C;
}
.AnyTagClassName
{
color: #5EAF7C;
}
</style>
background-color css
<style>
a { background-color: #5EAF7C; }
a { background-color: rgb(94,175,124); }
div.DivClassName
{
background-color: #5EAF7C;
}
.BgClassName
{
background-color: #5EAF7C;
}
</style>
border-color css
<style>
span { border-color: #5EAF7C; }
span { border-color: rgb(94,175,124); }
td.TdClassName
{
border-color: #5EAF7C;
}
.TagClassName
{
border-color: #5EAF7C;
}
</style>