Shades of Shamrock #3FCFA5
Tints of Shamrock #3FCFA5
RGB
CMYK
RGB Variations
Color information
#3FCFA5 (or 0x3FCFA5) is known color: Shamrock. HEX triplet: 3F, CF and A5. RGB value is (63,207,165). Sum of RGB (Red+Green+Blue) = 63+207+165=435 (57% of max value = 765). Red value is 63 (25% from 255 or 14.48% from 435); Green value is 207 (81.25% from 255 or 47.59% from 435); Blue value is 165 (64.84% from 255 or 37.93% from 435); Max value from RGB is 207 - color contains mainly: green. Hex color #3FCFA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FCFA5 is #C0305A. Grayscale: #9F9F9F. Windows color (decimal): -12595291 or 10866495. OLE color: 10866495.
HSL color Cylindrical-coordinate representation of color #3FCFA5: hue angle of 162.5º 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 #3FCFA5 is Cyan = 0.70, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 207 | 165 | - |
| CMYK | 0.70 | 0 | 0.20 | 0.19 |
| HSL | 162.5º | 0.6% | 0.53% | - |
| HSV(B) | 162.5º | 0.7% | 0.81% | - |
| XYZ | 31.15 | 48.4 | 43.3 | - |
| YUV | 159.16 | 131.29 | 59.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 207 | 165 | 0.70 | 0 | 0.20 | 0.19 | 162.5 | 0.6 | 0.53 |
| Hex | 3F | CF | A5 | 46 | 0 | 14 | 13 | A2 | 3C | 35 |
| Octal | 77 | 317 | 245 | 106 | 0 | 24 | 23 | 242 | 74 | 65 |
| Binary | 111111 | 11001111 | 10100101 | 1000110 | 0 | 10100 | 10011 | 10100010 | 111100 | 110101 |
Color Harmonies of #3FCFA5
Complementary color
Monochromatic Colors of #3FCFA5
Black with #3FCFA5
Text Example
Text Example
White with #3FCFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCFA5; }
p { color: rgb(63,207,165); }
H1.HeaderClassName
{
color: #3FCFA5;
}
.AnyTagClassName
{
color: #3FCFA5;
}
</style>
background-color css
<style>
a { background-color: #3FCFA5; }
a { background-color: rgb(63,207,165); }
div.DivClassName
{
background-color: #3FCFA5;
}
.BgClassName
{
background-color: #3FCFA5;
}
</style>
border-color css
<style>
span { border-color: #3FCFA5; }
span { border-color: rgb(63,207,165); }
td.TdClassName
{
border-color: #3FCFA5;
}
.TagClassName
{
border-color: #3FCFA5;
}
</style>