Shades of Shamrock #3DBCA0
Tints of Shamrock #3DBCA0
RGB
CMYK
RGB Variations
Color information
#3DBCA0 (or 0x3DBCA0) is known color: Shamrock. HEX triplet: 3D, BC and A0. RGB value is (61,188,160). Sum of RGB (Red+Green+Blue) = 61+188+160=409 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.91% from 409); Green value is 188 (73.83% from 255 or 45.97% from 409); Blue value is 160 (62.89% from 255 or 39.12% from 409); Max value from RGB is 188 - color contains mainly: green. Hex color #3DBCA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DBCA0 is #C2435F. Grayscale: #929292. Windows color (decimal): -12731232 or 10533949. OLE color: 10533949.
HSL color Cylindrical-coordinate representation of color #3DBCA0: hue angle of 166.77º 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 #3DBCA0 is Cyan = 0.68, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 61 | 188 | 160 | - |
| CMYK | 0.68 | 0 | 0.15 | 0.26 |
| HSL | 166.77º | 0.51% | 0.49% | - |
| HSV(B) | 166.77º | 0.68% | 0.74% | - |
| XYZ | 26.25 | 39.5 | 39.5 | - |
| YUV | 146.84 | 135.42 | 66.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 188 | 160 | 0.68 | 0 | 0.15 | 0.26 | 166.77 | 0.51 | 0.49 |
| Hex | 3D | BC | A0 | 44 | 0 | F | 1A | A7 | 33 | 31 |
| Octal | 75 | 274 | 240 | 104 | 0 | 17 | 32 | 247 | 63 | 61 |
| Binary | 111101 | 10111100 | 10100000 | 1000100 | 0 | 1111 | 11010 | 10100111 | 110011 | 110001 |
Color Harmonies of #3DBCA0
Complementary color
Monochromatic Colors of #3DBCA0
Black with #3DBCA0
Text Example
Text Example
White with #3DBCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBCA0; }
p { color: rgb(61,188,160); }
H1.HeaderClassName
{
color: #3DBCA0;
}
.AnyTagClassName
{
color: #3DBCA0;
}
</style>
background-color css
<style>
a { background-color: #3DBCA0; }
a { background-color: rgb(61,188,160); }
div.DivClassName
{
background-color: #3DBCA0;
}
.BgClassName
{
background-color: #3DBCA0;
}
</style>
border-color css
<style>
span { border-color: #3DBCA0; }
span { border-color: rgb(61,188,160); }
td.TdClassName
{
border-color: #3DBCA0;
}
.TagClassName
{
border-color: #3DBCA0;
}
</style>