Shades of Shamrock #3CDCAA
Tints of Shamrock #3CDCAA
RGB
CMYK
RGB Variations
Color information
#3CDCAA (or 0x3CDCAA) is known color: Shamrock. HEX triplet: 3C, DC and AA. RGB value is (60,220,170). Sum of RGB (Red+Green+Blue) = 60+220+170=450 (59% of max value = 765). Red value is 60 (23.83% from 255 or 13.33% from 450); Green value is 220 (86.33% from 255 or 48.89% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 220 - color contains mainly: green. Hex color #3CDCAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CDCAA is #C32355. Grayscale: #A6A6A6. Windows color (decimal): -12788566 or 11197500. OLE color: 11197500.
HSL color Cylindrical-coordinate representation of color #3CDCAA: hue angle of 161.25º 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 #3CDCAA is Cyan = 0.73, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 220 | 170 | - |
| CMYK | 0.73 | 0 | 0.23 | 0.14 |
| HSL | 161.25º | 0.7% | 0.55% | - |
| HSV(B) | 161.25º | 0.73% | 0.86% | - |
| XYZ | 34.71 | 55.05 | 46.83 | - |
| YUV | 166.46 | 129.99 | 52.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 220 | 170 | 0.73 | 0 | 0.23 | 0.14 | 161.25 | 0.7 | 0.55 |
| Hex | 3C | DC | AA | 49 | 0 | 17 | E | A1 | 46 | 37 |
| Octal | 74 | 334 | 252 | 111 | 0 | 27 | 16 | 241 | 106 | 67 |
| Binary | 111100 | 11011100 | 10101010 | 1001001 | 0 | 10111 | 1110 | 10100001 | 1000110 | 110111 |
Color Harmonies of #3CDCAA
Complementary color
Monochromatic Colors of #3CDCAA
Black with #3CDCAA
Text Example
Text Example
White with #3CDCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDCAA; }
p { color: rgb(60,220,170); }
H1.HeaderClassName
{
color: #3CDCAA;
}
.AnyTagClassName
{
color: #3CDCAA;
}
</style>
background-color css
<style>
a { background-color: #3CDCAA; }
a { background-color: rgb(60,220,170); }
div.DivClassName
{
background-color: #3CDCAA;
}
.BgClassName
{
background-color: #3CDCAA;
}
</style>
border-color css
<style>
span { border-color: #3CDCAA; }
span { border-color: rgb(60,220,170); }
td.TdClassName
{
border-color: #3CDCAA;
}
.TagClassName
{
border-color: #3CDCAA;
}
</style>