Shades of Shamrock #3DD6A3
Tints of Shamrock #3DD6A3
RGB
CMYK
RGB Variations
Color information
#3DD6A3 (or 0x3DD6A3) is known color: Shamrock. HEX triplet: 3D, D6 and A3. RGB value is (61,214,163). Sum of RGB (Red+Green+Blue) = 61+214+163=438 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.93% from 438); Green value is 214 (83.98% from 255 or 48.86% from 438); Blue value is 163 (64.06% from 255 or 37.21% from 438); Max value from RGB is 214 - color contains mainly: green. Hex color #3DD6A3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DD6A3 is #C2295C. Grayscale: #A2A2A2. Windows color (decimal): -12724573 or 10737213. OLE color: 10737213.
HSL color Cylindrical-coordinate representation of color #3DD6A3: hue angle of 160º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DD6A3 is Cyan = 0.71, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 61 | 214 | 163 | - |
| CMYK | 0.71 | 0 | 0.24 | 0.16 |
| HSL | 160º | 0.65% | 0.54% | - |
| HSV(B) | 160º | 0.71% | 0.84% | - |
| XYZ | 32.58 | 51.73 | 42.92 | - |
| YUV | 162.44 | 128.31 | 55.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 214 | 163 | 0.71 | 0 | 0.24 | 0.16 | 160 | 0.65 | 0.54 |
| Hex | 3D | D6 | A3 | 47 | 0 | 18 | 10 | A0 | 41 | 36 |
| Octal | 75 | 326 | 243 | 107 | 0 | 30 | 20 | 240 | 101 | 66 |
| Binary | 111101 | 11010110 | 10100011 | 1000111 | 0 | 11000 | 10000 | 10100000 | 1000001 | 110110 |
Color Harmonies of #3DD6A3
Complementary color
Monochromatic Colors of #3DD6A3
Black with #3DD6A3
Text Example
Text Example
White with #3DD6A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD6A3; }
p { color: rgb(61,214,163); }
H1.HeaderClassName
{
color: #3DD6A3;
}
.AnyTagClassName
{
color: #3DD6A3;
}
</style>
background-color css
<style>
a { background-color: #3DD6A3; }
a { background-color: rgb(61,214,163); }
div.DivClassName
{
background-color: #3DD6A3;
}
.BgClassName
{
background-color: #3DD6A3;
}
</style>
border-color css
<style>
span { border-color: #3DD6A3; }
span { border-color: rgb(61,214,163); }
td.TdClassName
{
border-color: #3DD6A3;
}
.TagClassName
{
border-color: #3DD6A3;
}
</style>