Shades of Shamrock #3CDD9C
Tints of Shamrock #3CDD9C
RGB
CMYK
RGB Variations
Color information
#3CDD9C (or 0x3CDD9C) is known color: Shamrock. HEX triplet: 3C, DD and 9C. RGB value is (60,221,156). Sum of RGB (Red+Green+Blue) = 60+221+156=437 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.73% from 437); Green value is 221 (86.72% from 255 or 50.57% from 437); Blue value is 156 (61.33% from 255 or 35.70% from 437); Max value from RGB is 221 - color contains mainly: green. Hex color #3CDD9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CDD9C is #C32263. Grayscale: #A5A5A5. Windows color (decimal): -12788324 or 10280252. OLE color: 10280252.
HSL color Cylindrical-coordinate representation of color #3CDD9C: hue angle of 155.78º 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 #3CDD9C is Cyan = 0.73, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 221 | 156 | - |
| CMYK | 0.73 | 0 | 0.29 | 0.13 |
| HSL | 155.78º | 0.7% | 0.55% | - |
| HSV(B) | 155.78º | 0.73% | 0.87% | - |
| XYZ | 33.72 | 55.07 | 40.31 | - |
| YUV | 165.45 | 122.66 | 52.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 221 | 156 | 0.73 | 0 | 0.29 | 0.13 | 155.78 | 0.7 | 0.55 |
| Hex | 3C | DD | 9C | 49 | 0 | 1D | D | 9C | 46 | 37 |
| Octal | 74 | 335 | 234 | 111 | 0 | 35 | 15 | 234 | 106 | 67 |
| Binary | 111100 | 11011101 | 10011100 | 1001001 | 0 | 11101 | 1101 | 10011100 | 1000110 | 110111 |
Color Harmonies of #3CDD9C
Complementary color
Monochromatic Colors of #3CDD9C
Black with #3CDD9C
Text Example
Text Example
White with #3CDD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDD9C; }
p { color: rgb(60,221,156); }
H1.HeaderClassName
{
color: #3CDD9C;
}
.AnyTagClassName
{
color: #3CDD9C;
}
</style>
background-color css
<style>
a { background-color: #3CDD9C; }
a { background-color: rgb(60,221,156); }
div.DivClassName
{
background-color: #3CDD9C;
}
.BgClassName
{
background-color: #3CDD9C;
}
</style>
border-color css
<style>
span { border-color: #3CDD9C; }
span { border-color: rgb(60,221,156); }
td.TdClassName
{
border-color: #3CDD9C;
}
.TagClassName
{
border-color: #3CDD9C;
}
</style>