Shades of Shamrock #4CD1A1
Tints of Shamrock #4CD1A1
RGB
CMYK
RGB Variations
Color information
#4CD1A1 (or 0x4CD1A1) is known color: Shamrock. HEX triplet: 4C, D1 and A1. RGB value is (76,209,161). Sum of RGB (Red+Green+Blue) = 76+209+161=446 (59% of max value = 765). Red value is 76 (30.08% from 255 or 17.04% from 446); Green value is 209 (82.03% from 255 or 46.86% from 446); Blue value is 161 (63.28% from 255 or 36.10% from 446); Max value from RGB is 209 - color contains mainly: green. Hex color #4CD1A1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CD1A1 is #B32E5E. Grayscale: #A3A3A3. Windows color (decimal): -11742815 or 10604876. OLE color: 10604876.
HSL color Cylindrical-coordinate representation of color #4CD1A1: hue angle of 158.35º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4CD1A1 is Cyan = 0.64, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 76 | 209 | 161 | - |
| CMYK | 0.64 | 0 | 0.23 | 0.18 |
| HSL | 158.35º | 0.59% | 0.56% | - |
| HSV(B) | 158.35º | 0.64% | 0.82% | - |
| XYZ | 32.21 | 49.71 | 41.62 | - |
| YUV | 163.76 | 126.44 | 65.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 209 | 161 | 0.64 | 0 | 0.23 | 0.18 | 158.35 | 0.59 | 0.56 |
| Hex | 4C | D1 | A1 | 40 | 0 | 17 | 12 | 9E | 3B | 38 |
| Octal | 114 | 321 | 241 | 100 | 0 | 27 | 22 | 236 | 73 | 70 |
| Binary | 1001100 | 11010001 | 10100001 | 1000000 | 0 | 10111 | 10010 | 10011110 | 111011 | 111000 |
Color Harmonies of #4CD1A1
Complementary color
Monochromatic Colors of #4CD1A1
Black with #4CD1A1
Text Example
Text Example
White with #4CD1A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CD1A1; }
p { color: rgb(76,209,161); }
H1.HeaderClassName
{
color: #4CD1A1;
}
.AnyTagClassName
{
color: #4CD1A1;
}
</style>
background-color css
<style>
a { background-color: #4CD1A1; }
a { background-color: rgb(76,209,161); }
div.DivClassName
{
background-color: #4CD1A1;
}
.BgClassName
{
background-color: #4CD1A1;
}
</style>
border-color css
<style>
span { border-color: #4CD1A1; }
span { border-color: rgb(76,209,161); }
td.TdClassName
{
border-color: #4CD1A1;
}
.TagClassName
{
border-color: #4CD1A1;
}
</style>