Shades of Shamrock #3DBC8E
Tints of Shamrock #3DBC8E
RGB
CMYK
RGB Variations
Color information
#3DBC8E (or 0x3DBC8E) is known color: Shamrock. HEX triplet: 3D, BC and 8E. RGB value is (61,188,142). Sum of RGB (Red+Green+Blue) = 61+188+142=391 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.60% from 391); Green value is 188 (73.83% from 255 or 48.08% from 391); Blue value is 142 (55.86% from 255 or 36.32% from 391); Max value from RGB is 188 - color contains mainly: green. Hex color #3DBC8E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DBC8E is #C24371. Grayscale: #909090. Windows color (decimal): -12731250 or 9354301. OLE color: 9354301.
HSL color Cylindrical-coordinate representation of color #3DBC8E: hue angle of 158.27º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DBC8E is Cyan = 0.68, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 61 | 188 | 142 | - |
| CMYK | 0.68 | 0 | 0.24 | 0.26 |
| HSL | 158.27º | 0.51% | 0.49% | - |
| HSV(B) | 158.27º | 0.68% | 0.74% | - |
| XYZ | 24.79 | 38.91 | 31.8 | - |
| YUV | 144.78 | 126.42 | 68.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 188 | 142 | 0.68 | 0 | 0.24 | 0.26 | 158.27 | 0.51 | 0.49 |
| Hex | 3D | BC | 8E | 44 | 0 | 18 | 1A | 9E | 33 | 31 |
| Octal | 75 | 274 | 216 | 104 | 0 | 30 | 32 | 236 | 63 | 61 |
| Binary | 111101 | 10111100 | 10001110 | 1000100 | 0 | 11000 | 11010 | 10011110 | 110011 | 110001 |
Color Harmonies of #3DBC8E
Complementary color
Monochromatic Colors of #3DBC8E
Black with #3DBC8E
Text Example
Text Example
White with #3DBC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBC8E; }
p { color: rgb(61,188,142); }
H1.HeaderClassName
{
color: #3DBC8E;
}
.AnyTagClassName
{
color: #3DBC8E;
}
</style>
background-color css
<style>
a { background-color: #3DBC8E; }
a { background-color: rgb(61,188,142); }
div.DivClassName
{
background-color: #3DBC8E;
}
.BgClassName
{
background-color: #3DBC8E;
}
</style>
border-color css
<style>
span { border-color: #3DBC8E; }
span { border-color: rgb(61,188,142); }
td.TdClassName
{
border-color: #3DBC8E;
}
.TagClassName
{
border-color: #3DBC8E;
}
</style>