Shades of Keppel #4CBB8C
Tints of Keppel #4CBB8C
RGB
CMYK
RGB Variations
Color information
#4CBB8C (or 0x4CBB8C) is known color: Keppel. HEX triplet: 4C, BB and 8C. RGB value is (76,187,140). Sum of RGB (Red+Green+Blue) = 76+187+140=403 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.86% from 403); Green value is 187 (73.44% from 255 or 46.40% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 187 - color contains mainly: green. Hex color #4CBB8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CBB8C is #B34473. Grayscale: #949494. Windows color (decimal): -11748468 or 9222988. OLE color: 9222988.
HSL color Cylindrical-coordinate representation of color #4CBB8C: hue angle of 154.59º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4CBB8C is Cyan = 0.59, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 76 | 187 | 140 | - |
| CMYK | 0.59 | 0 | 0.25 | 0.27 |
| HSL | 154.59º | 0.45% | 0.52% | - |
| HSV(B) | 154.59º | 0.59% | 0.73% | - |
| XYZ | 25.48 | 38.97 | 30.99 | - |
| YUV | 148.45 | 123.23 | 76.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 187 | 140 | 0.59 | 0 | 0.25 | 0.27 | 154.59 | 0.45 | 0.52 |
| Hex | 4C | BB | 8C | 3B | 0 | 19 | 1B | 9B | 2D | 34 |
| Octal | 114 | 273 | 214 | 73 | 0 | 31 | 33 | 233 | 55 | 64 |
| Binary | 1001100 | 10111011 | 10001100 | 111011 | 0 | 11001 | 11011 | 10011011 | 101101 | 110100 |
Color Harmonies of #4CBB8C
Complementary color
Monochromatic Colors of #4CBB8C
Black with #4CBB8C
Text Example
Text Example
White with #4CBB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBB8C; }
p { color: rgb(76,187,140); }
H1.HeaderClassName
{
color: #4CBB8C;
}
.AnyTagClassName
{
color: #4CBB8C;
}
</style>
background-color css
<style>
a { background-color: #4CBB8C; }
a { background-color: rgb(76,187,140); }
div.DivClassName
{
background-color: #4CBB8C;
}
.BgClassName
{
background-color: #4CBB8C;
}
</style>
border-color css
<style>
span { border-color: #4CBB8C; }
span { border-color: rgb(76,187,140); }
td.TdClassName
{
border-color: #4CBB8C;
}
.TagClassName
{
border-color: #4CBB8C;
}
</style>