Shades of Shamrock #3FC49C
Tints of Shamrock #3FC49C
RGB
CMYK
RGB Variations
Color information
#3FC49C (or 0x3FC49C) is known color: Shamrock. HEX triplet: 3F, C4 and 9C. RGB value is (63,196,156). Sum of RGB (Red+Green+Blue) = 63+196+156=415 (54% of max value = 765). Red value is 63 (25% from 255 or 15.18% from 415); Green value is 196 (76.95% from 255 or 47.23% from 415); Blue value is 156 (61.33% from 255 or 37.59% from 415); Max value from RGB is 196 - color contains mainly: green. Hex color #3FC49C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FC49C is #C03B63. Grayscale: #979797. Windows color (decimal): -12598116 or 10273855. OLE color: 10273855.
HSL color Cylindrical-coordinate representation of color #3FC49C: hue angle of 161.95º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3FC49C is Cyan = 0.68, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 63 | 196 | 156 | - |
| CMYK | 0.68 | 0 | 0.20 | 0.23 |
| HSL | 161.95º | 0.53% | 0.51% | - |
| HSV(B) | 161.95º | 0.68% | 0.77% | - |
| XYZ | 27.79 | 42.94 | 38.28 | - |
| YUV | 151.67 | 130.44 | 64.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 196 | 156 | 0.68 | 0 | 0.20 | 0.23 | 161.95 | 0.53 | 0.51 |
| Hex | 3F | C4 | 9C | 44 | 0 | 14 | 17 | A2 | 35 | 33 |
| Octal | 77 | 304 | 234 | 104 | 0 | 24 | 27 | 242 | 65 | 63 |
| Binary | 111111 | 11000100 | 10011100 | 1000100 | 0 | 10100 | 10111 | 10100010 | 110101 | 110011 |
Color Harmonies of #3FC49C
Complementary color
Monochromatic Colors of #3FC49C
Black with #3FC49C
Text Example
Text Example
White with #3FC49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC49C; }
p { color: rgb(63,196,156); }
H1.HeaderClassName
{
color: #3FC49C;
}
.AnyTagClassName
{
color: #3FC49C;
}
</style>
background-color css
<style>
a { background-color: #3FC49C; }
a { background-color: rgb(63,196,156); }
div.DivClassName
{
background-color: #3FC49C;
}
.BgClassName
{
background-color: #3FC49C;
}
</style>
border-color css
<style>
span { border-color: #3FC49C; }
span { border-color: rgb(63,196,156); }
td.TdClassName
{
border-color: #3FC49C;
}
.TagClassName
{
border-color: #3FC49C;
}
</style>