Shades of Ocean Green #4FAB86
Tints of Ocean Green #4FAB86
RGB
CMYK
RGB Variations
Color information
#4FAB86 (or 0x4FAB86) is known color: Ocean Green. HEX triplet: 4F, AB and 86. RGB value is (79,171,134). Sum of RGB (Red+Green+Blue) = 79+171+134=384 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.57% from 384); Green value is 171 (67.19% from 255 or 44.53% from 384); Blue value is 134 (52.73% from 255 or 34.90% from 384); Max value from RGB is 171 - color contains mainly: green. Hex color #4FAB86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FAB86 is #B05479. Grayscale: #8B8B8B. Windows color (decimal): -11555962 or 8825679. OLE color: 8825679.
HSL color Cylindrical-coordinate representation of color #4FAB86: hue angle of 155.87º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4FAB86 is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 79 | 171 | 134 | - |
| CMYK | 0.54 | 0 | 0.22 | 0.33 |
| HSL | 155.87º | 0.37% | 0.49% | - |
| HSV(B) | 155.87º | 0.54% | 0.67% | - |
| XYZ | 22.09 | 32.51 | 27.66 | - |
| YUV | 139.27 | 125.02 | 85.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 171 | 134 | 0.54 | 0 | 0.22 | 0.33 | 155.87 | 0.37 | 0.49 |
| Hex | 4F | AB | 86 | 36 | 0 | 16 | 21 | 9C | 25 | 31 |
| Octal | 117 | 253 | 206 | 66 | 0 | 26 | 41 | 234 | 45 | 61 |
| Binary | 1001111 | 10101011 | 10000110 | 110110 | 0 | 10110 | 100001 | 10011100 | 100101 | 110001 |
Color Harmonies of #4FAB86
Complementary color
Monochromatic Colors of #4FAB86
Black with #4FAB86
Text Example
Text Example
White with #4FAB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAB86; }
p { color: rgb(79,171,134); }
H1.HeaderClassName
{
color: #4FAB86;
}
.AnyTagClassName
{
color: #4FAB86;
}
</style>
background-color css
<style>
a { background-color: #4FAB86; }
a { background-color: rgb(79,171,134); }
div.DivClassName
{
background-color: #4FAB86;
}
.BgClassName
{
background-color: #4FAB86;
}
</style>
border-color css
<style>
span { border-color: #4FAB86; }
span { border-color: rgb(79,171,134); }
td.TdClassName
{
border-color: #4FAB86;
}
.TagClassName
{
border-color: #4FAB86;
}
</style>