Shades of Shamrock #3CDDA0
Tints of Shamrock #3CDDA0
RGB
CMYK
RGB Variations
Color information
#3CDDA0 (or 0x3CDDA0) is known color: Shamrock. HEX triplet: 3C, DD and A0. RGB value is (60,221,160). Sum of RGB (Red+Green+Blue) = 60+221+160=441 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.61% from 441); Green value is 221 (86.72% from 255 or 50.11% from 441); Blue value is 160 (62.89% from 255 or 36.28% from 441); Max value from RGB is 221 - color contains mainly: green. Hex color #3CDDA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CDDA0 is #C3225F. Grayscale: #A5A5A5. Windows color (decimal): -12788320 or 10542396. OLE color: 10542396.
HSL color Cylindrical-coordinate representation of color #3CDDA0: hue angle of 157.27º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CDDA0 is Cyan = 0.73, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 221 | 160 | - |
| CMYK | 0.73 | 0 | 0.28 | 0.13 |
| HSL | 157.27º | 0.7% | 0.55% | - |
| HSV(B) | 157.27º | 0.73% | 0.87% | - |
| XYZ | 34.07 | 55.21 | 42.12 | - |
| YUV | 165.91 | 124.66 | 52.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 221 | 160 | 0.73 | 0 | 0.28 | 0.13 | 157.27 | 0.7 | 0.55 |
| Hex | 3C | DD | A0 | 49 | 0 | 1C | D | 9D | 46 | 37 |
| Octal | 74 | 335 | 240 | 111 | 0 | 34 | 15 | 235 | 106 | 67 |
| Binary | 111100 | 11011101 | 10100000 | 1001001 | 0 | 11100 | 1101 | 10011101 | 1000110 | 110111 |
Color Harmonies of #3CDDA0
Complementary color
Monochromatic Colors of #3CDDA0
Black with #3CDDA0
Text Example
Text Example
White with #3CDDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDDA0; }
p { color: rgb(60,221,160); }
H1.HeaderClassName
{
color: #3CDDA0;
}
.AnyTagClassName
{
color: #3CDDA0;
}
</style>
background-color css
<style>
a { background-color: #3CDDA0; }
a { background-color: rgb(60,221,160); }
div.DivClassName
{
background-color: #3CDDA0;
}
.BgClassName
{
background-color: #3CDDA0;
}
</style>
border-color css
<style>
span { border-color: #3CDDA0; }
span { border-color: rgb(60,221,160); }
td.TdClassName
{
border-color: #3CDDA0;
}
.TagClassName
{
border-color: #3CDDA0;
}
</style>