Shades of Ocean Green #4FAD7B
Tints of Ocean Green #4FAD7B
RGB
CMYK
RGB Variations
Color information
#4FAD7B (or 0x4FAD7B) is known color: Ocean Green. HEX triplet: 4F, AD and 7B. RGB value is (79,173,123). Sum of RGB (Red+Green+Blue) = 79+173+123=375 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.07% from 375); Green value is 173 (67.97% from 255 or 46.13% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 173 - color contains mainly: green. Hex color #4FAD7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FAD7B is #B05284. Grayscale: #8B8B8B. Windows color (decimal): -11555461 or 8105295. OLE color: 8105295.
HSL color Cylindrical-coordinate representation of color #4FAD7B: hue angle of 148.09º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4FAD7B is Cyan = 0.54, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 79 | 173 | 123 | - |
| CMYK | 0.54 | 0 | 0.29 | 0.32 |
| HSL | 148.09º | 0.37% | 0.49% | - |
| HSV(B) | 148.09º | 0.54% | 0.68% | - |
| XYZ | 21.74 | 32.98 | 23.96 | - |
| YUV | 139.19 | 118.86 | 85.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 173 | 123 | 0.54 | 0 | 0.29 | 0.32 | 148.09 | 0.37 | 0.49 |
| Hex | 4F | AD | 7B | 36 | 0 | 1D | 20 | 94 | 25 | 31 |
| Octal | 117 | 255 | 173 | 66 | 0 | 35 | 40 | 224 | 45 | 61 |
| Binary | 1001111 | 10101101 | 1111011 | 110110 | 0 | 11101 | 100000 | 10010100 | 100101 | 110001 |
Color Harmonies of #4FAD7B
Complementary color
Monochromatic Colors of #4FAD7B
Black with #4FAD7B
Text Example
Text Example
White with #4FAD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAD7B; }
p { color: rgb(79,173,123); }
H1.HeaderClassName
{
color: #4FAD7B;
}
.AnyTagClassName
{
color: #4FAD7B;
}
</style>
background-color css
<style>
a { background-color: #4FAD7B; }
a { background-color: rgb(79,173,123); }
div.DivClassName
{
background-color: #4FAD7B;
}
.BgClassName
{
background-color: #4FAD7B;
}
</style>
border-color css
<style>
span { border-color: #4FAD7B; }
span { border-color: rgb(79,173,123); }
td.TdClassName
{
border-color: #4FAD7B;
}
.TagClassName
{
border-color: #4FAD7B;
}
</style>