Shades of Ocean Green #4FAE7F
Tints of Ocean Green #4FAE7F
RGB
CMYK
RGB Variations
Color information
#4FAE7F (or 0x4FAE7F) is known color: Ocean Green. HEX triplet: 4F, AE and 7F. RGB value is (79,174,127). Sum of RGB (Red+Green+Blue) = 79+174+127=380 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.79% from 380); Green value is 174 (68.36% from 255 or 45.79% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 174 - color contains mainly: green. Hex color #4FAE7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FAE7F is #B05180. Grayscale: #8C8C8C. Windows color (decimal): -11555201 or 8367695. OLE color: 8367695.
HSL color Cylindrical-coordinate representation of color #4FAE7F: hue angle of 150.32º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4FAE7F is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 79 | 174 | 127 | - |
| CMYK | 0.55 | 0 | 0.27 | 0.32 |
| HSL | 150.32º | 0.38% | 0.5% | - |
| HSV(B) | 150.32º | 0.55% | 0.68% | - |
| XYZ | 22.19 | 33.47 | 25.37 | - |
| YUV | 140.24 | 120.53 | 84.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 174 | 127 | 0.55 | 0 | 0.27 | 0.32 | 150.32 | 0.38 | 0.5 |
| Hex | 4F | AE | 7F | 37 | 0 | 1B | 20 | 96 | 26 | 32 |
| Octal | 117 | 256 | 177 | 67 | 0 | 33 | 40 | 226 | 46 | 62 |
| Binary | 1001111 | 10101110 | 1111111 | 110111 | 0 | 11011 | 100000 | 10010110 | 100110 | 110010 |
Color Harmonies of #4FAE7F
Complementary color
Monochromatic Colors of #4FAE7F
Black with #4FAE7F
Text Example
Text Example
White with #4FAE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAE7F; }
p { color: rgb(79,174,127); }
H1.HeaderClassName
{
color: #4FAE7F;
}
.AnyTagClassName
{
color: #4FAE7F;
}
</style>
background-color css
<style>
a { background-color: #4FAE7F; }
a { background-color: rgb(79,174,127); }
div.DivClassName
{
background-color: #4FAE7F;
}
.BgClassName
{
background-color: #4FAE7F;
}
</style>
border-color css
<style>
span { border-color: #4FAE7F; }
span { border-color: rgb(79,174,127); }
td.TdClassName
{
border-color: #4FAE7F;
}
.TagClassName
{
border-color: #4FAE7F;
}
</style>