Shades of Emerald #4ABC6B
Tints of Emerald #4ABC6B
RGB
CMYK
RGB Variations
Color information
#4ABC6B (or 0x4ABC6B) is known color: Emerald. HEX triplet: 4A, BC and 6B. RGB value is (74,188,107). Sum of RGB (Red+Green+Blue) = 74+188+107=369 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.05% from 369); Green value is 188 (73.83% from 255 or 50.95% from 369); Blue value is 107 (42.19% from 255 or 29.00% from 369); Max value from RGB is 188 - color contains mainly: green. Hex color #4ABC6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ABC6B is #B54394. Grayscale: #909090. Windows color (decimal): -11879317 or 7060554. OLE color: 7060554.
HSL color Cylindrical-coordinate representation of color #4ABC6B: hue angle of 137.37º 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 #4ABC6B is Cyan = 0.61, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 188 | 107 | - |
| CMYK | 0.61 | 0 | 0.43 | 0.26 |
| HSL | 137.37º | 0.46% | 0.51% | - |
| HSV(B) | 137.37º | 0.61% | 0.74% | - |
| XYZ | 23.46 | 38.48 | 20.1 | - |
| YUV | 144.68 | 106.73 | 77.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 188 | 107 | 0.61 | 0 | 0.43 | 0.26 | 137.37 | 0.46 | 0.51 |
| Hex | 4A | BC | 6B | 3D | 0 | 2B | 1A | 89 | 2E | 33 |
| Octal | 112 | 274 | 153 | 75 | 0 | 53 | 32 | 211 | 56 | 63 |
| Binary | 1001010 | 10111100 | 1101011 | 111101 | 0 | 101011 | 11010 | 10001001 | 101110 | 110011 |
Color Harmonies of #4ABC6B
Complementary color
Monochromatic Colors of #4ABC6B
Black with #4ABC6B
Text Example
Text Example
White with #4ABC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABC6B; }
p { color: rgb(74,188,107); }
H1.HeaderClassName
{
color: #4ABC6B;
}
.AnyTagClassName
{
color: #4ABC6B;
}
</style>
background-color css
<style>
a { background-color: #4ABC6B; }
a { background-color: rgb(74,188,107); }
div.DivClassName
{
background-color: #4ABC6B;
}
.BgClassName
{
background-color: #4ABC6B;
}
</style>
border-color css
<style>
span { border-color: #4ABC6B; }
span { border-color: rgb(74,188,107); }
td.TdClassName
{
border-color: #4ABC6B;
}
.TagClassName
{
border-color: #4ABC6B;
}
</style>