Shades of Ocean Green #4FAB88
Tints of Ocean Green #4FAB88
RGB
CMYK
RGB Variations
Color information
#4FAB88 (or 0x4FAB88) is known color: Ocean Green. HEX triplet: 4F, AB and 88. RGB value is (79,171,136). Sum of RGB (Red+Green+Blue) = 79+171+136=386 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.47% from 386); Green value is 171 (67.19% from 255 or 44.30% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 171 - color contains mainly: green. Hex color #4FAB88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FAB88 is #B05477. Grayscale: #8B8B8B. Windows color (decimal): -11555960 or 8956751. OLE color: 8956751.
HSL color Cylindrical-coordinate representation of color #4FAB88: hue angle of 157.17º 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 #4FAB88 is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 79 | 171 | 136 | - |
| CMYK | 0.54 | 0 | 0.20 | 0.33 |
| HSL | 157.17º | 0.37% | 0.49% | - |
| HSV(B) | 157.17º | 0.54% | 0.67% | - |
| XYZ | 22.23 | 32.57 | 28.41 | - |
| YUV | 139.5 | 126.02 | 84.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 171 | 136 | 0.54 | 0 | 0.20 | 0.33 | 157.17 | 0.37 | 0.49 |
| Hex | 4F | AB | 88 | 36 | 0 | 14 | 21 | 9D | 25 | 31 |
| Octal | 117 | 253 | 210 | 66 | 0 | 24 | 41 | 235 | 45 | 61 |
| Binary | 1001111 | 10101011 | 10001000 | 110110 | 0 | 10100 | 100001 | 10011101 | 100101 | 110001 |
Color Harmonies of #4FAB88
Complementary color
Monochromatic Colors of #4FAB88
Black with #4FAB88
Text Example
Text Example
White with #4FAB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAB88; }
p { color: rgb(79,171,136); }
H1.HeaderClassName
{
color: #4FAB88;
}
.AnyTagClassName
{
color: #4FAB88;
}
</style>
background-color css
<style>
a { background-color: #4FAB88; }
a { background-color: rgb(79,171,136); }
div.DivClassName
{
background-color: #4FAB88;
}
.BgClassName
{
background-color: #4FAB88;
}
</style>
border-color css
<style>
span { border-color: #4FAB88; }
span { border-color: rgb(79,171,136); }
td.TdClassName
{
border-color: #4FAB88;
}
.TagClassName
{
border-color: #4FAB88;
}
</style>