Shades of Shamrock #3CDCAB
Tints of Shamrock #3CDCAB
RGB
CMYK
RGB Variations
Color information
#3CDCAB (or 0x3CDCAB) is known color: Shamrock. HEX triplet: 3C, DC and AB. RGB value is (60,220,171). Sum of RGB (Red+Green+Blue) = 60+220+171=451 (59% of max value = 765). Red value is 60 (23.83% from 255 or 13.30% from 451); Green value is 220 (86.33% from 255 or 48.78% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 220 - color contains mainly: green. Hex color #3CDCAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CDCAB is #C32354. Grayscale: #A6A6A6. Windows color (decimal): -12788565 or 11263036. OLE color: 11263036.
HSL color Cylindrical-coordinate representation of color #3CDCAB: hue angle of 161.62º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CDCAB is Cyan = 0.73, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 220 | 171 | - |
| CMYK | 0.73 | 0 | 0.22 | 0.14 |
| HSL | 161.63º | 0.7% | 0.55% | - |
| HSV(B) | 161.63º | 0.73% | 0.86% | - |
| XYZ | 34.81 | 55.09 | 47.33 | - |
| YUV | 166.57 | 130.49 | 51.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 220 | 171 | 0.73 | 0 | 0.22 | 0.14 | 161.63 | 0.7 | 0.55 |
| Hex | 3C | DC | AB | 49 | 0 | 16 | E | A2 | 46 | 37 |
| Octal | 74 | 334 | 253 | 111 | 0 | 26 | 16 | 242 | 106 | 67 |
| Binary | 111100 | 11011100 | 10101011 | 1001001 | 0 | 10110 | 1110 | 10100010 | 1000110 | 110111 |
Color Harmonies of #3CDCAB
Complementary color
Monochromatic Colors of #3CDCAB
Black with #3CDCAB
Text Example
Text Example
White with #3CDCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDCAB; }
p { color: rgb(60,220,171); }
H1.HeaderClassName
{
color: #3CDCAB;
}
.AnyTagClassName
{
color: #3CDCAB;
}
</style>
background-color css
<style>
a { background-color: #3CDCAB; }
a { background-color: rgb(60,220,171); }
div.DivClassName
{
background-color: #3CDCAB;
}
.BgClassName
{
background-color: #3CDCAB;
}
</style>
border-color css
<style>
span { border-color: #3CDCAB; }
span { border-color: rgb(60,220,171); }
td.TdClassName
{
border-color: #3CDCAB;
}
.TagClassName
{
border-color: #3CDCAB;
}
</style>