Shades of Shamrock #3AC49C
Tints of Shamrock #3AC49C
RGB
CMYK
RGB Variations
Color information
#3AC49C (or 0x3AC49C) is known color: Shamrock. HEX triplet: 3A, C4 and 9C. RGB value is (58,196,156). Sum of RGB (Red+Green+Blue) = 58+196+156=410 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.15% from 410); Green value is 196 (76.95% from 255 or 47.80% from 410); Blue value is 156 (61.33% from 255 or 38.05% from 410); Max value from RGB is 196 - color contains mainly: green. Hex color #3AC49C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AC49C is #C53B63. Grayscale: #969696. Windows color (decimal): -12925796 or 10273850. OLE color: 10273850.
HSL color Cylindrical-coordinate representation of color #3AC49C: hue angle of 162.61º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3AC49C is Cyan = 0.70, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 58 | 196 | 156 | - |
| CMYK | 0.70 | 0 | 0.20 | 0.23 |
| HSL | 162.61º | 0.54% | 0.5% | - |
| HSV(B) | 162.61º | 0.7% | 0.77% | - |
| XYZ | 27.49 | 42.78 | 38.26 | - |
| YUV | 150.18 | 131.28 | 62.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 196 | 156 | 0.70 | 0 | 0.20 | 0.23 | 162.61 | 0.54 | 0.5 |
| Hex | 3A | C4 | 9C | 46 | 0 | 14 | 17 | A3 | 36 | 32 |
| Octal | 72 | 304 | 234 | 106 | 0 | 24 | 27 | 243 | 66 | 62 |
| Binary | 111010 | 11000100 | 10011100 | 1000110 | 0 | 10100 | 10111 | 10100011 | 110110 | 110010 |
Color Harmonies of #3AC49C
Complementary color
Monochromatic Colors of #3AC49C
Black with #3AC49C
Text Example
Text Example
White with #3AC49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC49C; }
p { color: rgb(58,196,156); }
H1.HeaderClassName
{
color: #3AC49C;
}
.AnyTagClassName
{
color: #3AC49C;
}
</style>
background-color css
<style>
a { background-color: #3AC49C; }
a { background-color: rgb(58,196,156); }
div.DivClassName
{
background-color: #3AC49C;
}
.BgClassName
{
background-color: #3AC49C;
}
</style>
border-color css
<style>
span { border-color: #3AC49C; }
span { border-color: rgb(58,196,156); }
td.TdClassName
{
border-color: #3AC49C;
}
.TagClassName
{
border-color: #3AC49C;
}
</style>