Shades of Ocean Green #4FA17C
Tints of Ocean Green #4FA17C
RGB
CMYK
RGB Variations
Color information
#4FA17C (or 0x4FA17C) is known color: Ocean Green. HEX triplet: 4F, A1 and 7C. RGB value is (79,161,124). Sum of RGB (Red+Green+Blue) = 79+161+124=364 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.70% from 364); Green value is 161 (63.28% from 255 or 44.23% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 161 - color contains mainly: green. Hex color #4FA17C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA17C is #B05E83. Grayscale: #848484. Windows color (decimal): -11558532 or 8167759. OLE color: 8167759.
HSL color Cylindrical-coordinate representation of color #4FA17C: hue angle of 152.93º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4FA17C is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 79 | 161 | 124 | - |
| CMYK | 0.51 | 0 | 0.23 | 0.37 |
| HSL | 152.93º | 0.34% | 0.47% | - |
| HSV(B) | 152.93º | 0.51% | 0.63% | - |
| XYZ | 19.61 | 28.61 | 23.56 | - |
| YUV | 132.26 | 123.33 | 90.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 161 | 124 | 0.51 | 0 | 0.23 | 0.37 | 152.93 | 0.34 | 0.47 |
| Hex | 4F | A1 | 7C | 33 | 0 | 17 | 25 | 99 | 22 | 2F |
| Octal | 117 | 241 | 174 | 63 | 0 | 27 | 45 | 231 | 42 | 57 |
| Binary | 1001111 | 10100001 | 1111100 | 110011 | 0 | 10111 | 100101 | 10011001 | 100010 | 101111 |
Color Harmonies of #4FA17C
Complementary color
Monochromatic Colors of #4FA17C
Black with #4FA17C
Text Example
Text Example
White with #4FA17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA17C; }
p { color: rgb(79,161,124); }
H1.HeaderClassName
{
color: #4FA17C;
}
.AnyTagClassName
{
color: #4FA17C;
}
</style>
background-color css
<style>
a { background-color: #4FA17C; }
a { background-color: rgb(79,161,124); }
div.DivClassName
{
background-color: #4FA17C;
}
.BgClassName
{
background-color: #4FA17C;
}
</style>
border-color css
<style>
span { border-color: #4FA17C; }
span { border-color: rgb(79,161,124); }
td.TdClassName
{
border-color: #4FA17C;
}
.TagClassName
{
border-color: #4FA17C;
}
</style>