Shades of Shamrock #3DC186
Tints of Shamrock #3DC186
RGB
CMYK
RGB Variations
Color information
#3DC186 (or 0x3DC186) is known color: Shamrock. HEX triplet: 3D, C1 and 86. RGB value is (61,193,134). Sum of RGB (Red+Green+Blue) = 61+193+134=388 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.72% from 388); Green value is 193 (75.78% from 255 or 49.74% from 388); Blue value is 134 (52.73% from 255 or 34.54% from 388); Max value from RGB is 193 - color contains mainly: green. Hex color #3DC186 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DC186 is #C23E79. Grayscale: #929292. Windows color (decimal): -12729978 or 8831293. OLE color: 8831293.
HSL color Cylindrical-coordinate representation of color #3DC186: hue angle of 153.18º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DC186 is Cyan = 0.68, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 61 | 193 | 134 | - |
| CMYK | 0.68 | 0 | 0.31 | 0.24 |
| HSL | 153.18º | 0.52% | 0.5% | - |
| HSV(B) | 153.18º | 0.68% | 0.76% | - |
| XYZ | 25.3 | 40.85 | 29.11 | - |
| YUV | 146.81 | 120.77 | 66.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 193 | 134 | 0.68 | 0 | 0.31 | 0.24 | 153.18 | 0.52 | 0.5 |
| Hex | 3D | C1 | 86 | 44 | 0 | 1F | 18 | 99 | 34 | 32 |
| Octal | 75 | 301 | 206 | 104 | 0 | 37 | 30 | 231 | 64 | 62 |
| Binary | 111101 | 11000001 | 10000110 | 1000100 | 0 | 11111 | 11000 | 10011001 | 110100 | 110010 |
Color Harmonies of #3DC186
Complementary color
Monochromatic Colors of #3DC186
Black with #3DC186
Text Example
Text Example
White with #3DC186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC186; }
p { color: rgb(61,193,134); }
H1.HeaderClassName
{
color: #3DC186;
}
.AnyTagClassName
{
color: #3DC186;
}
</style>
background-color css
<style>
a { background-color: #3DC186; }
a { background-color: rgb(61,193,134); }
div.DivClassName
{
background-color: #3DC186;
}
.BgClassName
{
background-color: #3DC186;
}
</style>
border-color css
<style>
span { border-color: #3DC186; }
span { border-color: rgb(61,193,134); }
td.TdClassName
{
border-color: #3DC186;
}
.TagClassName
{
border-color: #3DC186;
}
</style>