Shades of Shamrock #3DBC96
Tints of Shamrock #3DBC96
RGB
CMYK
RGB Variations
Color information
#3DBC96 (or 0x3DBC96) is known color: Shamrock. HEX triplet: 3D, BC and 96. RGB value is (61,188,150). Sum of RGB (Red+Green+Blue) = 61+188+150=399 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.29% from 399); Green value is 188 (73.83% from 255 or 47.12% from 399); Blue value is 150 (58.98% from 255 or 37.59% from 399); Max value from RGB is 188 - color contains mainly: green. Hex color #3DBC96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DBC96 is #C24369. Grayscale: #919191. Windows color (decimal): -12731242 or 9878589. OLE color: 9878589.
HSL color Cylindrical-coordinate representation of color #3DBC96: hue angle of 162.05º 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 #3DBC96 is Cyan = 0.68, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 61 | 188 | 150 | - |
| CMYK | 0.68 | 0 | 0.20 | 0.26 |
| HSL | 162.05º | 0.51% | 0.49% | - |
| HSV(B) | 162.05º | 0.68% | 0.74% | - |
| XYZ | 25.41 | 39.16 | 35.07 | - |
| YUV | 145.7 | 130.42 | 67.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 188 | 150 | 0.68 | 0 | 0.20 | 0.26 | 162.05 | 0.51 | 0.49 |
| Hex | 3D | BC | 96 | 44 | 0 | 14 | 1A | A2 | 33 | 31 |
| Octal | 75 | 274 | 226 | 104 | 0 | 24 | 32 | 242 | 63 | 61 |
| Binary | 111101 | 10111100 | 10010110 | 1000100 | 0 | 10100 | 11010 | 10100010 | 110011 | 110001 |
Color Harmonies of #3DBC96
Complementary color
Monochromatic Colors of #3DBC96
Black with #3DBC96
Text Example
Text Example
White with #3DBC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBC96; }
p { color: rgb(61,188,150); }
H1.HeaderClassName
{
color: #3DBC96;
}
.AnyTagClassName
{
color: #3DBC96;
}
</style>
background-color css
<style>
a { background-color: #3DBC96; }
a { background-color: rgb(61,188,150); }
div.DivClassName
{
background-color: #3DBC96;
}
.BgClassName
{
background-color: #3DBC96;
}
</style>
border-color css
<style>
span { border-color: #3DBC96; }
span { border-color: rgb(61,188,150); }
td.TdClassName
{
border-color: #3DBC96;
}
.TagClassName
{
border-color: #3DBC96;
}
</style>