Shades of Shamrock #3CDCAC
Tints of Shamrock #3CDCAC
RGB
CMYK
RGB Variations
Color information
#3CDCAC (or 0x3CDCAC) is known color: Shamrock. HEX triplet: 3C, DC and AC. RGB value is (60,220,172). Sum of RGB (Red+Green+Blue) = 60+220+172=452 (59% of max value = 765). Red value is 60 (23.83% from 255 or 13.27% from 452); Green value is 220 (86.33% from 255 or 48.67% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 220 - color contains mainly: green. Hex color #3CDCAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CDCAC is #C32353. Grayscale: #A6A6A6. Windows color (decimal): -12788564 or 11328572. OLE color: 11328572.
HSL color Cylindrical-coordinate representation of color #3CDCAC: hue angle of 162º 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 #3CDCAC is Cyan = 0.73, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 220 | 172 | - |
| CMYK | 0.73 | 0 | 0.22 | 0.14 |
| HSL | 162º | 0.7% | 0.55% | - |
| HSV(B) | 162º | 0.73% | 0.86% | - |
| XYZ | 34.9 | 55.13 | 47.83 | - |
| YUV | 166.69 | 130.99 | 51.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 220 | 172 | 0.73 | 0 | 0.22 | 0.14 | 162 | 0.7 | 0.55 |
| Hex | 3C | DC | AC | 49 | 0 | 16 | E | A2 | 46 | 37 |
| Octal | 74 | 334 | 254 | 111 | 0 | 26 | 16 | 242 | 106 | 67 |
| Binary | 111100 | 11011100 | 10101100 | 1001001 | 0 | 10110 | 1110 | 10100010 | 1000110 | 110111 |
Color Harmonies of #3CDCAC
Complementary color
Monochromatic Colors of #3CDCAC
Black with #3CDCAC
Text Example
Text Example
White with #3CDCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDCAC; }
p { color: rgb(60,220,172); }
H1.HeaderClassName
{
color: #3CDCAC;
}
.AnyTagClassName
{
color: #3CDCAC;
}
</style>
background-color css
<style>
a { background-color: #3CDCAC; }
a { background-color: rgb(60,220,172); }
div.DivClassName
{
background-color: #3CDCAC;
}
.BgClassName
{
background-color: #3CDCAC;
}
</style>
border-color css
<style>
span { border-color: #3CDCAC; }
span { border-color: rgb(60,220,172); }
td.TdClassName
{
border-color: #3CDCAC;
}
.TagClassName
{
border-color: #3CDCAC;
}
</style>