Shades of Shamrock #3DD6A1
Tints of Shamrock #3DD6A1
RGB
CMYK
RGB Variations
Color information
#3DD6A1 (or 0x3DD6A1) is known color: Shamrock. HEX triplet: 3D, D6 and A1. RGB value is (61,214,161). Sum of RGB (Red+Green+Blue) = 61+214+161=436 (57% of max value = 765). Red value is 61 (24.22% from 255 or 13.99% from 436); Green value is 214 (83.98% from 255 or 49.08% from 436); Blue value is 161 (63.28% from 255 or 36.93% from 436); Max value from RGB is 214 - color contains mainly: green. Hex color #3DD6A1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DD6A1 is #C2295E. Grayscale: #A2A2A2. Windows color (decimal): -12724575 or 10606141. OLE color: 10606141.
HSL color Cylindrical-coordinate representation of color #3DD6A1: hue angle of 159.22º 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 #3DD6A1 is Cyan = 0.71, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 61 | 214 | 161 | - |
| CMYK | 0.71 | 0 | 0.25 | 0.16 |
| HSL | 159.22º | 0.65% | 0.54% | - |
| HSV(B) | 159.22º | 0.71% | 0.84% | - |
| XYZ | 32.4 | 51.66 | 41.98 | - |
| YUV | 162.21 | 127.31 | 55.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 214 | 161 | 0.71 | 0 | 0.25 | 0.16 | 159.22 | 0.65 | 0.54 |
| Hex | 3D | D6 | A1 | 47 | 0 | 19 | 10 | 9F | 41 | 36 |
| Octal | 75 | 326 | 241 | 107 | 0 | 31 | 20 | 237 | 101 | 66 |
| Binary | 111101 | 11010110 | 10100001 | 1000111 | 0 | 11001 | 10000 | 10011111 | 1000001 | 110110 |
Color Harmonies of #3DD6A1
Complementary color
Monochromatic Colors of #3DD6A1
Black with #3DD6A1
Text Example
Text Example
White with #3DD6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD6A1; }
p { color: rgb(61,214,161); }
H1.HeaderClassName
{
color: #3DD6A1;
}
.AnyTagClassName
{
color: #3DD6A1;
}
</style>
background-color css
<style>
a { background-color: #3DD6A1; }
a { background-color: rgb(61,214,161); }
div.DivClassName
{
background-color: #3DD6A1;
}
.BgClassName
{
background-color: #3DD6A1;
}
</style>
border-color css
<style>
span { border-color: #3DD6A1; }
span { border-color: rgb(61,214,161); }
td.TdClassName
{
border-color: #3DD6A1;
}
.TagClassName
{
border-color: #3DD6A1;
}
</style>