Shades of Shamrock #3DD4A0
Tints of Shamrock #3DD4A0
RGB
CMYK
RGB Variations
Color information
#3DD4A0 (or 0x3DD4A0) is known color: Shamrock. HEX triplet: 3D, D4 and A0. RGB value is (61,212,160). Sum of RGB (Red+Green+Blue) = 61+212+160=433 (57% of max value = 765). Red value is 61 (24.22% from 255 or 14.09% from 433); Green value is 212 (83.20% from 255 or 48.96% from 433); Blue value is 160 (62.89% from 255 or 36.95% from 433); Max value from RGB is 212 - color contains mainly: green. Hex color #3DD4A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DD4A0 is #C22B5F. Grayscale: #A0A0A0. Windows color (decimal): -12725088 or 10540093. OLE color: 10540093.
HSL color Cylindrical-coordinate representation of color #3DD4A0: hue angle of 159.34º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DD4A0 is Cyan = 0.71, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 61 | 212 | 160 | - |
| CMYK | 0.71 | 0 | 0.25 | 0.17 |
| HSL | 159.34º | 0.64% | 0.54% | - |
| HSV(B) | 159.34º | 0.71% | 0.83% | - |
| XYZ | 31.81 | 50.62 | 41.35 | - |
| YUV | 160.92 | 127.47 | 56.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 212 | 160 | 0.71 | 0 | 0.25 | 0.17 | 159.34 | 0.64 | 0.54 |
| Hex | 3D | D4 | A0 | 47 | 0 | 19 | 11 | 9F | 40 | 36 |
| Octal | 75 | 324 | 240 | 107 | 0 | 31 | 21 | 237 | 100 | 66 |
| Binary | 111101 | 11010100 | 10100000 | 1000111 | 0 | 11001 | 10001 | 10011111 | 1000000 | 110110 |
Color Harmonies of #3DD4A0
Complementary color
Monochromatic Colors of #3DD4A0
Black with #3DD4A0
Text Example
Text Example
White with #3DD4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD4A0; }
p { color: rgb(61,212,160); }
H1.HeaderClassName
{
color: #3DD4A0;
}
.AnyTagClassName
{
color: #3DD4A0;
}
</style>
background-color css
<style>
a { background-color: #3DD4A0; }
a { background-color: rgb(61,212,160); }
div.DivClassName
{
background-color: #3DD4A0;
}
.BgClassName
{
background-color: #3DD4A0;
}
</style>
border-color css
<style>
span { border-color: #3DD4A0; }
span { border-color: rgb(61,212,160); }
td.TdClassName
{
border-color: #3DD4A0;
}
.TagClassName
{
border-color: #3DD4A0;
}
</style>