Shades of Ocean Green #4FA080
Tints of Ocean Green #4FA080
RGB
CMYK
RGB Variations
Color information
#4FA080 (or 0x4FA080) is known color: Ocean Green. HEX triplet: 4F, A0 and 80. RGB value is (79,160,128). Sum of RGB (Red+Green+Blue) = 79+160+128=367 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.53% from 367); Green value is 160 (62.89% from 255 or 43.60% from 367); Blue value is 128 (50.39% from 255 or 34.88% from 367); Max value from RGB is 160 - color contains mainly: green. Hex color #4FA080 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA080 is #B05F7F. Grayscale: #848484. Windows color (decimal): -11558784 or 8429647. OLE color: 8429647.
HSL color Cylindrical-coordinate representation of color #4FA080: hue angle of 156.3º 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 #4FA080 is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 79 | 160 | 128 | - |
| CMYK | 0.51 | 0 | 0.20 | 0.37 |
| HSL | 156.3º | 0.34% | 0.47% | - |
| HSV(B) | 156.3º | 0.51% | 0.63% | - |
| XYZ | 19.69 | 28.36 | 24.86 | - |
| YUV | 132.13 | 125.66 | 90.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 160 | 128 | 0.51 | 0 | 0.20 | 0.37 | 156.3 | 0.34 | 0.47 |
| Hex | 4F | A0 | 80 | 33 | 0 | 14 | 25 | 9C | 22 | 2F |
| Octal | 117 | 240 | 200 | 63 | 0 | 24 | 45 | 234 | 42 | 57 |
| Binary | 1001111 | 10100000 | 10000000 | 110011 | 0 | 10100 | 100101 | 10011100 | 100010 | 101111 |
Color Harmonies of #4FA080
Complementary color
Monochromatic Colors of #4FA080
Black with #4FA080
Text Example
Text Example
White with #4FA080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA080; }
p { color: rgb(79,160,128); }
H1.HeaderClassName
{
color: #4FA080;
}
.AnyTagClassName
{
color: #4FA080;
}
</style>
background-color css
<style>
a { background-color: #4FA080; }
a { background-color: rgb(79,160,128); }
div.DivClassName
{
background-color: #4FA080;
}
.BgClassName
{
background-color: #4FA080;
}
</style>
border-color css
<style>
span { border-color: #4FA080; }
span { border-color: rgb(79,160,128); }
td.TdClassName
{
border-color: #4FA080;
}
.TagClassName
{
border-color: #4FA080;
}
</style>