Shades of Shamrock #3DB996
Tints of Shamrock #3DB996
RGB
CMYK
RGB Variations
Color information
#3DB996 (or 0x3DB996) is known color: Shamrock. HEX triplet: 3D, B9 and 96. RGB value is (61,185,150). Sum of RGB (Red+Green+Blue) = 61+185+150=396 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.40% from 396); Green value is 185 (72.66% from 255 or 46.72% from 396); Blue value is 150 (58.98% from 255 or 37.88% from 396); Max value from RGB is 185 - color contains mainly: green. Hex color #3DB996 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DB996 is #C24669. Grayscale: #8F8F8F. Windows color (decimal): -12732010 or 9877821. OLE color: 9877821.
HSL color Cylindrical-coordinate representation of color #3DB996: hue angle of 163.06º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3DB996 is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 185 | 150 | - |
| CMYK | 0.67 | 0 | 0.19 | 0.27 |
| HSL | 163.06º | 0.5% | 0.48% | - |
| HSV(B) | 163.06º | 0.67% | 0.73% | - |
| XYZ | 24.78 | 37.89 | 34.86 | - |
| YUV | 143.93 | 131.42 | 68.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 185 | 150 | 0.67 | 0 | 0.19 | 0.27 | 163.06 | 0.5 | 0.48 |
| Hex | 3D | B9 | 96 | 43 | 0 | 13 | 1B | A3 | 32 | 30 |
| Octal | 75 | 271 | 226 | 103 | 0 | 23 | 33 | 243 | 62 | 60 |
| Binary | 111101 | 10111001 | 10010110 | 1000011 | 0 | 10011 | 11011 | 10100011 | 110010 | 110000 |
Color Harmonies of #3DB996
Complementary color
Monochromatic Colors of #3DB996
Black with #3DB996
Text Example
Text Example
White with #3DB996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB996; }
p { color: rgb(61,185,150); }
H1.HeaderClassName
{
color: #3DB996;
}
.AnyTagClassName
{
color: #3DB996;
}
</style>
background-color css
<style>
a { background-color: #3DB996; }
a { background-color: rgb(61,185,150); }
div.DivClassName
{
background-color: #3DB996;
}
.BgClassName
{
background-color: #3DB996;
}
</style>
border-color css
<style>
span { border-color: #3DB996; }
span { border-color: rgb(61,185,150); }
td.TdClassName
{
border-color: #3DB996;
}
.TagClassName
{
border-color: #3DB996;
}
</style>