Shades of Shamrock #3FBA95
Tints of Shamrock #3FBA95
RGB
CMYK
RGB Variations
Color information
#3FBA95 (or 0x3FBA95) is known color: Shamrock. HEX triplet: 3F, BA and 95. RGB value is (63,186,149). Sum of RGB (Red+Green+Blue) = 63+186+149=398 (52% of max value = 765). Red value is 63 (25% from 255 or 15.83% from 398); Green value is 186 (73.05% from 255 or 46.73% from 398); Blue value is 149 (58.59% from 255 or 37.44% from 398); Max value from RGB is 186 - color contains mainly: green. Hex color #3FBA95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FBA95 is #C0456A. Grayscale: #919191. Windows color (decimal): -12600683 or 9812543. OLE color: 9812543.
HSL color Cylindrical-coordinate representation of color #3FBA95: hue angle of 161.95º 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 #3FBA95 is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 186 | 149 | - |
| CMYK | 0.66 | 0 | 0.20 | 0.27 |
| HSL | 161.95º | 0.49% | 0.49% | - |
| HSV(B) | 161.95º | 0.66% | 0.73% | - |
| XYZ | 25.03 | 38.34 | 34.52 | - |
| YUV | 145.01 | 130.25 | 69.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 186 | 149 | 0.66 | 0 | 0.20 | 0.27 | 161.95 | 0.49 | 0.49 |
| Hex | 3F | BA | 95 | 42 | 0 | 14 | 1B | A2 | 31 | 31 |
| Octal | 77 | 272 | 225 | 102 | 0 | 24 | 33 | 242 | 61 | 61 |
| Binary | 111111 | 10111010 | 10010101 | 1000010 | 0 | 10100 | 11011 | 10100010 | 110001 | 110001 |
Color Harmonies of #3FBA95
Complementary color
Monochromatic Colors of #3FBA95
Black with #3FBA95
Text Example
Text Example
White with #3FBA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBA95; }
p { color: rgb(63,186,149); }
H1.HeaderClassName
{
color: #3FBA95;
}
.AnyTagClassName
{
color: #3FBA95;
}
</style>
background-color css
<style>
a { background-color: #3FBA95; }
a { background-color: rgb(63,186,149); }
div.DivClassName
{
background-color: #3FBA95;
}
.BgClassName
{
background-color: #3FBA95;
}
</style>
border-color css
<style>
span { border-color: #3FBA95; }
span { border-color: rgb(63,186,149); }
td.TdClassName
{
border-color: #3FBA95;
}
.TagClassName
{
border-color: #3FBA95;
}
</style>