Shades of Shamrock #3FDEAC
Tints of Shamrock #3FDEAC
RGB
CMYK
RGB Variations
Color information
#3FDEAC (or 0x3FDEAC) is known color: Shamrock. HEX triplet: 3F, DE and AC. RGB value is (63,222,172). Sum of RGB (Red+Green+Blue) = 63+222+172=457 (60% of max value = 765). Red value is 63 (25% from 255 or 13.79% from 457); Green value is 222 (87.11% from 255 or 48.58% from 457); Blue value is 172 (67.58% from 255 or 37.64% from 457); Max value from RGB is 222 - color contains mainly: green. Hex color #3FDEAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FDEAC is #C02153. Grayscale: #A8A8A8. Windows color (decimal): -12591444 or 11329087. OLE color: 11329087.
HSL color Cylindrical-coordinate representation of color #3FDEAC: hue angle of 161.13º 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 #3FDEAC is Cyan = 0.72, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 222 | 172 | - |
| CMYK | 0.72 | 0 | 0.23 | 0.13 |
| HSL | 161.13º | 0.71% | 0.56% | - |
| HSV(B) | 161.13º | 0.72% | 0.87% | - |
| XYZ | 35.62 | 56.28 | 48.02 | - |
| YUV | 168.76 | 129.82 | 52.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 222 | 172 | 0.72 | 0 | 0.23 | 0.13 | 161.13 | 0.71 | 0.56 |
| Hex | 3F | DE | AC | 48 | 0 | 17 | D | A1 | 47 | 38 |
| Octal | 77 | 336 | 254 | 110 | 0 | 27 | 15 | 241 | 107 | 70 |
| Binary | 111111 | 11011110 | 10101100 | 1001000 | 0 | 10111 | 1101 | 10100001 | 1000111 | 111000 |
Color Harmonies of #3FDEAC
Complementary color
Monochromatic Colors of #3FDEAC
Black with #3FDEAC
Text Example
Text Example
White with #3FDEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDEAC; }
p { color: rgb(63,222,172); }
H1.HeaderClassName
{
color: #3FDEAC;
}
.AnyTagClassName
{
color: #3FDEAC;
}
</style>
background-color css
<style>
a { background-color: #3FDEAC; }
a { background-color: rgb(63,222,172); }
div.DivClassName
{
background-color: #3FDEAC;
}
.BgClassName
{
background-color: #3FDEAC;
}
</style>
border-color css
<style>
span { border-color: #3FDEAC; }
span { border-color: rgb(63,222,172); }
td.TdClassName
{
border-color: #3FDEAC;
}
.TagClassName
{
border-color: #3FDEAC;
}
</style>