Shades of Shamrock #3FDFAC
Tints of Shamrock #3FDFAC
RGB
CMYK
RGB Variations
Color information
#3FDFAC (or 0x3FDFAC) is known color: Shamrock. HEX triplet: 3F, DF and AC. RGB value is (63,223,172). Sum of RGB (Red+Green+Blue) = 63+223+172=458 (60% of max value = 765). Red value is 63 (25% from 255 or 13.76% from 458); Green value is 223 (87.5% from 255 or 48.69% from 458); Blue value is 172 (67.58% from 255 or 37.55% from 458); Max value from RGB is 223 - color contains mainly: green. Hex color #3FDFAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FDFAC is #C02053. Grayscale: #A9A9A9. Windows color (decimal): -12591188 or 11329343. OLE color: 11329343.
HSL color Cylindrical-coordinate representation of color #3FDFAC: hue angle of 160.88º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FDFAC is Cyan = 0.72, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 223 | 172 | - |
| CMYK | 0.72 | 0 | 0.23 | 0.13 |
| HSL | 160.88º | 0.71% | 0.56% | - |
| HSV(B) | 160.88º | 0.72% | 0.87% | - |
| XYZ | 35.88 | 56.81 | 48.1 | - |
| YUV | 169.35 | 129.49 | 52.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 223 | 172 | 0.72 | 0 | 0.23 | 0.13 | 160.88 | 0.71 | 0.56 |
| Hex | 3F | DF | AC | 48 | 0 | 17 | D | A1 | 47 | 38 |
| Octal | 77 | 337 | 254 | 110 | 0 | 27 | 15 | 241 | 107 | 70 |
| Binary | 111111 | 11011111 | 10101100 | 1001000 | 0 | 10111 | 1101 | 10100001 | 1000111 | 111000 |
Color Harmonies of #3FDFAC
Complementary color
Monochromatic Colors of #3FDFAC
Black with #3FDFAC
Text Example
Text Example
White with #3FDFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDFAC; }
p { color: rgb(63,223,172); }
H1.HeaderClassName
{
color: #3FDFAC;
}
.AnyTagClassName
{
color: #3FDFAC;
}
</style>
background-color css
<style>
a { background-color: #3FDFAC; }
a { background-color: rgb(63,223,172); }
div.DivClassName
{
background-color: #3FDFAC;
}
.BgClassName
{
background-color: #3FDFAC;
}
</style>
border-color css
<style>
span { border-color: #3FDFAC; }
span { border-color: rgb(63,223,172); }
td.TdClassName
{
border-color: #3FDFAC;
}
.TagClassName
{
border-color: #3FDFAC;
}
</style>