Shades of Shamrock #3CDDAA
Tints of Shamrock #3CDDAA
RGB
CMYK
RGB Variations
Color information
#3CDDAA (or 0x3CDDAA) is known color: Shamrock. HEX triplet: 3C, DD and AA. RGB value is (60,221,170). Sum of RGB (Red+Green+Blue) = 60+221+170=451 (59% of max value = 765). Red value is 60 (23.83% from 255 or 13.30% from 451); Green value is 221 (86.72% from 255 or 49.00% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 221 - color contains mainly: green. Hex color #3CDDAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CDDAA is #C32255. Grayscale: #A7A7A7. Windows color (decimal): -12788310 or 11197756. OLE color: 11197756.
HSL color Cylindrical-coordinate representation of color #3CDDAA: hue angle of 160.99º 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 #3CDDAA is Cyan = 0.73, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 221 | 170 | - |
| CMYK | 0.73 | 0 | 0.23 | 0.13 |
| HSL | 160.99º | 0.7% | 0.55% | - |
| HSV(B) | 160.99º | 0.73% | 0.87% | - |
| XYZ | 34.98 | 55.58 | 46.91 | - |
| YUV | 167.05 | 129.66 | 51.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 221 | 170 | 0.73 | 0 | 0.23 | 0.13 | 160.99 | 0.7 | 0.55 |
| Hex | 3C | DD | AA | 49 | 0 | 17 | D | A1 | 46 | 37 |
| Octal | 74 | 335 | 252 | 111 | 0 | 27 | 15 | 241 | 106 | 67 |
| Binary | 111100 | 11011101 | 10101010 | 1001001 | 0 | 10111 | 1101 | 10100001 | 1000110 | 110111 |
Color Harmonies of #3CDDAA
Complementary color
Monochromatic Colors of #3CDDAA
Black with #3CDDAA
Text Example
Text Example
White with #3CDDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDDAA; }
p { color: rgb(60,221,170); }
H1.HeaderClassName
{
color: #3CDDAA;
}
.AnyTagClassName
{
color: #3CDDAA;
}
</style>
background-color css
<style>
a { background-color: #3CDDAA; }
a { background-color: rgb(60,221,170); }
div.DivClassName
{
background-color: #3CDDAA;
}
.BgClassName
{
background-color: #3CDDAA;
}
</style>
border-color css
<style>
span { border-color: #3CDDAA; }
span { border-color: rgb(60,221,170); }
td.TdClassName
{
border-color: #3CDDAA;
}
.TagClassName
{
border-color: #3CDDAA;
}
</style>