Shades of Shamrock #3FF9A6
Tints of Shamrock #3FF9A6
RGB
CMYK
RGB Variations
Color information
#3FF9A6 (or 0x3FF9A6) is known color: Shamrock. HEX triplet: 3F, F9 and A6. RGB value is (63,249,166). Sum of RGB (Red+Green+Blue) = 63+249+166=478 (63% of max value = 765). Red value is 63 (25% from 255 or 13.18% from 478); Green value is 249 (97.66% from 255 or 52.09% from 478); Blue value is 166 (65.23% from 255 or 34.73% from 478); Max value from RGB is 249 - color contains mainly: green. Hex color #3FF9A6 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FF9A6 is #C00659. Grayscale: #B8B8B8. Windows color (decimal): -12584538 or 10942783. OLE color: 10942783.
HSL color Cylindrical-coordinate representation of color #3FF9A6: hue angle of 153.23º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FF9A6 is Cyan = 0.75, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 249 | 166 | - |
| CMYK | 0.75 | 0 | 0.33 | 0.02 |
| HSL | 153.23º | 0.94% | 0.61% | - |
| HSV(B) | 153.23º | 0.75% | 0.98% | - |
| XYZ | 42.81 | 71.56 | 47.63 | - |
| YUV | 183.92 | 117.88 | 41.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 249 | 166 | 0.75 | 0 | 0.33 | 0.02 | 153.23 | 0.94 | 0.61 |
| Hex | 3F | F9 | A6 | 4B | 0 | 21 | 2 | 99 | 5E | 3D |
| Octal | 77 | 371 | 246 | 113 | 0 | 41 | 2 | 231 | 136 | 75 |
| Binary | 111111 | 11111001 | 10100110 | 1001011 | 0 | 100001 | 10 | 10011001 | 1011110 | 111101 |
Color Harmonies of #3FF9A6
Complementary color
Monochromatic Colors of #3FF9A6
Black with #3FF9A6
Text Example
Text Example
White with #3FF9A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF9A6; }
p { color: rgb(63,249,166); }
H1.HeaderClassName
{
color: #3FF9A6;
}
.AnyTagClassName
{
color: #3FF9A6;
}
</style>
background-color css
<style>
a { background-color: #3FF9A6; }
a { background-color: rgb(63,249,166); }
div.DivClassName
{
background-color: #3FF9A6;
}
.BgClassName
{
background-color: #3FF9A6;
}
</style>
border-color css
<style>
span { border-color: #3FF9A6; }
span { border-color: rgb(63,249,166); }
td.TdClassName
{
border-color: #3FF9A6;
}
.TagClassName
{
border-color: #3FF9A6;
}
</style>