Shades of Shamrock #3FBC93
Tints of Shamrock #3FBC93
RGB
CMYK
RGB Variations
Color information
#3FBC93 (or 0x3FBC93) is known color: Shamrock. HEX triplet: 3F, BC and 93. RGB value is (63,188,147). Sum of RGB (Red+Green+Blue) = 63+188+147=398 (52% of max value = 765). Red value is 63 (25% from 255 or 15.83% from 398); Green value is 188 (73.83% from 255 or 47.24% from 398); Blue value is 147 (57.81% from 255 or 36.93% from 398); Max value from RGB is 188 - color contains mainly: green. Hex color #3FBC93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FBC93 is #C0436C. Grayscale: #919191. Windows color (decimal): -12600173 or 9681983. OLE color: 9681983.
HSL color Cylindrical-coordinate representation of color #3FBC93: hue angle of 160.32º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3FBC93 is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 188 | 147 | - |
| CMYK | 0.66 | 0 | 0.22 | 0.26 |
| HSL | 160.32º | 0.5% | 0.49% | - |
| HSV(B) | 160.32º | 0.66% | 0.74% | - |
| XYZ | 25.3 | 39.13 | 33.82 | - |
| YUV | 145.95 | 128.59 | 68.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 188 | 147 | 0.66 | 0 | 0.22 | 0.26 | 160.32 | 0.5 | 0.49 |
| Hex | 3F | BC | 93 | 42 | 0 | 16 | 1A | A0 | 32 | 31 |
| Octal | 77 | 274 | 223 | 102 | 0 | 26 | 32 | 240 | 62 | 61 |
| Binary | 111111 | 10111100 | 10010011 | 1000010 | 0 | 10110 | 11010 | 10100000 | 110010 | 110001 |
Color Harmonies of #3FBC93
Complementary color
Monochromatic Colors of #3FBC93
Black with #3FBC93
Text Example
Text Example
White with #3FBC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBC93; }
p { color: rgb(63,188,147); }
H1.HeaderClassName
{
color: #3FBC93;
}
.AnyTagClassName
{
color: #3FBC93;
}
</style>
background-color css
<style>
a { background-color: #3FBC93; }
a { background-color: rgb(63,188,147); }
div.DivClassName
{
background-color: #3FBC93;
}
.BgClassName
{
background-color: #3FBC93;
}
</style>
border-color css
<style>
span { border-color: #3FBC93; }
span { border-color: rgb(63,188,147); }
td.TdClassName
{
border-color: #3FBC93;
}
.TagClassName
{
border-color: #3FBC93;
}
</style>