Shades of Ocean Green #5EAF7D
Tints of Ocean Green #5EAF7D
RGB
CMYK
RGB Variations
Color information
#5EAF7D (or 0x5EAF7D) is known color: Ocean Green. HEX triplet: 5E, AF and 7D. RGB value is (94,175,125). Sum of RGB (Red+Green+Blue) = 94+175+125=394 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.86% from 394); Green value is 175 (68.75% from 255 or 44.42% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 175 - color contains mainly: green. Hex color #5EAF7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EAF7D is #A15082. Grayscale: #919191. Windows color (decimal): -10571907 or 8236894. OLE color: 8236894.
HSL color Cylindrical-coordinate representation of color #5EAF7D: hue angle of 142.96º 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 #5EAF7D is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 94 | 175 | 125 | - |
| CMYK | 0.46 | 0 | 0.29 | 0.31 |
| HSL | 142.96º | 0.34% | 0.53% | - |
| HSV(B) | 142.96º | 0.46% | 0.69% | - |
| XYZ | 23.65 | 34.52 | 24.82 | - |
| YUV | 145.08 | 116.66 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 175 | 125 | 0.46 | 0 | 0.29 | 0.31 | 142.96 | 0.34 | 0.53 |
| Hex | 5E | AF | 7D | 2E | 0 | 1D | 1F | 8F | 22 | 35 |
| Octal | 136 | 257 | 175 | 56 | 0 | 35 | 37 | 217 | 42 | 65 |
| Binary | 1011110 | 10101111 | 1111101 | 101110 | 0 | 11101 | 11111 | 10001111 | 100010 | 110101 |
Color Harmonies of #5EAF7D
Complementary color
Monochromatic Colors of #5EAF7D
Black with #5EAF7D
Text Example
Text Example
White with #5EAF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAF7D; }
p { color: rgb(94,175,125); }
H1.HeaderClassName
{
color: #5EAF7D;
}
.AnyTagClassName
{
color: #5EAF7D;
}
</style>
background-color css
<style>
a { background-color: #5EAF7D; }
a { background-color: rgb(94,175,125); }
div.DivClassName
{
background-color: #5EAF7D;
}
.BgClassName
{
background-color: #5EAF7D;
}
</style>
border-color css
<style>
span { border-color: #5EAF7D; }
span { border-color: rgb(94,175,125); }
td.TdClassName
{
border-color: #5EAF7D;
}
.TagClassName
{
border-color: #5EAF7D;
}
</style>