Shades of Keppel #4ABC8D
Tints of Keppel #4ABC8D
RGB
CMYK
RGB Variations
Color information
#4ABC8D (or 0x4ABC8D) is known color: Keppel. HEX triplet: 4A, BC and 8D. RGB value is (74,188,141). Sum of RGB (Red+Green+Blue) = 74+188+141=403 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.36% from 403); Green value is 188 (73.83% from 255 or 46.65% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 188 - color contains mainly: green. Hex color #4ABC8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ABC8D is #B54372. Grayscale: #949494. Windows color (decimal): -11879283 or 9288778. OLE color: 9288778.
HSL color Cylindrical-coordinate representation of color #4ABC8D: hue angle of 155.26º 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 #4ABC8D is Cyan = 0.61, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 188 | 141 | - |
| CMYK | 0.61 | 0 | 0.25 | 0.26 |
| HSL | 155.26º | 0.46% | 0.51% | - |
| HSV(B) | 155.26º | 0.61% | 0.74% | - |
| XYZ | 25.61 | 39.35 | 31.44 | - |
| YUV | 148.56 | 123.73 | 74.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 188 | 141 | 0.61 | 0 | 0.25 | 0.26 | 155.26 | 0.46 | 0.51 |
| Hex | 4A | BC | 8D | 3D | 0 | 19 | 1A | 9B | 2E | 33 |
| Octal | 112 | 274 | 215 | 75 | 0 | 31 | 32 | 233 | 56 | 63 |
| Binary | 1001010 | 10111100 | 10001101 | 111101 | 0 | 11001 | 11010 | 10011011 | 101110 | 110011 |
Color Harmonies of #4ABC8D
Complementary color
Monochromatic Colors of #4ABC8D
Black with #4ABC8D
Text Example
Text Example
White with #4ABC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABC8D; }
p { color: rgb(74,188,141); }
H1.HeaderClassName
{
color: #4ABC8D;
}
.AnyTagClassName
{
color: #4ABC8D;
}
</style>
background-color css
<style>
a { background-color: #4ABC8D; }
a { background-color: rgb(74,188,141); }
div.DivClassName
{
background-color: #4ABC8D;
}
.BgClassName
{
background-color: #4ABC8D;
}
</style>
border-color css
<style>
span { border-color: #4ABC8D; }
span { border-color: rgb(74,188,141); }
td.TdClassName
{
border-color: #4ABC8D;
}
.TagClassName
{
border-color: #4ABC8D;
}
</style>