Shades of Ocean Green #4FA07C
Tints of Ocean Green #4FA07C
RGB
CMYK
RGB Variations
Color information
#4FA07C (or 0x4FA07C) is known color: Ocean Green. HEX triplet: 4F, A0 and 7C. RGB value is (79,160,124). Sum of RGB (Red+Green+Blue) = 79+160+124=363 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.76% from 363); Green value is 160 (62.89% from 255 or 44.08% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 160 - color contains mainly: green. Hex color #4FA07C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA07C is #B05F83. Grayscale: #838383. Windows color (decimal): -11558788 or 8167503. OLE color: 8167503.
HSL color Cylindrical-coordinate representation of color #4FA07C: hue angle of 153.33º 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 #4FA07C is Cyan = 0.51, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 79 | 160 | 124 | - |
| CMYK | 0.51 | 0 | 0.22 | 0.37 |
| HSL | 153.33º | 0.34% | 0.47% | - |
| HSV(B) | 153.33º | 0.51% | 0.63% | - |
| XYZ | 19.43 | 28.26 | 23.5 | - |
| YUV | 131.68 | 123.66 | 90.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 160 | 124 | 0.51 | 0 | 0.22 | 0.37 | 153.33 | 0.34 | 0.47 |
| Hex | 4F | A0 | 7C | 33 | 0 | 16 | 25 | 99 | 22 | 2F |
| Octal | 117 | 240 | 174 | 63 | 0 | 26 | 45 | 231 | 42 | 57 |
| Binary | 1001111 | 10100000 | 1111100 | 110011 | 0 | 10110 | 100101 | 10011001 | 100010 | 101111 |
Color Harmonies of #4FA07C
Complementary color
Monochromatic Colors of #4FA07C
Black with #4FA07C
Text Example
Text Example
White with #4FA07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA07C; }
p { color: rgb(79,160,124); }
H1.HeaderClassName
{
color: #4FA07C;
}
.AnyTagClassName
{
color: #4FA07C;
}
</style>
background-color css
<style>
a { background-color: #4FA07C; }
a { background-color: rgb(79,160,124); }
div.DivClassName
{
background-color: #4FA07C;
}
.BgClassName
{
background-color: #4FA07C;
}
</style>
border-color css
<style>
span { border-color: #4FA07C; }
span { border-color: rgb(79,160,124); }
td.TdClassName
{
border-color: #4FA07C;
}
.TagClassName
{
border-color: #4FA07C;
}
</style>