Shades of Shamrock #3FCFA0
Tints of Shamrock #3FCFA0
RGB
CMYK
RGB Variations
Color information
#3FCFA0 (or 0x3FCFA0) is known color: Shamrock. HEX triplet: 3F, CF and A0. RGB value is (63,207,160). Sum of RGB (Red+Green+Blue) = 63+207+160=430 (56% of max value = 765). Red value is 63 (25% from 255 or 14.65% from 430); Green value is 207 (81.25% from 255 or 48.14% from 430); Blue value is 160 (62.89% from 255 or 37.21% from 430); Max value from RGB is 207 - color contains mainly: green. Hex color #3FCFA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FCFA0 is #C0305F. Grayscale: #9E9E9E. Windows color (decimal): -12595296 or 10538815. OLE color: 10538815.
HSL color Cylindrical-coordinate representation of color #3FCFA0: hue angle of 160.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 #3FCFA0 is Cyan = 0.70, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 207 | 160 | - |
| CMYK | 0.70 | 0 | 0.23 | 0.19 |
| HSL | 160.42º | 0.6% | 0.53% | - |
| HSV(B) | 160.42º | 0.7% | 0.81% | - |
| XYZ | 30.71 | 48.22 | 40.95 | - |
| YUV | 158.59 | 128.79 | 59.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 207 | 160 | 0.70 | 0 | 0.23 | 0.19 | 160.42 | 0.6 | 0.53 |
| Hex | 3F | CF | A0 | 46 | 0 | 17 | 13 | A0 | 3C | 35 |
| Octal | 77 | 317 | 240 | 106 | 0 | 27 | 23 | 240 | 74 | 65 |
| Binary | 111111 | 11001111 | 10100000 | 1000110 | 0 | 10111 | 10011 | 10100000 | 111100 | 110101 |
Color Harmonies of #3FCFA0
Complementary color
Monochromatic Colors of #3FCFA0
Black with #3FCFA0
Text Example
Text Example
White with #3FCFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCFA0; }
p { color: rgb(63,207,160); }
H1.HeaderClassName
{
color: #3FCFA0;
}
.AnyTagClassName
{
color: #3FCFA0;
}
</style>
background-color css
<style>
a { background-color: #3FCFA0; }
a { background-color: rgb(63,207,160); }
div.DivClassName
{
background-color: #3FCFA0;
}
.BgClassName
{
background-color: #3FCFA0;
}
</style>
border-color css
<style>
span { border-color: #3FCFA0; }
span { border-color: rgb(63,207,160); }
td.TdClassName
{
border-color: #3FCFA0;
}
.TagClassName
{
border-color: #3FCFA0;
}
</style>