Shades of Shamrock #3FC096
Tints of Shamrock #3FC096
RGB
CMYK
RGB Variations
Color information
#3FC096 (or 0x3FC096) is known color: Shamrock. HEX triplet: 3F, C0 and 96. RGB value is (63,192,150). Sum of RGB (Red+Green+Blue) = 63+192+150=405 (53% of max value = 765). Red value is 63 (25% from 255 or 15.56% from 405); Green value is 192 (75.39% from 255 or 47.41% from 405); Blue value is 150 (58.98% from 255 or 37.04% from 405); Max value from RGB is 192 - color contains mainly: green. Hex color #3FC096 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FC096 is #C03F69. Grayscale: #949494. Windows color (decimal): -12599146 or 9879615. OLE color: 9879615.
HSL color Cylindrical-coordinate representation of color #3FC096: hue angle of 160.47º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3FC096 is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 192 | 150 | - |
| CMYK | 0.67 | 0 | 0.22 | 0.25 |
| HSL | 160.47º | 0.51% | 0.5% | - |
| HSV(B) | 160.47º | 0.67% | 0.75% | - |
| XYZ | 26.4 | 40.96 | 35.37 | - |
| YUV | 148.64 | 128.76 | 66.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 192 | 150 | 0.67 | 0 | 0.22 | 0.25 | 160.47 | 0.51 | 0.5 |
| Hex | 3F | C0 | 96 | 43 | 0 | 16 | 19 | A0 | 33 | 32 |
| Octal | 77 | 300 | 226 | 103 | 0 | 26 | 31 | 240 | 63 | 62 |
| Binary | 111111 | 11000000 | 10010110 | 1000011 | 0 | 10110 | 11001 | 10100000 | 110011 | 110010 |
Color Harmonies of #3FC096
Complementary color
Monochromatic Colors of #3FC096
Black with #3FC096
Text Example
Text Example
White with #3FC096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC096; }
p { color: rgb(63,192,150); }
H1.HeaderClassName
{
color: #3FC096;
}
.AnyTagClassName
{
color: #3FC096;
}
</style>
background-color css
<style>
a { background-color: #3FC096; }
a { background-color: rgb(63,192,150); }
div.DivClassName
{
background-color: #3FC096;
}
.BgClassName
{
background-color: #3FC096;
}
</style>
border-color css
<style>
span { border-color: #3FC096; }
span { border-color: rgb(63,192,150); }
td.TdClassName
{
border-color: #3FC096;
}
.TagClassName
{
border-color: #3FC096;
}
</style>