Shades of Keppel #4ABC8C
Tints of Keppel #4ABC8C
RGB
CMYK
RGB Variations
Color information
#4ABC8C (or 0x4ABC8C) is known color: Keppel. HEX triplet: 4A, BC and 8C. RGB value is (74,188,140). Sum of RGB (Red+Green+Blue) = 74+188+140=402 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.41% from 402); Green value is 188 (73.83% from 255 or 46.77% from 402); Blue value is 140 (55.08% from 255 or 34.83% from 402); Max value from RGB is 188 - color contains mainly: green. Hex color #4ABC8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ABC8C is #B54373. Grayscale: #949494. Windows color (decimal): -11879284 or 9223242. OLE color: 9223242.
HSL color Cylindrical-coordinate representation of color #4ABC8C: hue angle of 154.74º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4ABC8C is Cyan = 0.61, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 188 | 140 | - |
| CMYK | 0.61 | 0 | 0.26 | 0.26 |
| HSL | 154.74º | 0.46% | 0.51% | - |
| HSV(B) | 154.74º | 0.61% | 0.74% | - |
| XYZ | 25.54 | 39.32 | 31.05 | - |
| YUV | 148.44 | 123.23 | 74.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 188 | 140 | 0.61 | 0 | 0.26 | 0.26 | 154.74 | 0.46 | 0.51 |
| Hex | 4A | BC | 8C | 3D | 0 | 1A | 1A | 9B | 2E | 33 |
| Octal | 112 | 274 | 214 | 75 | 0 | 32 | 32 | 233 | 56 | 63 |
| Binary | 1001010 | 10111100 | 10001100 | 111101 | 0 | 11010 | 11010 | 10011011 | 101110 | 110011 |
Color Harmonies of #4ABC8C
Complementary color
Monochromatic Colors of #4ABC8C
Black with #4ABC8C
Text Example
Text Example
White with #4ABC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABC8C; }
p { color: rgb(74,188,140); }
H1.HeaderClassName
{
color: #4ABC8C;
}
.AnyTagClassName
{
color: #4ABC8C;
}
</style>
background-color css
<style>
a { background-color: #4ABC8C; }
a { background-color: rgb(74,188,140); }
div.DivClassName
{
background-color: #4ABC8C;
}
.BgClassName
{
background-color: #4ABC8C;
}
</style>
border-color css
<style>
span { border-color: #4ABC8C; }
span { border-color: rgb(74,188,140); }
td.TdClassName
{
border-color: #4ABC8C;
}
.TagClassName
{
border-color: #4ABC8C;
}
</style>