Shades of Shamrock #3CC48A
Tints of Shamrock #3CC48A
RGB
CMYK
RGB Variations
Color information
#3CC48A (or 0x3CC48A) is known color: Shamrock. HEX triplet: 3C, C4 and 8A. RGB value is (60,196,138). Sum of RGB (Red+Green+Blue) = 60+196+138=394 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.23% from 394); Green value is 196 (76.95% from 255 or 49.75% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 196 - color contains mainly: green. Hex color #3CC48A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CC48A is #C33B75. Grayscale: #949494. Windows color (decimal): -12794742 or 9094204. OLE color: 9094204.
HSL color Cylindrical-coordinate representation of color #3CC48A: hue angle of 154.41º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CC48A is Cyan = 0.69, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 60 | 196 | 138 | - |
| CMYK | 0.69 | 0 | 0.30 | 0.23 |
| HSL | 154.41º | 0.54% | 0.5% | - |
| HSV(B) | 154.41º | 0.69% | 0.77% | - |
| XYZ | 26.19 | 42.28 | 30.82 | - |
| YUV | 148.72 | 121.94 | 64.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 196 | 138 | 0.69 | 0 | 0.30 | 0.23 | 154.41 | 0.54 | 0.5 |
| Hex | 3C | C4 | 8A | 45 | 0 | 1E | 17 | 9A | 36 | 32 |
| Octal | 74 | 304 | 212 | 105 | 0 | 36 | 27 | 232 | 66 | 62 |
| Binary | 111100 | 11000100 | 10001010 | 1000101 | 0 | 11110 | 10111 | 10011010 | 110110 | 110010 |
Color Harmonies of #3CC48A
Complementary color
Monochromatic Colors of #3CC48A
Black with #3CC48A
Text Example
Text Example
White with #3CC48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC48A; }
p { color: rgb(60,196,138); }
H1.HeaderClassName
{
color: #3CC48A;
}
.AnyTagClassName
{
color: #3CC48A;
}
</style>
background-color css
<style>
a { background-color: #3CC48A; }
a { background-color: rgb(60,196,138); }
div.DivClassName
{
background-color: #3CC48A;
}
.BgClassName
{
background-color: #3CC48A;
}
</style>
border-color css
<style>
span { border-color: #3CC48A; }
span { border-color: rgb(60,196,138); }
td.TdClassName
{
border-color: #3CC48A;
}
.TagClassName
{
border-color: #3CC48A;
}
</style>