Shades of Shamrock #3BC19F
Tints of Shamrock #3BC19F
RGB
CMYK
RGB Variations
Color information
#3BC19F (or 0x3BC19F) is known color: Shamrock. HEX triplet: 3B, C1 and 9F. RGB value is (59,193,159). Sum of RGB (Red+Green+Blue) = 59+193+159=411 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.36% from 411); Green value is 193 (75.78% from 255 or 46.96% from 411); Blue value is 159 (62.5% from 255 or 38.69% from 411); Max value from RGB is 193 - color contains mainly: green. Hex color #3BC19F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BC19F is #C43E60. Grayscale: #959595. Windows color (decimal): -12861025 or 10469691. OLE color: 10469691.
HSL color Cylindrical-coordinate representation of color #3BC19F: hue angle of 164.78º 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 #3BC19F is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 59 | 193 | 159 | - |
| CMYK | 0.69 | 0 | 0.18 | 0.24 |
| HSL | 164.78º | 0.53% | 0.49% | - |
| HSV(B) | 164.78º | 0.69% | 0.76% | - |
| XYZ | 27.13 | 41.57 | 39.4 | - |
| YUV | 149.06 | 133.61 | 63.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 193 | 159 | 0.69 | 0 | 0.18 | 0.24 | 164.78 | 0.53 | 0.49 |
| Hex | 3B | C1 | 9F | 45 | 0 | 12 | 18 | A5 | 35 | 31 |
| Octal | 73 | 301 | 237 | 105 | 0 | 22 | 30 | 245 | 65 | 61 |
| Binary | 111011 | 11000001 | 10011111 | 1000101 | 0 | 10010 | 11000 | 10100101 | 110101 | 110001 |
Color Harmonies of #3BC19F
Complementary color
Monochromatic Colors of #3BC19F
Black with #3BC19F
Text Example
Text Example
White with #3BC19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC19F; }
p { color: rgb(59,193,159); }
H1.HeaderClassName
{
color: #3BC19F;
}
.AnyTagClassName
{
color: #3BC19F;
}
</style>
background-color css
<style>
a { background-color: #3BC19F; }
a { background-color: rgb(59,193,159); }
div.DivClassName
{
background-color: #3BC19F;
}
.BgClassName
{
background-color: #3BC19F;
}
</style>
border-color css
<style>
span { border-color: #3BC19F; }
span { border-color: rgb(59,193,159); }
td.TdClassName
{
border-color: #3BC19F;
}
.TagClassName
{
border-color: #3BC19F;
}
</style>