Shades of Keppel #4CB38C
Tints of Keppel #4CB38C
RGB
CMYK
RGB Variations
Color information
#4CB38C (or 0x4CB38C) is known color: Keppel. HEX triplet: 4C, B3 and 8C. RGB value is (76,179,140). Sum of RGB (Red+Green+Blue) = 76+179+140=395 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.24% from 395); Green value is 179 (70.31% from 255 or 45.32% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 179 - color contains mainly: green. Hex color #4CB38C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CB38C is #B34C73. Grayscale: #8F8F8F. Windows color (decimal): -11750516 or 9220940. OLE color: 9220940.
HSL color Cylindrical-coordinate representation of color #4CB38C: hue angle of 157.28º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4CB38C is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 76 | 179 | 140 | - |
| CMYK | 0.58 | 0 | 0.22 | 0.30 |
| HSL | 157.28º | 0.4% | 0.5% | - |
| HSV(B) | 157.28º | 0.58% | 0.7% | - |
| XYZ | 23.83 | 35.67 | 30.44 | - |
| YUV | 143.76 | 125.88 | 79.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 179 | 140 | 0.58 | 0 | 0.22 | 0.30 | 157.28 | 0.4 | 0.5 |
| Hex | 4C | B3 | 8C | 3A | 0 | 16 | 1E | 9D | 28 | 32 |
| Octal | 114 | 263 | 214 | 72 | 0 | 26 | 36 | 235 | 50 | 62 |
| Binary | 1001100 | 10110011 | 10001100 | 111010 | 0 | 10110 | 11110 | 10011101 | 101000 | 110010 |
Color Harmonies of #4CB38C
Complementary color
Monochromatic Colors of #4CB38C
Black with #4CB38C
Text Example
Text Example
White with #4CB38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB38C; }
p { color: rgb(76,179,140); }
H1.HeaderClassName
{
color: #4CB38C;
}
.AnyTagClassName
{
color: #4CB38C;
}
</style>
background-color css
<style>
a { background-color: #4CB38C; }
a { background-color: rgb(76,179,140); }
div.DivClassName
{
background-color: #4CB38C;
}
.BgClassName
{
background-color: #4CB38C;
}
</style>
border-color css
<style>
span { border-color: #4CB38C; }
span { border-color: rgb(76,179,140); }
td.TdClassName
{
border-color: #4CB38C;
}
.TagClassName
{
border-color: #4CB38C;
}
</style>