Shades of Keppel #4ABA8F
Tints of Keppel #4ABA8F
RGB
CMYK
RGB Variations
Color information
#4ABA8F (or 0x4ABA8F) is known color: Keppel. HEX triplet: 4A, BA and 8F. RGB value is (74,186,143). Sum of RGB (Red+Green+Blue) = 74+186+143=403 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.36% from 403); Green value is 186 (73.05% from 255 or 46.15% from 403); Blue value is 143 (56.25% from 255 or 35.48% from 403); Max value from RGB is 186 - color contains mainly: green. Hex color #4ABA8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ABA8F is #B54570. Grayscale: #939393. Windows color (decimal): -11879793 or 9419338. OLE color: 9419338.
HSL color Cylindrical-coordinate representation of color #4ABA8F: hue angle of 156.96º 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 #4ABA8F is Cyan = 0.60, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 74 | 186 | 143 | - |
| CMYK | 0.60 | 0 | 0.23 | 0.27 |
| HSL | 156.96º | 0.45% | 0.51% | - |
| HSV(B) | 156.96º | 0.6% | 0.73% | - |
| XYZ | 25.34 | 38.56 | 32.09 | - |
| YUV | 147.61 | 125.39 | 75.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 186 | 143 | 0.60 | 0 | 0.23 | 0.27 | 156.96 | 0.45 | 0.51 |
| Hex | 4A | BA | 8F | 3C | 0 | 17 | 1B | 9D | 2D | 33 |
| Octal | 112 | 272 | 217 | 74 | 0 | 27 | 33 | 235 | 55 | 63 |
| Binary | 1001010 | 10111010 | 10001111 | 111100 | 0 | 10111 | 11011 | 10011101 | 101101 | 110011 |
Color Harmonies of #4ABA8F
Complementary color
Monochromatic Colors of #4ABA8F
Black with #4ABA8F
Text Example
Text Example
White with #4ABA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABA8F; }
p { color: rgb(74,186,143); }
H1.HeaderClassName
{
color: #4ABA8F;
}
.AnyTagClassName
{
color: #4ABA8F;
}
</style>
background-color css
<style>
a { background-color: #4ABA8F; }
a { background-color: rgb(74,186,143); }
div.DivClassName
{
background-color: #4ABA8F;
}
.BgClassName
{
background-color: #4ABA8F;
}
</style>
border-color css
<style>
span { border-color: #4ABA8F; }
span { border-color: rgb(74,186,143); }
td.TdClassName
{
border-color: #4ABA8F;
}
.TagClassName
{
border-color: #4ABA8F;
}
</style>