Shades of Keppel #4CBA8B
Tints of Keppel #4CBA8B
RGB
CMYK
RGB Variations
Color information
#4CBA8B (or 0x4CBA8B) is known color: Keppel. HEX triplet: 4C, BA and 8B. RGB value is (76,186,139). Sum of RGB (Red+Green+Blue) = 76+186+139=401 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.95% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 186 - color contains mainly: green. Hex color #4CBA8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CBA8B is #B34574. Grayscale: #939393. Windows color (decimal): -11748725 or 9157196. OLE color: 9157196.
HSL color Cylindrical-coordinate representation of color #4CBA8B: hue angle of 154.36º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4CBA8B is Cyan = 0.59, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 76 | 186 | 139 | - |
| CMYK | 0.59 | 0 | 0.25 | 0.27 |
| HSL | 154.36º | 0.44% | 0.51% | - |
| HSV(B) | 154.36º | 0.59% | 0.73% | - |
| XYZ | 25.2 | 38.52 | 30.53 | - |
| YUV | 147.75 | 123.06 | 76.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 186 | 139 | 0.59 | 0 | 0.25 | 0.27 | 154.36 | 0.44 | 0.51 |
| Hex | 4C | BA | 8B | 3B | 0 | 19 | 1B | 9A | 2C | 33 |
| Octal | 114 | 272 | 213 | 73 | 0 | 31 | 33 | 232 | 54 | 63 |
| Binary | 1001100 | 10111010 | 10001011 | 111011 | 0 | 11001 | 11011 | 10011010 | 101100 | 110011 |
Color Harmonies of #4CBA8B
Complementary color
Monochromatic Colors of #4CBA8B
Black with #4CBA8B
Text Example
Text Example
White with #4CBA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBA8B; }
p { color: rgb(76,186,139); }
H1.HeaderClassName
{
color: #4CBA8B;
}
.AnyTagClassName
{
color: #4CBA8B;
}
</style>
background-color css
<style>
a { background-color: #4CBA8B; }
a { background-color: rgb(76,186,139); }
div.DivClassName
{
background-color: #4CBA8B;
}
.BgClassName
{
background-color: #4CBA8B;
}
</style>
border-color css
<style>
span { border-color: #4CBA8B; }
span { border-color: rgb(76,186,139); }
td.TdClassName
{
border-color: #4CBA8B;
}
.TagClassName
{
border-color: #4CBA8B;
}
</style>