Shades of Keppel #4ABC8B
Tints of Keppel #4ABC8B
RGB
CMYK
RGB Variations
Color information
#4ABC8B (or 0x4ABC8B) is known color: Keppel. HEX triplet: 4A, BC and 8B. RGB value is (74,188,139). Sum of RGB (Red+Green+Blue) = 74+188+139=401 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.45% from 401); Green value is 188 (73.83% from 255 or 46.88% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 188 - color contains mainly: green. Hex color #4ABC8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ABC8B is #B54374. Grayscale: #949494. Windows color (decimal): -11879285 or 9157706. OLE color: 9157706.
HSL color Cylindrical-coordinate representation of color #4ABC8B: hue angle of 154.21º 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 #4ABC8B is Cyan = 0.61, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 188 | 139 | - |
| CMYK | 0.61 | 0 | 0.26 | 0.26 |
| HSL | 154.21º | 0.46% | 0.51% | - |
| HSV(B) | 154.21º | 0.61% | 0.74% | - |
| XYZ | 25.47 | 39.29 | 30.67 | - |
| YUV | 148.33 | 122.73 | 74.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 188 | 139 | 0.61 | 0 | 0.26 | 0.26 | 154.21 | 0.46 | 0.51 |
| Hex | 4A | BC | 8B | 3D | 0 | 1A | 1A | 9A | 2E | 33 |
| Octal | 112 | 274 | 213 | 75 | 0 | 32 | 32 | 232 | 56 | 63 |
| Binary | 1001010 | 10111100 | 10001011 | 111101 | 0 | 11010 | 11010 | 10011010 | 101110 | 110011 |
Color Harmonies of #4ABC8B
Complementary color
Monochromatic Colors of #4ABC8B
Black with #4ABC8B
Text Example
Text Example
White with #4ABC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABC8B; }
p { color: rgb(74,188,139); }
H1.HeaderClassName
{
color: #4ABC8B;
}
.AnyTagClassName
{
color: #4ABC8B;
}
</style>
background-color css
<style>
a { background-color: #4ABC8B; }
a { background-color: rgb(74,188,139); }
div.DivClassName
{
background-color: #4ABC8B;
}
.BgClassName
{
background-color: #4ABC8B;
}
</style>
border-color css
<style>
span { border-color: #4ABC8B; }
span { border-color: rgb(74,188,139); }
td.TdClassName
{
border-color: #4ABC8B;
}
.TagClassName
{
border-color: #4ABC8B;
}
</style>