Shades of Shamrock #3BCDAC
Tints of Shamrock #3BCDAC
RGB
CMYK
RGB Variations
Color information
#3BCDAC (or 0x3BCDAC) is known color: Shamrock. HEX triplet: 3B, CD and AC. RGB value is (59,205,172). Sum of RGB (Red+Green+Blue) = 59+205+172=436 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.53% from 436); Green value is 205 (80.47% from 255 or 47.02% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 205 - color contains mainly: green. Hex color #3BCDAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BCDAC is #C43253. Grayscale: #9D9D9D. Windows color (decimal): -12857940 or 11324731. OLE color: 11324731.
HSL color Cylindrical-coordinate representation of color #3BCDAC: hue angle of 166.44º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BCDAC is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 59 | 205 | 172 | - |
| CMYK | 0.71 | 0 | 0.16 | 0.20 |
| HSL | 166.44º | 0.59% | 0.52% | - |
| HSV(B) | 166.44º | 0.71% | 0.8% | - |
| XYZ | 31.08 | 47.57 | 46.57 | - |
| YUV | 157.58 | 136.13 | 57.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 205 | 172 | 0.71 | 0 | 0.16 | 0.20 | 166.44 | 0.59 | 0.52 |
| Hex | 3B | CD | AC | 47 | 0 | 10 | 14 | A6 | 3B | 34 |
| Octal | 73 | 315 | 254 | 107 | 0 | 20 | 24 | 246 | 73 | 64 |
| Binary | 111011 | 11001101 | 10101100 | 1000111 | 0 | 10000 | 10100 | 10100110 | 111011 | 110100 |
Color Harmonies of #3BCDAC
Complementary color
Monochromatic Colors of #3BCDAC
Black with #3BCDAC
Text Example
Text Example
White with #3BCDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCDAC; }
p { color: rgb(59,205,172); }
H1.HeaderClassName
{
color: #3BCDAC;
}
.AnyTagClassName
{
color: #3BCDAC;
}
</style>
background-color css
<style>
a { background-color: #3BCDAC; }
a { background-color: rgb(59,205,172); }
div.DivClassName
{
background-color: #3BCDAC;
}
.BgClassName
{
background-color: #3BCDAC;
}
</style>
border-color css
<style>
span { border-color: #3BCDAC; }
span { border-color: rgb(59,205,172); }
td.TdClassName
{
border-color: #3BCDAC;
}
.TagClassName
{
border-color: #3BCDAC;
}
</style>