Shades of Shamrock #3CBCA6
Tints of Shamrock #3CBCA6
RGB
CMYK
RGB Variations
Color information
#3CBCA6 (or 0x3CBCA6) is known color: Shamrock. HEX triplet: 3C, BC and A6. RGB value is (60,188,166). Sum of RGB (Red+Green+Blue) = 60+188+166=414 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.49% from 414); Green value is 188 (73.83% from 255 or 45.41% from 414); Blue value is 166 (65.23% from 255 or 40.10% from 414); Max value from RGB is 188 - color contains mainly: green. Hex color #3CBCA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CBCA6 is #C34359. Grayscale: #939393. Windows color (decimal): -12796762 or 10927164. OLE color: 10927164.
HSL color Cylindrical-coordinate representation of color #3CBCA6: hue angle of 169.69º degrees, saturation: 0.52, 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 #3CBCA6 is Cyan = 0.68, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 188 | 166 | - |
| CMYK | 0.68 | 0 | 0.12 | 0.26 |
| HSL | 169.69º | 0.52% | 0.49% | - |
| HSV(B) | 169.69º | 0.68% | 0.74% | - |
| XYZ | 26.73 | 39.68 | 42.33 | - |
| YUV | 147.22 | 138.59 | 65.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 188 | 166 | 0.68 | 0 | 0.12 | 0.26 | 169.69 | 0.52 | 0.49 |
| Hex | 3C | BC | A6 | 44 | 0 | C | 1A | AA | 34 | 31 |
| Octal | 74 | 274 | 246 | 104 | 0 | 14 | 32 | 252 | 64 | 61 |
| Binary | 111100 | 10111100 | 10100110 | 1000100 | 0 | 1100 | 11010 | 10101010 | 110100 | 110001 |
Color Harmonies of #3CBCA6
Complementary color
Monochromatic Colors of #3CBCA6
Black with #3CBCA6
Text Example
Text Example
White with #3CBCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBCA6; }
p { color: rgb(60,188,166); }
H1.HeaderClassName
{
color: #3CBCA6;
}
.AnyTagClassName
{
color: #3CBCA6;
}
</style>
background-color css
<style>
a { background-color: #3CBCA6; }
a { background-color: rgb(60,188,166); }
div.DivClassName
{
background-color: #3CBCA6;
}
.BgClassName
{
background-color: #3CBCA6;
}
</style>
border-color css
<style>
span { border-color: #3CBCA6; }
span { border-color: rgb(60,188,166); }
td.TdClassName
{
border-color: #3CBCA6;
}
.TagClassName
{
border-color: #3CBCA6;
}
</style>