Shades of Ocean Green #5FAE7D
Tints of Ocean Green #5FAE7D
RGB
CMYK
RGB Variations
Color information
#5FAE7D (or 0x5FAE7D) is known color: Ocean Green. HEX triplet: 5F, AE and 7D. RGB value is (95,174,125). Sum of RGB (Red+Green+Blue) = 95+174+125=394 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.11% from 394); Green value is 174 (68.36% from 255 or 44.16% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 174 - color contains mainly: green. Hex color #5FAE7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAE7D is #A05182. Grayscale: #909090. Windows color (decimal): -10506627 or 8236639. OLE color: 8236639.
HSL color Cylindrical-coordinate representation of color #5FAE7D: hue angle of 142.78º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5FAE7D is Cyan = 0.45, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 95 | 174 | 125 | - |
| CMYK | 0.45 | 0 | 0.28 | 0.32 |
| HSL | 142.78º | 0.33% | 0.53% | - |
| HSV(B) | 142.78º | 0.45% | 0.68% | - |
| XYZ | 23.56 | 34.19 | 24.76 | - |
| YUV | 144.79 | 116.83 | 92.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 174 | 125 | 0.45 | 0 | 0.28 | 0.32 | 142.78 | 0.33 | 0.53 |
| Hex | 5F | AE | 7D | 2D | 0 | 1C | 20 | 8F | 21 | 35 |
| Octal | 137 | 256 | 175 | 55 | 0 | 34 | 40 | 217 | 41 | 65 |
| Binary | 1011111 | 10101110 | 1111101 | 101101 | 0 | 11100 | 100000 | 10001111 | 100001 | 110101 |
Color Harmonies of #5FAE7D
Complementary color
Monochromatic Colors of #5FAE7D
Black with #5FAE7D
Text Example
Text Example
White with #5FAE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAE7D; }
p { color: rgb(95,174,125); }
H1.HeaderClassName
{
color: #5FAE7D;
}
.AnyTagClassName
{
color: #5FAE7D;
}
</style>
background-color css
<style>
a { background-color: #5FAE7D; }
a { background-color: rgb(95,174,125); }
div.DivClassName
{
background-color: #5FAE7D;
}
.BgClassName
{
background-color: #5FAE7D;
}
</style>
border-color css
<style>
span { border-color: #5FAE7D; }
span { border-color: rgb(95,174,125); }
td.TdClassName
{
border-color: #5FAE7D;
}
.TagClassName
{
border-color: #5FAE7D;
}
</style>