Shades of Keppel #4CB38F
Tints of Keppel #4CB38F
RGB
CMYK
RGB Variations
Color information
#4CB38F (or 0x4CB38F) is known color: Keppel. HEX triplet: 4C, B3 and 8F. RGB value is (76,179,143). Sum of RGB (Red+Green+Blue) = 76+179+143=398 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.10% from 398); Green value is 179 (70.31% from 255 or 44.97% from 398); Blue value is 143 (56.25% from 255 or 35.93% from 398); Max value from RGB is 179 - color contains mainly: green. Hex color #4CB38F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CB38F is #B34C70. Grayscale: #909090. Windows color (decimal): -11750513 or 9417548. OLE color: 9417548.
HSL color Cylindrical-coordinate representation of color #4CB38F: hue angle of 159.03º 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 #4CB38F is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 76 | 179 | 143 | - |
| CMYK | 0.58 | 0 | 0.20 | 0.30 |
| HSL | 159.03º | 0.4% | 0.5% | - |
| HSV(B) | 159.03º | 0.58% | 0.7% | - |
| XYZ | 24.06 | 35.76 | 31.62 | - |
| YUV | 144.1 | 127.38 | 79.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 179 | 143 | 0.58 | 0 | 0.20 | 0.30 | 159.03 | 0.4 | 0.5 |
| Hex | 4C | B3 | 8F | 3A | 0 | 14 | 1E | 9F | 28 | 32 |
| Octal | 114 | 263 | 217 | 72 | 0 | 24 | 36 | 237 | 50 | 62 |
| Binary | 1001100 | 10110011 | 10001111 | 111010 | 0 | 10100 | 11110 | 10011111 | 101000 | 110010 |
Color Harmonies of #4CB38F
Complementary color
Monochromatic Colors of #4CB38F
Black with #4CB38F
Text Example
Text Example
White with #4CB38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB38F; }
p { color: rgb(76,179,143); }
H1.HeaderClassName
{
color: #4CB38F;
}
.AnyTagClassName
{
color: #4CB38F;
}
</style>
background-color css
<style>
a { background-color: #4CB38F; }
a { background-color: rgb(76,179,143); }
div.DivClassName
{
background-color: #4CB38F;
}
.BgClassName
{
background-color: #4CB38F;
}
</style>
border-color css
<style>
span { border-color: #4CB38F; }
span { border-color: rgb(76,179,143); }
td.TdClassName
{
border-color: #4CB38F;
}
.TagClassName
{
border-color: #4CB38F;
}
</style>