Shades of Shamrock #3BC194
Tints of Shamrock #3BC194
RGB
CMYK
RGB Variations
Color information
#3BC194 (or 0x3BC194) is known color: Shamrock. HEX triplet: 3B, C1 and 94. RGB value is (59,193,148). Sum of RGB (Red+Green+Blue) = 59+193+148=400 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.75% from 400); Green value is 193 (75.78% from 255 or 48.25% from 400); Blue value is 148 (58.20% from 255 or 37% from 400); Max value from RGB is 193 - color contains mainly: green. Hex color #3BC194 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BC194 is #C43E6B. Grayscale: #939393. Windows color (decimal): -12861036 or 9748795. OLE color: 9748795.
HSL color Cylindrical-coordinate representation of color #3BC194: hue angle of 159.85º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BC194 is Cyan = 0.69, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 59 | 193 | 148 | - |
| CMYK | 0.69 | 0 | 0.23 | 0.24 |
| HSL | 159.85º | 0.53% | 0.49% | - |
| HSV(B) | 159.85º | 0.69% | 0.76% | - |
| XYZ | 26.22 | 41.21 | 34.59 | - |
| YUV | 147.8 | 128.11 | 64.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 193 | 148 | 0.69 | 0 | 0.23 | 0.24 | 159.85 | 0.53 | 0.49 |
| Hex | 3B | C1 | 94 | 45 | 0 | 17 | 18 | A0 | 35 | 31 |
| Octal | 73 | 301 | 224 | 105 | 0 | 27 | 30 | 240 | 65 | 61 |
| Binary | 111011 | 11000001 | 10010100 | 1000101 | 0 | 10111 | 11000 | 10100000 | 110101 | 110001 |
Color Harmonies of #3BC194
Complementary color
Monochromatic Colors of #3BC194
Black with #3BC194
Text Example
Text Example
White with #3BC194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC194; }
p { color: rgb(59,193,148); }
H1.HeaderClassName
{
color: #3BC194;
}
.AnyTagClassName
{
color: #3BC194;
}
</style>
background-color css
<style>
a { background-color: #3BC194; }
a { background-color: rgb(59,193,148); }
div.DivClassName
{
background-color: #3BC194;
}
.BgClassName
{
background-color: #3BC194;
}
</style>
border-color css
<style>
span { border-color: #3BC194; }
span { border-color: rgb(59,193,148); }
td.TdClassName
{
border-color: #3BC194;
}
.TagClassName
{
border-color: #3BC194;
}
</style>