Shades of Ocean Green #4FA07E
Tints of Ocean Green #4FA07E
RGB
CMYK
RGB Variations
Color information
#4FA07E (or 0x4FA07E) is known color: Ocean Green. HEX triplet: 4F, A0 and 7E. RGB value is (79,160,126). Sum of RGB (Red+Green+Blue) = 79+160+126=365 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.64% from 365); Green value is 160 (62.89% from 255 or 43.84% from 365); Blue value is 126 (49.61% from 255 or 34.52% from 365); Max value from RGB is 160 - color contains mainly: green. Hex color #4FA07E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA07E is #B05F81. Grayscale: #838383. Windows color (decimal): -11558786 or 8298575. OLE color: 8298575.
HSL color Cylindrical-coordinate representation of color #4FA07E: hue angle of 154.81º 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 #4FA07E is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 79 | 160 | 126 | - |
| CMYK | 0.51 | 0 | 0.21 | 0.37 |
| HSL | 154.81º | 0.34% | 0.47% | - |
| HSV(B) | 154.81º | 0.51% | 0.63% | - |
| XYZ | 19.56 | 28.31 | 24.17 | - |
| YUV | 131.91 | 124.66 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 160 | 126 | 0.51 | 0 | 0.21 | 0.37 | 154.81 | 0.34 | 0.47 |
| Hex | 4F | A0 | 7E | 33 | 0 | 15 | 25 | 9B | 22 | 2F |
| Octal | 117 | 240 | 176 | 63 | 0 | 25 | 45 | 233 | 42 | 57 |
| Binary | 1001111 | 10100000 | 1111110 | 110011 | 0 | 10101 | 100101 | 10011011 | 100010 | 101111 |
Color Harmonies of #4FA07E
Complementary color
Monochromatic Colors of #4FA07E
Black with #4FA07E
Text Example
Text Example
White with #4FA07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA07E; }
p { color: rgb(79,160,126); }
H1.HeaderClassName
{
color: #4FA07E;
}
.AnyTagClassName
{
color: #4FA07E;
}
</style>
background-color css
<style>
a { background-color: #4FA07E; }
a { background-color: rgb(79,160,126); }
div.DivClassName
{
background-color: #4FA07E;
}
.BgClassName
{
background-color: #4FA07E;
}
</style>
border-color css
<style>
span { border-color: #4FA07E; }
span { border-color: rgb(79,160,126); }
td.TdClassName
{
border-color: #4FA07E;
}
.TagClassName
{
border-color: #4FA07E;
}
</style>