Shades of Shamrock #3DBC8C
Tints of Shamrock #3DBC8C
RGB
CMYK
RGB Variations
Color information
#3DBC8C (or 0x3DBC8C) is known color: Shamrock. HEX triplet: 3D, BC and 8C. RGB value is (61,188,140). Sum of RGB (Red+Green+Blue) = 61+188+140=389 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.68% from 389); Green value is 188 (73.83% from 255 or 48.33% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 188 - color contains mainly: green. Hex color #3DBC8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DBC8C is #C24373. Grayscale: #909090. Windows color (decimal): -12731252 or 9223229. OLE color: 9223229.
HSL color Cylindrical-coordinate representation of color #3DBC8C: hue angle of 157.32º 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 #3DBC8C is Cyan = 0.68, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 61 | 188 | 140 | - |
| CMYK | 0.68 | 0 | 0.26 | 0.26 |
| HSL | 157.32º | 0.51% | 0.49% | - |
| HSV(B) | 157.32º | 0.68% | 0.74% | - |
| XYZ | 24.64 | 38.85 | 31.01 | - |
| YUV | 144.56 | 125.42 | 68.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 188 | 140 | 0.68 | 0 | 0.26 | 0.26 | 157.32 | 0.51 | 0.49 |
| Hex | 3D | BC | 8C | 44 | 0 | 1A | 1A | 9D | 33 | 31 |
| Octal | 75 | 274 | 214 | 104 | 0 | 32 | 32 | 235 | 63 | 61 |
| Binary | 111101 | 10111100 | 10001100 | 1000100 | 0 | 11010 | 11010 | 10011101 | 110011 | 110001 |
Color Harmonies of #3DBC8C
Complementary color
Monochromatic Colors of #3DBC8C
Black with #3DBC8C
Text Example
Text Example
White with #3DBC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBC8C; }
p { color: rgb(61,188,140); }
H1.HeaderClassName
{
color: #3DBC8C;
}
.AnyTagClassName
{
color: #3DBC8C;
}
</style>
background-color css
<style>
a { background-color: #3DBC8C; }
a { background-color: rgb(61,188,140); }
div.DivClassName
{
background-color: #3DBC8C;
}
.BgClassName
{
background-color: #3DBC8C;
}
</style>
border-color css
<style>
span { border-color: #3DBC8C; }
span { border-color: rgb(61,188,140); }
td.TdClassName
{
border-color: #3DBC8C;
}
.TagClassName
{
border-color: #3DBC8C;
}
</style>