Shades of Keppel #4FAC95
Tints of Keppel #4FAC95
RGB
CMYK
RGB Variations
Color information
#4FAC95 (or 0x4FAC95) is known color: Keppel. HEX triplet: 4F, AC and 95. RGB value is (79,172,149). Sum of RGB (Red+Green+Blue) = 79+172+149=400 (52% of max value = 765). Red value is 79 (31.25% from 255 or 19.75% from 400); Green value is 172 (67.58% from 255 or 43% from 400); Blue value is 149 (58.59% from 255 or 37.25% from 400); Max value from RGB is 172 - color contains mainly: green. Hex color #4FAC95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FAC95 is #B0536A. Grayscale: #8D8D8D. Windows color (decimal): -11555691 or 9808975. OLE color: 9808975.
HSL color Cylindrical-coordinate representation of color #4FAC95: hue angle of 165.16º 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 #4FAC95 is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 79 | 172 | 149 | - |
| CMYK | 0.54 | 0 | 0.13 | 0.33 |
| HSL | 165.16º | 0.37% | 0.49% | - |
| HSV(B) | 165.16º | 0.54% | 0.67% | - |
| XYZ | 23.4 | 33.34 | 33.64 | - |
| YUV | 141.57 | 132.19 | 83.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 172 | 149 | 0.54 | 0 | 0.13 | 0.33 | 165.16 | 0.37 | 0.49 |
| Hex | 4F | AC | 95 | 36 | 0 | D | 21 | A5 | 25 | 31 |
| Octal | 117 | 254 | 225 | 66 | 0 | 15 | 41 | 245 | 45 | 61 |
| Binary | 1001111 | 10101100 | 10010101 | 110110 | 0 | 1101 | 100001 | 10100101 | 100101 | 110001 |
Color Harmonies of #4FAC95
Complementary color
Monochromatic Colors of #4FAC95
Black with #4FAC95
Text Example
Text Example
White with #4FAC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAC95; }
p { color: rgb(79,172,149); }
H1.HeaderClassName
{
color: #4FAC95;
}
.AnyTagClassName
{
color: #4FAC95;
}
</style>
background-color css
<style>
a { background-color: #4FAC95; }
a { background-color: rgb(79,172,149); }
div.DivClassName
{
background-color: #4FAC95;
}
.BgClassName
{
background-color: #4FAC95;
}
</style>
border-color css
<style>
span { border-color: #4FAC95; }
span { border-color: rgb(79,172,149); }
td.TdClassName
{
border-color: #4FAC95;
}
.TagClassName
{
border-color: #4FAC95;
}
</style>