Shades of Shamrock #3DBA9D
Tints of Shamrock #3DBA9D
RGB
CMYK
RGB Variations
Color information
#3DBA9D (or 0x3DBA9D) is known color: Shamrock. HEX triplet: 3D, BA and 9D. RGB value is (61,186,157). Sum of RGB (Red+Green+Blue) = 61+186+157=404 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.10% from 404); Green value is 186 (73.05% from 255 or 46.04% from 404); Blue value is 157 (61.72% from 255 or 38.86% from 404); Max value from RGB is 186 - color contains mainly: green. Hex color #3DBA9D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DBA9D is #C24562. Grayscale: #919191. Windows color (decimal): -12731747 or 10336829. OLE color: 10336829.
HSL color Cylindrical-coordinate representation of color #3DBA9D: hue angle of 166.08º 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 #3DBA9D is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 186 | 157 | - |
| CMYK | 0.67 | 0 | 0.16 | 0.27 |
| HSL | 166.08º | 0.51% | 0.48% | - |
| HSV(B) | 166.08º | 0.67% | 0.73% | - |
| XYZ | 25.57 | 38.54 | 37.99 | - |
| YUV | 145.32 | 134.59 | 67.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 186 | 157 | 0.67 | 0 | 0.16 | 0.27 | 166.08 | 0.51 | 0.48 |
| Hex | 3D | BA | 9D | 43 | 0 | 10 | 1B | A6 | 33 | 30 |
| Octal | 75 | 272 | 235 | 103 | 0 | 20 | 33 | 246 | 63 | 60 |
| Binary | 111101 | 10111010 | 10011101 | 1000011 | 0 | 10000 | 11011 | 10100110 | 110011 | 110000 |
Color Harmonies of #3DBA9D
Complementary color
Monochromatic Colors of #3DBA9D
Black with #3DBA9D
Text Example
Text Example
White with #3DBA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBA9D; }
p { color: rgb(61,186,157); }
H1.HeaderClassName
{
color: #3DBA9D;
}
.AnyTagClassName
{
color: #3DBA9D;
}
</style>
background-color css
<style>
a { background-color: #3DBA9D; }
a { background-color: rgb(61,186,157); }
div.DivClassName
{
background-color: #3DBA9D;
}
.BgClassName
{
background-color: #3DBA9D;
}
</style>
border-color css
<style>
span { border-color: #3DBA9D; }
span { border-color: rgb(61,186,157); }
td.TdClassName
{
border-color: #3DBA9D;
}
.TagClassName
{
border-color: #3DBA9D;
}
</style>