Shades of Shamrock #3FFFA6
Tints of Shamrock #3FFFA6
RGB
CMYK
RGB Variations
Color information
#3FFFA6 (or 0x3FFFA6) is known color: Shamrock. HEX triplet: 3F, FF and A6. RGB value is (63,255,166). Sum of RGB (Red+Green+Blue) = 63+255+166=484 (64% of max value = 765). Red value is 63 (25% from 255 or 13.02% from 484); Green value is 255 (100% from 255 or 52.69% from 484); Blue value is 166 (65.23% from 255 or 34.30% from 484); Max value from RGB is 255 - color contains mainly: green. Hex color #3FFFA6 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FFFA6 is #C00059. Grayscale: #BBBBBB. Windows color (decimal): -12583002 or 10944319. OLE color: 10944319.
HSL color Cylindrical-coordinate representation of color #3FFFA6: hue angle of 152.19º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFFA6 is Cyan = 0.75, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 255 | 166 | - |
| CMYK | 0.75 | 0 | 0.35 | 0 |
| HSL | 152.19º | 1% | 0.62% | - |
| HSV(B) | 152.19º | 0.75% | 1% | - |
| XYZ | 44.69 | 75.33 | 48.26 | - |
| YUV | 187.45 | 115.89 | 39.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 255 | 166 | 0.75 | 0 | 0.35 | 0 | 152.19 | 1 | 0.62 |
| Hex | 3F | FF | A6 | 4B | 0 | 23 | 0 | 98 | 64 | 3E |
| Octal | 77 | 377 | 246 | 113 | 0 | 43 | 0 | 230 | 144 | 76 |
| Binary | 111111 | 11111111 | 10100110 | 1001011 | 0 | 100011 | 0 | 10011000 | 1100100 | 111110 |
Color Harmonies of #3FFFA6
Complementary color
Monochromatic Colors of #3FFFA6
Black with #3FFFA6
Text Example
Text Example
White with #3FFFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFFA6; }
p { color: rgb(63,255,166); }
H1.HeaderClassName
{
color: #3FFFA6;
}
.AnyTagClassName
{
color: #3FFFA6;
}
</style>
background-color css
<style>
a { background-color: #3FFFA6; }
a { background-color: rgb(63,255,166); }
div.DivClassName
{
background-color: #3FFFA6;
}
.BgClassName
{
background-color: #3FFFA6;
}
</style>
border-color css
<style>
span { border-color: #3FFFA6; }
span { border-color: rgb(63,255,166); }
td.TdClassName
{
border-color: #3FFFA6;
}
.TagClassName
{
border-color: #3FFFA6;
}
</style>