Shades of Shamrock #3FBA93
Tints of Shamrock #3FBA93
RGB
CMYK
RGB Variations
Color information
#3FBA93 (or 0x3FBA93) is known color: Shamrock. HEX triplet: 3F, BA and 93. RGB value is (63,186,147). Sum of RGB (Red+Green+Blue) = 63+186+147=396 (52% of max value = 765). Red value is 63 (25% from 255 or 15.91% from 396); Green value is 186 (73.05% from 255 or 46.97% from 396); Blue value is 147 (57.81% from 255 or 37.12% from 396); Max value from RGB is 186 - color contains mainly: green. Hex color #3FBA93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FBA93 is #C0456C. Grayscale: #909090. Windows color (decimal): -12600685 or 9681471. OLE color: 9681471.
HSL color Cylindrical-coordinate representation of color #3FBA93: hue angle of 160.98º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3FBA93 is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 186 | 147 | - |
| CMYK | 0.66 | 0 | 0.21 | 0.27 |
| HSL | 160.98º | 0.49% | 0.49% | - |
| HSV(B) | 160.98º | 0.66% | 0.73% | - |
| XYZ | 24.88 | 38.28 | 33.68 | - |
| YUV | 144.78 | 129.25 | 69.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 186 | 147 | 0.66 | 0 | 0.21 | 0.27 | 160.98 | 0.49 | 0.49 |
| Hex | 3F | BA | 93 | 42 | 0 | 15 | 1B | A1 | 31 | 31 |
| Octal | 77 | 272 | 223 | 102 | 0 | 25 | 33 | 241 | 61 | 61 |
| Binary | 111111 | 10111010 | 10010011 | 1000010 | 0 | 10101 | 11011 | 10100001 | 110001 | 110001 |
Color Harmonies of #3FBA93
Complementary color
Monochromatic Colors of #3FBA93
Black with #3FBA93
Text Example
Text Example
White with #3FBA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBA93; }
p { color: rgb(63,186,147); }
H1.HeaderClassName
{
color: #3FBA93;
}
.AnyTagClassName
{
color: #3FBA93;
}
</style>
background-color css
<style>
a { background-color: #3FBA93; }
a { background-color: rgb(63,186,147); }
div.DivClassName
{
background-color: #3FBA93;
}
.BgClassName
{
background-color: #3FBA93;
}
</style>
border-color css
<style>
span { border-color: #3FBA93; }
span { border-color: rgb(63,186,147); }
td.TdClassName
{
border-color: #3FBA93;
}
.TagClassName
{
border-color: #3FBA93;
}
</style>