Shades of Shamrock #3FE6AC
Tints of Shamrock #3FE6AC
RGB
CMYK
RGB Variations
Color information
#3FE6AC (or 0x3FE6AC) is known color: Shamrock. HEX triplet: 3F, E6 and AC. RGB value is (63,230,172). Sum of RGB (Red+Green+Blue) = 63+230+172=465 (61% of max value = 765). Red value is 63 (25% from 255 or 13.55% from 465); Green value is 230 (90.23% from 255 or 49.46% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 230 - color contains mainly: green. Hex color #3FE6AC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FE6AC is #C01953. Grayscale: #ADADAD. Windows color (decimal): -12589396 or 11331135. OLE color: 11331135.
HSL color Cylindrical-coordinate representation of color #3FE6AC: hue angle of 159.16º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FE6AC is Cyan = 0.73, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 63 | 230 | 172 | - |
| CMYK | 0.73 | 0 | 0.25 | 0.10 |
| HSL | 159.16º | 0.77% | 0.57% | - |
| HSV(B) | 159.16º | 0.73% | 0.9% | - |
| XYZ | 37.79 | 60.63 | 48.74 | - |
| YUV | 173.46 | 127.17 | 49.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 230 | 172 | 0.73 | 0 | 0.25 | 0.10 | 159.16 | 0.77 | 0.57 |
| Hex | 3F | E6 | AC | 49 | 0 | 19 | A | 9F | 4D | 39 |
| Octal | 77 | 346 | 254 | 111 | 0 | 31 | 12 | 237 | 115 | 71 |
| Binary | 111111 | 11100110 | 10101100 | 1001001 | 0 | 11001 | 1010 | 10011111 | 1001101 | 111001 |
Color Harmonies of #3FE6AC
Complementary color
Monochromatic Colors of #3FE6AC
Black with #3FE6AC
Text Example
Text Example
White with #3FE6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE6AC; }
p { color: rgb(63,230,172); }
H1.HeaderClassName
{
color: #3FE6AC;
}
.AnyTagClassName
{
color: #3FE6AC;
}
</style>
background-color css
<style>
a { background-color: #3FE6AC; }
a { background-color: rgb(63,230,172); }
div.DivClassName
{
background-color: #3FE6AC;
}
.BgClassName
{
background-color: #3FE6AC;
}
</style>
border-color css
<style>
span { border-color: #3FE6AC; }
span { border-color: rgb(63,230,172); }
td.TdClassName
{
border-color: #3FE6AC;
}
.TagClassName
{
border-color: #3FE6AC;
}
</style>