Shades of Ocean Green #5FAD7D
Tints of Ocean Green #5FAD7D
RGB
CMYK
RGB Variations
Color information
#5FAD7D (or 0x5FAD7D) is known color: Ocean Green. HEX triplet: 5F, AD and 7D. RGB value is (95,173,125). Sum of RGB (Red+Green+Blue) = 95+173+125=393 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.17% from 393); Green value is 173 (67.97% from 255 or 44.02% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 173 - color contains mainly: green. Hex color #5FAD7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAD7D is #A05282. Grayscale: #909090. Windows color (decimal): -10506883 or 8236383. OLE color: 8236383.
HSL color Cylindrical-coordinate representation of color #5FAD7D: hue angle of 143.08º degrees, saturation: 0.32, 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 #5FAD7D is Cyan = 0.45, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 95 | 173 | 125 | - |
| CMYK | 0.45 | 0 | 0.28 | 0.32 |
| HSL | 143.08º | 0.32% | 0.53% | - |
| HSV(B) | 143.08º | 0.45% | 0.68% | - |
| XYZ | 23.36 | 33.8 | 24.69 | - |
| YUV | 144.21 | 117.16 | 92.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 173 | 125 | 0.45 | 0 | 0.28 | 0.32 | 143.08 | 0.32 | 0.53 |
| Hex | 5F | AD | 7D | 2D | 0 | 1C | 20 | 8F | 20 | 35 |
| Octal | 137 | 255 | 175 | 55 | 0 | 34 | 40 | 217 | 40 | 65 |
| Binary | 1011111 | 10101101 | 1111101 | 101101 | 0 | 11100 | 100000 | 10001111 | 100000 | 110101 |
Color Harmonies of #5FAD7D
Complementary color
Monochromatic Colors of #5FAD7D
Black with #5FAD7D
Text Example
Text Example
White with #5FAD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAD7D; }
p { color: rgb(95,173,125); }
H1.HeaderClassName
{
color: #5FAD7D;
}
.AnyTagClassName
{
color: #5FAD7D;
}
</style>
background-color css
<style>
a { background-color: #5FAD7D; }
a { background-color: rgb(95,173,125); }
div.DivClassName
{
background-color: #5FAD7D;
}
.BgClassName
{
background-color: #5FAD7D;
}
</style>
border-color css
<style>
span { border-color: #5FAD7D; }
span { border-color: rgb(95,173,125); }
td.TdClassName
{
border-color: #5FAD7D;
}
.TagClassName
{
border-color: #5FAD7D;
}
</style>