Shades of Shamrock #3DBA9C
Tints of Shamrock #3DBA9C
RGB
CMYK
RGB Variations
Color information
#3DBA9C (or 0x3DBA9C) is known color: Shamrock. HEX triplet: 3D, BA and 9C. RGB value is (61,186,156). Sum of RGB (Red+Green+Blue) = 61+186+156=403 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.14% from 403); Green value is 186 (73.05% from 255 or 46.15% from 403); Blue value is 156 (61.33% from 255 or 38.71% from 403); Max value from RGB is 186 - color contains mainly: green. Hex color #3DBA9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DBA9C is #C24563. Grayscale: #919191. Windows color (decimal): -12731748 or 10271293. OLE color: 10271293.
HSL color Cylindrical-coordinate representation of color #3DBA9C: hue angle of 165.6º 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 #3DBA9C is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 186 | 156 | - |
| CMYK | 0.67 | 0 | 0.16 | 0.27 |
| HSL | 165.6º | 0.51% | 0.48% | - |
| HSV(B) | 165.6º | 0.67% | 0.73% | - |
| XYZ | 25.48 | 38.51 | 37.54 | - |
| YUV | 145.21 | 134.09 | 67.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 186 | 156 | 0.67 | 0 | 0.16 | 0.27 | 165.6 | 0.51 | 0.48 |
| Hex | 3D | BA | 9C | 43 | 0 | 10 | 1B | A6 | 33 | 30 |
| Octal | 75 | 272 | 234 | 103 | 0 | 20 | 33 | 246 | 63 | 60 |
| Binary | 111101 | 10111010 | 10011100 | 1000011 | 0 | 10000 | 11011 | 10100110 | 110011 | 110000 |
Color Harmonies of #3DBA9C
Complementary color
Monochromatic Colors of #3DBA9C
Black with #3DBA9C
Text Example
Text Example
White with #3DBA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBA9C; }
p { color: rgb(61,186,156); }
H1.HeaderClassName
{
color: #3DBA9C;
}
.AnyTagClassName
{
color: #3DBA9C;
}
</style>
background-color css
<style>
a { background-color: #3DBA9C; }
a { background-color: rgb(61,186,156); }
div.DivClassName
{
background-color: #3DBA9C;
}
.BgClassName
{
background-color: #3DBA9C;
}
</style>
border-color css
<style>
span { border-color: #3DBA9C; }
span { border-color: rgb(61,186,156); }
td.TdClassName
{
border-color: #3DBA9C;
}
.TagClassName
{
border-color: #3DBA9C;
}
</style>