Shades of Shamrock #3DBA96
Tints of Shamrock #3DBA96
RGB
CMYK
RGB Variations
Color information
#3DBA96 (or 0x3DBA96) is known color: Shamrock. HEX triplet: 3D, BA and 96. RGB value is (61,186,150). Sum of RGB (Red+Green+Blue) = 61+186+150=397 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.37% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 150 (58.98% from 255 or 37.78% from 397); Max value from RGB is 186 - color contains mainly: green. Hex color #3DBA96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DBA96 is #C24569. Grayscale: #909090. Windows color (decimal): -12731754 or 9878077. OLE color: 9878077.
HSL color Cylindrical-coordinate representation of color #3DBA96: hue angle of 162.72º degrees, saturation: 0.51, 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 #3DBA96 is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 186 | 150 | - |
| CMYK | 0.67 | 0 | 0.19 | 0.27 |
| HSL | 162.72º | 0.51% | 0.48% | - |
| HSV(B) | 162.72º | 0.67% | 0.73% | - |
| XYZ | 24.99 | 38.31 | 34.93 | - |
| YUV | 144.52 | 131.09 | 68.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 186 | 150 | 0.67 | 0 | 0.19 | 0.27 | 162.72 | 0.51 | 0.48 |
| Hex | 3D | BA | 96 | 43 | 0 | 13 | 1B | A3 | 33 | 30 |
| Octal | 75 | 272 | 226 | 103 | 0 | 23 | 33 | 243 | 63 | 60 |
| Binary | 111101 | 10111010 | 10010110 | 1000011 | 0 | 10011 | 11011 | 10100011 | 110011 | 110000 |
Color Harmonies of #3DBA96
Complementary color
Monochromatic Colors of #3DBA96
Black with #3DBA96
Text Example
Text Example
White with #3DBA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBA96; }
p { color: rgb(61,186,150); }
H1.HeaderClassName
{
color: #3DBA96;
}
.AnyTagClassName
{
color: #3DBA96;
}
</style>
background-color css
<style>
a { background-color: #3DBA96; }
a { background-color: rgb(61,186,150); }
div.DivClassName
{
background-color: #3DBA96;
}
.BgClassName
{
background-color: #3DBA96;
}
</style>
border-color css
<style>
span { border-color: #3DBA96; }
span { border-color: rgb(61,186,150); }
td.TdClassName
{
border-color: #3DBA96;
}
.TagClassName
{
border-color: #3DBA96;
}
</style>