Shades of Keppel #4CBC8C
Tints of Keppel #4CBC8C
RGB
CMYK
RGB Variations
Color information
#4CBC8C (or 0x4CBC8C) is known color: Keppel. HEX triplet: 4C, BC and 8C. RGB value is (76,188,140). Sum of RGB (Red+Green+Blue) = 76+188+140=404 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.81% from 404); Green value is 188 (73.83% from 255 or 46.53% from 404); Blue value is 140 (55.08% from 255 or 34.65% from 404); Max value from RGB is 188 - color contains mainly: green. Hex color #4CBC8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CBC8C is #B34373. Grayscale: #959595. Windows color (decimal): -11748212 or 9223244. OLE color: 9223244.
HSL color Cylindrical-coordinate representation of color #4CBC8C: hue angle of 154.29º 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 #4CBC8C is Cyan = 0.60, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 76 | 188 | 140 | - |
| CMYK | 0.60 | 0 | 0.26 | 0.26 |
| HSL | 154.29º | 0.46% | 0.52% | - |
| HSV(B) | 154.29º | 0.6% | 0.74% | - |
| XYZ | 25.7 | 39.4 | 31.06 | - |
| YUV | 149.04 | 122.89 | 75.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 188 | 140 | 0.60 | 0 | 0.26 | 0.26 | 154.29 | 0.46 | 0.52 |
| Hex | 4C | BC | 8C | 3C | 0 | 1A | 1A | 9A | 2E | 34 |
| Octal | 114 | 274 | 214 | 74 | 0 | 32 | 32 | 232 | 56 | 64 |
| Binary | 1001100 | 10111100 | 10001100 | 111100 | 0 | 11010 | 11010 | 10011010 | 101110 | 110100 |
Color Harmonies of #4CBC8C
Complementary color
Monochromatic Colors of #4CBC8C
Black with #4CBC8C
Text Example
Text Example
White with #4CBC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBC8C; }
p { color: rgb(76,188,140); }
H1.HeaderClassName
{
color: #4CBC8C;
}
.AnyTagClassName
{
color: #4CBC8C;
}
</style>
background-color css
<style>
a { background-color: #4CBC8C; }
a { background-color: rgb(76,188,140); }
div.DivClassName
{
background-color: #4CBC8C;
}
.BgClassName
{
background-color: #4CBC8C;
}
</style>
border-color css
<style>
span { border-color: #4CBC8C; }
span { border-color: rgb(76,188,140); }
td.TdClassName
{
border-color: #4CBC8C;
}
.TagClassName
{
border-color: #4CBC8C;
}
</style>