Shades of Shamrock #3FCFAC
Tints of Shamrock #3FCFAC
RGB
CMYK
RGB Variations
Color information
#3FCFAC (or 0x3FCFAC) is known color: Shamrock. HEX triplet: 3F, CF and AC. RGB value is (63,207,172). Sum of RGB (Red+Green+Blue) = 63+207+172=442 (58% of max value = 765). Red value is 63 (25% from 255 or 14.25% from 442); Green value is 207 (81.25% from 255 or 46.83% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 207 - color contains mainly: green. Hex color #3FCFAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FCFAC is #C03053. Grayscale: #9F9F9F. Windows color (decimal): -12595284 or 11325247. OLE color: 11325247.
HSL color Cylindrical-coordinate representation of color #3FCFAC: hue angle of 165.42º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FCFAC is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 207 | 172 | - |
| CMYK | 0.70 | 0 | 0.17 | 0.19 |
| HSL | 165.42º | 0.6% | 0.53% | - |
| HSV(B) | 165.42º | 0.7% | 0.81% | - |
| XYZ | 31.81 | 48.66 | 46.75 | - |
| YUV | 159.95 | 134.79 | 58.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 207 | 172 | 0.70 | 0 | 0.17 | 0.19 | 165.42 | 0.6 | 0.53 |
| Hex | 3F | CF | AC | 46 | 0 | 11 | 13 | A5 | 3C | 35 |
| Octal | 77 | 317 | 254 | 106 | 0 | 21 | 23 | 245 | 74 | 65 |
| Binary | 111111 | 11001111 | 10101100 | 1000110 | 0 | 10001 | 10011 | 10100101 | 111100 | 110101 |
Color Harmonies of #3FCFAC
Complementary color
Monochromatic Colors of #3FCFAC
Black with #3FCFAC
Text Example
Text Example
White with #3FCFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCFAC; }
p { color: rgb(63,207,172); }
H1.HeaderClassName
{
color: #3FCFAC;
}
.AnyTagClassName
{
color: #3FCFAC;
}
</style>
background-color css
<style>
a { background-color: #3FCFAC; }
a { background-color: rgb(63,207,172); }
div.DivClassName
{
background-color: #3FCFAC;
}
.BgClassName
{
background-color: #3FCFAC;
}
</style>
border-color css
<style>
span { border-color: #3FCFAC; }
span { border-color: rgb(63,207,172); }
td.TdClassName
{
border-color: #3FCFAC;
}
.TagClassName
{
border-color: #3FCFAC;
}
</style>