Shades of Keppel #4FAC96
Tints of Keppel #4FAC96
RGB
CMYK
RGB Variations
Color information
#4FAC96 (or 0x4FAC96) is known color: Keppel. HEX triplet: 4F, AC and 96. RGB value is (79,172,150). Sum of RGB (Red+Green+Blue) = 79+172+150=401 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.70% from 401); Green value is 172 (67.58% from 255 or 42.89% from 401); Blue value is 150 (58.98% from 255 or 37.41% from 401); Max value from RGB is 172 - color contains mainly: green. Hex color #4FAC96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FAC96 is #B05369. Grayscale: #8D8D8D. Windows color (decimal): -11555690 or 9874511. OLE color: 9874511.
HSL color Cylindrical-coordinate representation of color #4FAC96: hue angle of 165.81º 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 #4FAC96 is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 79 | 172 | 150 | - |
| CMYK | 0.54 | 0 | 0.13 | 0.33 |
| HSL | 165.81º | 0.37% | 0.49% | - |
| HSV(B) | 165.81º | 0.54% | 0.67% | - |
| XYZ | 23.48 | 33.37 | 34.06 | - |
| YUV | 141.69 | 132.69 | 83.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 172 | 150 | 0.54 | 0 | 0.13 | 0.33 | 165.81 | 0.37 | 0.49 |
| Hex | 4F | AC | 96 | 36 | 0 | D | 21 | A6 | 25 | 31 |
| Octal | 117 | 254 | 226 | 66 | 0 | 15 | 41 | 246 | 45 | 61 |
| Binary | 1001111 | 10101100 | 10010110 | 110110 | 0 | 1101 | 100001 | 10100110 | 100101 | 110001 |
Color Harmonies of #4FAC96
Complementary color
Monochromatic Colors of #4FAC96
Black with #4FAC96
Text Example
Text Example
White with #4FAC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAC96; }
p { color: rgb(79,172,150); }
H1.HeaderClassName
{
color: #4FAC96;
}
.AnyTagClassName
{
color: #4FAC96;
}
</style>
background-color css
<style>
a { background-color: #4FAC96; }
a { background-color: rgb(79,172,150); }
div.DivClassName
{
background-color: #4FAC96;
}
.BgClassName
{
background-color: #4FAC96;
}
</style>
border-color css
<style>
span { border-color: #4FAC96; }
span { border-color: rgb(79,172,150); }
td.TdClassName
{
border-color: #4FAC96;
}
.TagClassName
{
border-color: #4FAC96;
}
</style>