Shades of Shamrock #3FDDA6
Tints of Shamrock #3FDDA6
RGB
CMYK
RGB Variations
Color information
#3FDDA6 (or 0x3FDDA6) is known color: Shamrock. HEX triplet: 3F, DD and A6. RGB value is (63,221,166). Sum of RGB (Red+Green+Blue) = 63+221+166=450 (59% of max value = 765). Red value is 63 (25% from 255 or 14% from 450); Green value is 221 (86.72% from 255 or 49.11% from 450); Blue value is 166 (65.23% from 255 or 36.89% from 450); Max value from RGB is 221 - color contains mainly: green. Hex color #3FDDA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FDDA6 is #C02259. Grayscale: #A7A7A7. Windows color (decimal): -12591706 or 10935615. OLE color: 10935615.
HSL color Cylindrical-coordinate representation of color #3FDDA6: hue angle of 159.11º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FDDA6 is Cyan = 0.71, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 221 | 166 | - |
| CMYK | 0.71 | 0 | 0.25 | 0.13 |
| HSL | 159.11º | 0.7% | 0.56% | - |
| HSV(B) | 159.11º | 0.71% | 0.87% | - |
| XYZ | 34.79 | 55.52 | 44.96 | - |
| YUV | 167.49 | 127.15 | 53.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 221 | 166 | 0.71 | 0 | 0.25 | 0.13 | 159.11 | 0.7 | 0.56 |
| Hex | 3F | DD | A6 | 47 | 0 | 19 | D | 9F | 46 | 38 |
| Octal | 77 | 335 | 246 | 107 | 0 | 31 | 15 | 237 | 106 | 70 |
| Binary | 111111 | 11011101 | 10100110 | 1000111 | 0 | 11001 | 1101 | 10011111 | 1000110 | 111000 |
Color Harmonies of #3FDDA6
Complementary color
Monochromatic Colors of #3FDDA6
Black with #3FDDA6
Text Example
Text Example
White with #3FDDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDDA6; }
p { color: rgb(63,221,166); }
H1.HeaderClassName
{
color: #3FDDA6;
}
.AnyTagClassName
{
color: #3FDDA6;
}
</style>
background-color css
<style>
a { background-color: #3FDDA6; }
a { background-color: rgb(63,221,166); }
div.DivClassName
{
background-color: #3FDDA6;
}
.BgClassName
{
background-color: #3FDDA6;
}
</style>
border-color css
<style>
span { border-color: #3FDDA6; }
span { border-color: rgb(63,221,166); }
td.TdClassName
{
border-color: #3FDDA6;
}
.TagClassName
{
border-color: #3FDDA6;
}
</style>