Shades of Shamrock #3FBA94
Tints of Shamrock #3FBA94
RGB
CMYK
RGB Variations
Color information
#3FBA94 (or 0x3FBA94) is known color: Shamrock. HEX triplet: 3F, BA and 94. RGB value is (63,186,148). Sum of RGB (Red+Green+Blue) = 63+186+148=397 (52% of max value = 765). Red value is 63 (25% from 255 or 15.87% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 148 (58.20% from 255 or 37.28% from 397); Max value from RGB is 186 - color contains mainly: green. Hex color #3FBA94 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FBA94 is #C0456B. Grayscale: #909090. Windows color (decimal): -12600684 or 9747007. OLE color: 9747007.
HSL color Cylindrical-coordinate representation of color #3FBA94: hue angle of 161.46º 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 #3FBA94 is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 186 | 148 | - |
| CMYK | 0.66 | 0 | 0.20 | 0.27 |
| HSL | 161.46º | 0.49% | 0.49% | - |
| HSV(B) | 161.46º | 0.66% | 0.73% | - |
| XYZ | 24.95 | 38.31 | 34.1 | - |
| YUV | 144.89 | 129.75 | 69.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 186 | 148 | 0.66 | 0 | 0.20 | 0.27 | 161.46 | 0.49 | 0.49 |
| Hex | 3F | BA | 94 | 42 | 0 | 14 | 1B | A1 | 31 | 31 |
| Octal | 77 | 272 | 224 | 102 | 0 | 24 | 33 | 241 | 61 | 61 |
| Binary | 111111 | 10111010 | 10010100 | 1000010 | 0 | 10100 | 11011 | 10100001 | 110001 | 110001 |
Color Harmonies of #3FBA94
Complementary color
Monochromatic Colors of #3FBA94
Black with #3FBA94
Text Example
Text Example
White with #3FBA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBA94; }
p { color: rgb(63,186,148); }
H1.HeaderClassName
{
color: #3FBA94;
}
.AnyTagClassName
{
color: #3FBA94;
}
</style>
background-color css
<style>
a { background-color: #3FBA94; }
a { background-color: rgb(63,186,148); }
div.DivClassName
{
background-color: #3FBA94;
}
.BgClassName
{
background-color: #3FBA94;
}
</style>
border-color css
<style>
span { border-color: #3FBA94; }
span { border-color: rgb(63,186,148); }
td.TdClassName
{
border-color: #3FBA94;
}
.TagClassName
{
border-color: #3FBA94;
}
</style>