Shades of Ocean Green #4FAE7B
Tints of Ocean Green #4FAE7B
RGB
CMYK
RGB Variations
Color information
#4FAE7B (or 0x4FAE7B) is known color: Ocean Green. HEX triplet: 4F, AE and 7B. RGB value is (79,174,123). Sum of RGB (Red+Green+Blue) = 79+174+123=376 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.01% from 376); Green value is 174 (68.36% from 255 or 46.28% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 174 - color contains mainly: green. Hex color #4FAE7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FAE7B is #B05184. Grayscale: #8B8B8B. Windows color (decimal): -11555205 or 8105551. OLE color: 8105551.
HSL color Cylindrical-coordinate representation of color #4FAE7B: hue angle of 147.79º 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 #4FAE7B is Cyan = 0.55, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 79 | 174 | 123 | - |
| CMYK | 0.55 | 0 | 0.29 | 0.32 |
| HSL | 147.79º | 0.38% | 0.5% | - |
| HSV(B) | 147.79º | 0.55% | 0.68% | - |
| XYZ | 21.94 | 33.36 | 24.02 | - |
| YUV | 139.78 | 118.53 | 84.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 174 | 123 | 0.55 | 0 | 0.29 | 0.32 | 147.79 | 0.38 | 0.5 |
| Hex | 4F | AE | 7B | 37 | 0 | 1D | 20 | 94 | 26 | 32 |
| Octal | 117 | 256 | 173 | 67 | 0 | 35 | 40 | 224 | 46 | 62 |
| Binary | 1001111 | 10101110 | 1111011 | 110111 | 0 | 11101 | 100000 | 10010100 | 100110 | 110010 |
Color Harmonies of #4FAE7B
Complementary color
Monochromatic Colors of #4FAE7B
Black with #4FAE7B
Text Example
Text Example
White with #4FAE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAE7B; }
p { color: rgb(79,174,123); }
H1.HeaderClassName
{
color: #4FAE7B;
}
.AnyTagClassName
{
color: #4FAE7B;
}
</style>
background-color css
<style>
a { background-color: #4FAE7B; }
a { background-color: rgb(79,174,123); }
div.DivClassName
{
background-color: #4FAE7B;
}
.BgClassName
{
background-color: #4FAE7B;
}
</style>
border-color css
<style>
span { border-color: #4FAE7B; }
span { border-color: rgb(79,174,123); }
td.TdClassName
{
border-color: #4FAE7B;
}
.TagClassName
{
border-color: #4FAE7B;
}
</style>