Shades of Shamrock #3CC890
Tints of Shamrock #3CC890
RGB
CMYK
RGB Variations
Color information
#3CC890 (or 0x3CC890) is known color: Shamrock. HEX triplet: 3C, C8 and 90. RGB value is (60,200,144). Sum of RGB (Red+Green+Blue) = 60+200+144=404 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.85% from 404); Green value is 200 (78.52% from 255 or 49.50% from 404); Blue value is 144 (56.64% from 255 or 35.64% from 404); Max value from RGB is 200 - color contains mainly: green. Hex color #3CC890 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CC890 is #C3376F. Grayscale: #979797. Windows color (decimal): -12793712 or 9488444. OLE color: 9488444.
HSL color Cylindrical-coordinate representation of color #3CC890: hue angle of 156º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CC890 is Cyan = 0.7, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 60 | 200 | 144 | - |
| CMYK | 0.7 | 0 | 0.28 | 0.22 |
| HSL | 156º | 0.56% | 0.51% | - |
| HSV(B) | 156º | 0.7% | 0.78% | - |
| XYZ | 27.55 | 44.28 | 33.48 | - |
| YUV | 151.76 | 123.62 | 62.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 200 | 144 | 0.7 | 0 | 0.28 | 0.22 | 156 | 0.56 | 0.51 |
| Hex | 3C | C8 | 90 | 46 | 0 | 1C | 16 | 9C | 38 | 33 |
| Octal | 74 | 310 | 220 | 106 | 0 | 34 | 26 | 234 | 70 | 63 |
| Binary | 111100 | 11001000 | 10010000 | 1000110 | 0 | 11100 | 10110 | 10011100 | 111000 | 110011 |
Color Harmonies of #3CC890
Complementary color
Monochromatic Colors of #3CC890
Black with #3CC890
Text Example
Text Example
White with #3CC890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC890; }
p { color: rgb(60,200,144); }
H1.HeaderClassName
{
color: #3CC890;
}
.AnyTagClassName
{
color: #3CC890;
}
</style>
background-color css
<style>
a { background-color: #3CC890; }
a { background-color: rgb(60,200,144); }
div.DivClassName
{
background-color: #3CC890;
}
.BgClassName
{
background-color: #3CC890;
}
</style>
border-color css
<style>
span { border-color: #3CC890; }
span { border-color: rgb(60,200,144); }
td.TdClassName
{
border-color: #3CC890;
}
.TagClassName
{
border-color: #3CC890;
}
</style>