Shades of Shamrock #3FDCA2
Tints of Shamrock #3FDCA2
RGB
CMYK
RGB Variations
Color information
#3FDCA2 (or 0x3FDCA2) is known color: Shamrock. HEX triplet: 3F, DC and A2. RGB value is (63,220,162). Sum of RGB (Red+Green+Blue) = 63+220+162=445 (58% of max value = 765). Red value is 63 (25% from 255 or 14.16% from 445); Green value is 220 (86.33% from 255 or 49.44% from 445); Blue value is 162 (63.67% from 255 or 36.40% from 445); Max value from RGB is 220 - color contains mainly: green. Hex color #3FDCA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FDCA2 is #C0235D. Grayscale: #A6A6A6. Windows color (decimal): -12591966 or 10673215. OLE color: 10673215.
HSL color Cylindrical-coordinate representation of color #3FDCA2: hue angle of 157.83º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FDCA2 is Cyan = 0.71, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 220 | 162 | - |
| CMYK | 0.71 | 0 | 0.26 | 0.14 |
| HSL | 157.83º | 0.69% | 0.55% | - |
| HSV(B) | 157.83º | 0.71% | 0.86% | - |
| XYZ | 34.16 | 54.85 | 42.97 | - |
| YUV | 166.45 | 125.49 | 54.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 220 | 162 | 0.71 | 0 | 0.26 | 0.14 | 157.83 | 0.69 | 0.55 |
| Hex | 3F | DC | A2 | 47 | 0 | 1A | E | 9E | 45 | 37 |
| Octal | 77 | 334 | 242 | 107 | 0 | 32 | 16 | 236 | 105 | 67 |
| Binary | 111111 | 11011100 | 10100010 | 1000111 | 0 | 11010 | 1110 | 10011110 | 1000101 | 110111 |
Color Harmonies of #3FDCA2
Complementary color
Monochromatic Colors of #3FDCA2
Black with #3FDCA2
Text Example
Text Example
White with #3FDCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDCA2; }
p { color: rgb(63,220,162); }
H1.HeaderClassName
{
color: #3FDCA2;
}
.AnyTagClassName
{
color: #3FDCA2;
}
</style>
background-color css
<style>
a { background-color: #3FDCA2; }
a { background-color: rgb(63,220,162); }
div.DivClassName
{
background-color: #3FDCA2;
}
.BgClassName
{
background-color: #3FDCA2;
}
</style>
border-color css
<style>
span { border-color: #3FDCA2; }
span { border-color: rgb(63,220,162); }
td.TdClassName
{
border-color: #3FDCA2;
}
.TagClassName
{
border-color: #3FDCA2;
}
</style>