Shades of Shamrock #3BD994
Tints of Shamrock #3BD994
RGB
CMYK
RGB Variations
Color information
#3BD994 (or 0x3BD994) is known color: Shamrock. HEX triplet: 3B, D9 and 94. RGB value is (59,217,148). Sum of RGB (Red+Green+Blue) = 59+217+148=424 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.92% from 424); Green value is 217 (85.16% from 255 or 51.18% from 424); Blue value is 148 (58.20% from 255 or 34.91% from 424); Max value from RGB is 217 - color contains mainly: green. Hex color #3BD994 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BD994 is #C4266B. Grayscale: #A2A2A2. Windows color (decimal): -12854892 or 9754939. OLE color: 9754939.
HSL color Cylindrical-coordinate representation of color #3BD994: hue angle of 153.8º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BD994 is Cyan = 0.73, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 59 | 217 | 148 | - |
| CMYK | 0.73 | 0 | 0.32 | 0.15 |
| HSL | 153.8º | 0.68% | 0.54% | - |
| HSV(B) | 153.8º | 0.73% | 0.85% | - |
| XYZ | 31.96 | 52.69 | 36.5 | - |
| YUV | 161.89 | 120.15 | 54.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 217 | 148 | 0.73 | 0 | 0.32 | 0.15 | 153.8 | 0.68 | 0.54 |
| Hex | 3B | D9 | 94 | 49 | 0 | 20 | F | 9A | 44 | 36 |
| Octal | 73 | 331 | 224 | 111 | 0 | 40 | 17 | 232 | 104 | 66 |
| Binary | 111011 | 11011001 | 10010100 | 1001001 | 0 | 100000 | 1111 | 10011010 | 1000100 | 110110 |
Color Harmonies of #3BD994
Complementary color
Monochromatic Colors of #3BD994
Black with #3BD994
Text Example
Text Example
White with #3BD994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD994; }
p { color: rgb(59,217,148); }
H1.HeaderClassName
{
color: #3BD994;
}
.AnyTagClassName
{
color: #3BD994;
}
</style>
background-color css
<style>
a { background-color: #3BD994; }
a { background-color: rgb(59,217,148); }
div.DivClassName
{
background-color: #3BD994;
}
.BgClassName
{
background-color: #3BD994;
}
</style>
border-color css
<style>
span { border-color: #3BD994; }
span { border-color: rgb(59,217,148); }
td.TdClassName
{
border-color: #3BD994;
}
.TagClassName
{
border-color: #3BD994;
}
</style>