Shades of Shamrock #3DC094
Tints of Shamrock #3DC094
RGB
CMYK
RGB Variations
Color information
#3DC094 (or 0x3DC094) is known color: Shamrock. HEX triplet: 3D, C0 and 94. RGB value is (61,192,148). Sum of RGB (Red+Green+Blue) = 61+192+148=401 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.21% from 401); Green value is 192 (75.39% from 255 or 47.88% from 401); Blue value is 148 (58.20% from 255 or 36.91% from 401); Max value from RGB is 192 - color contains mainly: green. Hex color #3DC094 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DC094 is #C23F6B. Grayscale: #939393. Windows color (decimal): -12730220 or 9748541. OLE color: 9748541.
HSL color Cylindrical-coordinate representation of color #3DC094: hue angle of 159.85º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DC094 is Cyan = 0.68, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 192 | 148 | - |
| CMYK | 0.68 | 0 | 0.23 | 0.25 |
| HSL | 159.85º | 0.52% | 0.5% | - |
| HSV(B) | 159.85º | 0.68% | 0.75% | - |
| XYZ | 26.12 | 40.83 | 34.52 | - |
| YUV | 147.82 | 128.1 | 66.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 192 | 148 | 0.68 | 0 | 0.23 | 0.25 | 159.85 | 0.52 | 0.5 |
| Hex | 3D | C0 | 94 | 44 | 0 | 17 | 19 | A0 | 34 | 32 |
| Octal | 75 | 300 | 224 | 104 | 0 | 27 | 31 | 240 | 64 | 62 |
| Binary | 111101 | 11000000 | 10010100 | 1000100 | 0 | 10111 | 11001 | 10100000 | 110100 | 110010 |
Color Harmonies of #3DC094
Complementary color
Monochromatic Colors of #3DC094
Black with #3DC094
Text Example
Text Example
White with #3DC094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC094; }
p { color: rgb(61,192,148); }
H1.HeaderClassName
{
color: #3DC094;
}
.AnyTagClassName
{
color: #3DC094;
}
</style>
background-color css
<style>
a { background-color: #3DC094; }
a { background-color: rgb(61,192,148); }
div.DivClassName
{
background-color: #3DC094;
}
.BgClassName
{
background-color: #3DC094;
}
</style>
border-color css
<style>
span { border-color: #3DC094; }
span { border-color: rgb(61,192,148); }
td.TdClassName
{
border-color: #3DC094;
}
.TagClassName
{
border-color: #3DC094;
}
</style>