Shades of Shamrock #3CD2A2
Tints of Shamrock #3CD2A2
RGB
CMYK
RGB Variations
Color information
#3CD2A2 (or 0x3CD2A2) is known color: Shamrock. HEX triplet: 3C, D2 and A2. RGB value is (60,210,162). Sum of RGB (Red+Green+Blue) = 60+210+162=432 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.89% from 432); Green value is 210 (82.42% from 255 or 48.61% from 432); Blue value is 162 (63.67% from 255 or 37.5% from 432); Max value from RGB is 210 - color contains mainly: green. Hex color #3CD2A2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CD2A2 is #C32D5D. Grayscale: #9F9F9F. Windows color (decimal): -12791134 or 10670652. OLE color: 10670652.
HSL color Cylindrical-coordinate representation of color #3CD2A2: hue angle of 160.8º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CD2A2 is Cyan = 0.71, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 60 | 210 | 162 | - |
| CMYK | 0.71 | 0 | 0.23 | 0.18 |
| HSL | 160.8º | 0.63% | 0.53% | - |
| HSV(B) | 160.8º | 0.71% | 0.82% | - |
| XYZ | 31.43 | 49.66 | 42.11 | - |
| YUV | 159.68 | 129.31 | 56.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 210 | 162 | 0.71 | 0 | 0.23 | 0.18 | 160.8 | 0.63 | 0.53 |
| Hex | 3C | D2 | A2 | 47 | 0 | 17 | 12 | A1 | 3E | 35 |
| Octal | 74 | 322 | 242 | 107 | 0 | 27 | 22 | 241 | 76 | 65 |
| Binary | 111100 | 11010010 | 10100010 | 1000111 | 0 | 10111 | 10010 | 10100001 | 111110 | 110101 |
Color Harmonies of #3CD2A2
Complementary color
Monochromatic Colors of #3CD2A2
Black with #3CD2A2
Text Example
Text Example
White with #3CD2A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CD2A2; }
p { color: rgb(60,210,162); }
H1.HeaderClassName
{
color: #3CD2A2;
}
.AnyTagClassName
{
color: #3CD2A2;
}
</style>
background-color css
<style>
a { background-color: #3CD2A2; }
a { background-color: rgb(60,210,162); }
div.DivClassName
{
background-color: #3CD2A2;
}
.BgClassName
{
background-color: #3CD2A2;
}
</style>
border-color css
<style>
span { border-color: #3CD2A2; }
span { border-color: rgb(60,210,162); }
td.TdClassName
{
border-color: #3CD2A2;
}
.TagClassName
{
border-color: #3CD2A2;
}
</style>