Shades of Shamrock #3FCFA4
Tints of Shamrock #3FCFA4
RGB
CMYK
RGB Variations
Color information
#3FCFA4 (or 0x3FCFA4) is known color: Shamrock. HEX triplet: 3F, CF and A4. RGB value is (63,207,164). Sum of RGB (Red+Green+Blue) = 63+207+164=434 (57% of max value = 765). Red value is 63 (25% from 255 or 14.52% from 434); Green value is 207 (81.25% from 255 or 47.70% from 434); Blue value is 164 (64.45% from 255 or 37.79% from 434); Max value from RGB is 207 - color contains mainly: green. Hex color #3FCFA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FCFA4 is #C0305B. Grayscale: #9F9F9F. Windows color (decimal): -12595292 or 10800959. OLE color: 10800959.
HSL color Cylindrical-coordinate representation of color #3FCFA4: hue angle of 162.08º 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 #3FCFA4 is Cyan = 0.70, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 207 | 164 | - |
| CMYK | 0.70 | 0 | 0.21 | 0.19 |
| HSL | 162.08º | 0.6% | 0.53% | - |
| HSV(B) | 162.08º | 0.7% | 0.81% | - |
| XYZ | 31.06 | 48.36 | 42.82 | - |
| YUV | 159.04 | 130.79 | 59.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 207 | 164 | 0.70 | 0 | 0.21 | 0.19 | 162.08 | 0.6 | 0.53 |
| Hex | 3F | CF | A4 | 46 | 0 | 15 | 13 | A2 | 3C | 35 |
| Octal | 77 | 317 | 244 | 106 | 0 | 25 | 23 | 242 | 74 | 65 |
| Binary | 111111 | 11001111 | 10100100 | 1000110 | 0 | 10101 | 10011 | 10100010 | 111100 | 110101 |
Color Harmonies of #3FCFA4
Complementary color
Monochromatic Colors of #3FCFA4
Black with #3FCFA4
Text Example
Text Example
White with #3FCFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCFA4; }
p { color: rgb(63,207,164); }
H1.HeaderClassName
{
color: #3FCFA4;
}
.AnyTagClassName
{
color: #3FCFA4;
}
</style>
background-color css
<style>
a { background-color: #3FCFA4; }
a { background-color: rgb(63,207,164); }
div.DivClassName
{
background-color: #3FCFA4;
}
.BgClassName
{
background-color: #3FCFA4;
}
</style>
border-color css
<style>
span { border-color: #3FCFA4; }
span { border-color: rgb(63,207,164); }
td.TdClassName
{
border-color: #3FCFA4;
}
.TagClassName
{
border-color: #3FCFA4;
}
</style>