Shades of Keppel #4CBC91
Tints of Keppel #4CBC91
RGB
CMYK
RGB Variations
Color information
#4CBC91 (or 0x4CBC91) is known color: Keppel. HEX triplet: 4C, BC and 91. RGB value is (76,188,145). Sum of RGB (Red+Green+Blue) = 76+188+145=409 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.58% from 409); Green value is 188 (73.83% from 255 or 45.97% from 409); Blue value is 145 (57.03% from 255 or 35.45% from 409); Max value from RGB is 188 - color contains mainly: green. Hex color #4CBC91 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CBC91 is #B3436E. Grayscale: #959595. Windows color (decimal): -11748207 or 9550924. OLE color: 9550924.
HSL color Cylindrical-coordinate representation of color #4CBC91: hue angle of 156.96º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CBC91 is Cyan = 0.60, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 76 | 188 | 145 | - |
| CMYK | 0.60 | 0 | 0.23 | 0.26 |
| HSL | 156.96º | 0.46% | 0.52% | - |
| HSV(B) | 156.96º | 0.6% | 0.74% | - |
| XYZ | 26.07 | 39.55 | 33.05 | - |
| YUV | 149.61 | 125.39 | 75.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 188 | 145 | 0.60 | 0 | 0.23 | 0.26 | 156.96 | 0.46 | 0.52 |
| Hex | 4C | BC | 91 | 3C | 0 | 17 | 1A | 9D | 2E | 34 |
| Octal | 114 | 274 | 221 | 74 | 0 | 27 | 32 | 235 | 56 | 64 |
| Binary | 1001100 | 10111100 | 10010001 | 111100 | 0 | 10111 | 11010 | 10011101 | 101110 | 110100 |
Color Harmonies of #4CBC91
Complementary color
Monochromatic Colors of #4CBC91
Black with #4CBC91
Text Example
Text Example
White with #4CBC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBC91; }
p { color: rgb(76,188,145); }
H1.HeaderClassName
{
color: #4CBC91;
}
.AnyTagClassName
{
color: #4CBC91;
}
</style>
background-color css
<style>
a { background-color: #4CBC91; }
a { background-color: rgb(76,188,145); }
div.DivClassName
{
background-color: #4CBC91;
}
.BgClassName
{
background-color: #4CBC91;
}
</style>
border-color css
<style>
span { border-color: #4CBC91; }
span { border-color: rgb(76,188,145); }
td.TdClassName
{
border-color: #4CBC91;
}
.TagClassName
{
border-color: #4CBC91;
}
</style>