Shades of Keppel #4ABA91
Tints of Keppel #4ABA91
RGB
CMYK
RGB Variations
Color information
#4ABA91 (or 0x4ABA91) is known color: Keppel. HEX triplet: 4A, BA and 91. RGB value is (74,186,145). Sum of RGB (Red+Green+Blue) = 74+186+145=405 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.27% from 405); Green value is 186 (73.05% from 255 or 45.93% from 405); Blue value is 145 (57.03% from 255 or 35.80% from 405); Max value from RGB is 186 - color contains mainly: green. Hex color #4ABA91 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ABA91 is #B5456E. Grayscale: #939393. Windows color (decimal): -11879791 or 9550410. OLE color: 9550410.
HSL color Cylindrical-coordinate representation of color #4ABA91: hue angle of 158.04º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4ABA91 is Cyan = 0.60, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 74 | 186 | 145 | - |
| CMYK | 0.60 | 0 | 0.22 | 0.27 |
| HSL | 158.04º | 0.45% | 0.51% | - |
| HSV(B) | 158.04º | 0.6% | 0.73% | - |
| XYZ | 25.49 | 38.62 | 32.9 | - |
| YUV | 147.84 | 126.39 | 75.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 186 | 145 | 0.60 | 0 | 0.22 | 0.27 | 158.04 | 0.45 | 0.51 |
| Hex | 4A | BA | 91 | 3C | 0 | 16 | 1B | 9E | 2D | 33 |
| Octal | 112 | 272 | 221 | 74 | 0 | 26 | 33 | 236 | 55 | 63 |
| Binary | 1001010 | 10111010 | 10010001 | 111100 | 0 | 10110 | 11011 | 10011110 | 101101 | 110011 |
Color Harmonies of #4ABA91
Complementary color
Monochromatic Colors of #4ABA91
Black with #4ABA91
Text Example
Text Example
White with #4ABA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABA91; }
p { color: rgb(74,186,145); }
H1.HeaderClassName
{
color: #4ABA91;
}
.AnyTagClassName
{
color: #4ABA91;
}
</style>
background-color css
<style>
a { background-color: #4ABA91; }
a { background-color: rgb(74,186,145); }
div.DivClassName
{
background-color: #4ABA91;
}
.BgClassName
{
background-color: #4ABA91;
}
</style>
border-color css
<style>
span { border-color: #4ABA91; }
span { border-color: rgb(74,186,145); }
td.TdClassName
{
border-color: #4ABA91;
}
.TagClassName
{
border-color: #4ABA91;
}
</style>