Shades of Keppel #4CAC91
Tints of Keppel #4CAC91
RGB
CMYK
RGB Variations
Color information
#4CAC91 (or 0x4CAC91) is known color: Keppel. HEX triplet: 4C, AC and 91. RGB value is (76,172,145). Sum of RGB (Red+Green+Blue) = 76+172+145=393 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.34% from 393); Green value is 172 (67.58% from 255 or 43.77% from 393); Blue value is 145 (57.03% from 255 or 36.90% from 393); Max value from RGB is 172 - color contains mainly: green. Hex color #4CAC91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CAC91 is #B3536E. Grayscale: #8C8C8C. Windows color (decimal): -11752303 or 9546828. OLE color: 9546828.
HSL color Cylindrical-coordinate representation of color #4CAC91: hue angle of 163.12º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4CAC91 is Cyan = 0.56, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 76 | 172 | 145 | - |
| CMYK | 0.56 | 0 | 0.16 | 0.33 |
| HSL | 163.13º | 0.39% | 0.49% | - |
| HSV(B) | 163.13º | 0.56% | 0.67% | - |
| XYZ | 22.84 | 33.09 | 31.97 | - |
| YUV | 140.22 | 130.7 | 82.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 172 | 145 | 0.56 | 0 | 0.16 | 0.33 | 163.13 | 0.39 | 0.49 |
| Hex | 4C | AC | 91 | 38 | 0 | 10 | 21 | A3 | 27 | 31 |
| Octal | 114 | 254 | 221 | 70 | 0 | 20 | 41 | 243 | 47 | 61 |
| Binary | 1001100 | 10101100 | 10010001 | 111000 | 0 | 10000 | 100001 | 10100011 | 100111 | 110001 |
Color Harmonies of #4CAC91
Complementary color
Monochromatic Colors of #4CAC91
Black with #4CAC91
Text Example
Text Example
White with #4CAC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CAC91; }
p { color: rgb(76,172,145); }
H1.HeaderClassName
{
color: #4CAC91;
}
.AnyTagClassName
{
color: #4CAC91;
}
</style>
background-color css
<style>
a { background-color: #4CAC91; }
a { background-color: rgb(76,172,145); }
div.DivClassName
{
background-color: #4CAC91;
}
.BgClassName
{
background-color: #4CAC91;
}
</style>
border-color css
<style>
span { border-color: #4CAC91; }
span { border-color: rgb(76,172,145); }
td.TdClassName
{
border-color: #4CAC91;
}
.TagClassName
{
border-color: #4CAC91;
}
</style>