Shades of Shamrock #3CDAA6
Tints of Shamrock #3CDAA6
RGB
CMYK
RGB Variations
Color information
#3CDAA6 (or 0x3CDAA6) is known color: Shamrock. HEX triplet: 3C, DA and A6. RGB value is (60,218,166). Sum of RGB (Red+Green+Blue) = 60+218+166=444 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.51% from 444); Green value is 218 (85.55% from 255 or 49.10% from 444); Blue value is 166 (65.23% from 255 or 37.39% from 444); Max value from RGB is 218 - color contains mainly: green. Hex color #3CDAA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CDAA6 is #C32559. Grayscale: #A4A4A4. Windows color (decimal): -12789082 or 10934844. OLE color: 10934844.
HSL color Cylindrical-coordinate representation of color #3CDAA6: hue angle of 160.25º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CDAA6 is Cyan = 0.72, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 218 | 166 | - |
| CMYK | 0.72 | 0 | 0.24 | 0.15 |
| HSL | 160.25º | 0.68% | 0.55% | - |
| HSV(B) | 160.25º | 0.72% | 0.85% | - |
| XYZ | 33.82 | 53.86 | 44.69 | - |
| YUV | 164.83 | 128.65 | 53.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 218 | 166 | 0.72 | 0 | 0.24 | 0.15 | 160.25 | 0.68 | 0.55 |
| Hex | 3C | DA | A6 | 48 | 0 | 18 | F | A0 | 44 | 37 |
| Octal | 74 | 332 | 246 | 110 | 0 | 30 | 17 | 240 | 104 | 67 |
| Binary | 111100 | 11011010 | 10100110 | 1001000 | 0 | 11000 | 1111 | 10100000 | 1000100 | 110111 |
Color Harmonies of #3CDAA6
Complementary color
Monochromatic Colors of #3CDAA6
Black with #3CDAA6
Text Example
Text Example
White with #3CDAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDAA6; }
p { color: rgb(60,218,166); }
H1.HeaderClassName
{
color: #3CDAA6;
}
.AnyTagClassName
{
color: #3CDAA6;
}
</style>
background-color css
<style>
a { background-color: #3CDAA6; }
a { background-color: rgb(60,218,166); }
div.DivClassName
{
background-color: #3CDAA6;
}
.BgClassName
{
background-color: #3CDAA6;
}
</style>
border-color css
<style>
span { border-color: #3CDAA6; }
span { border-color: rgb(60,218,166); }
td.TdClassName
{
border-color: #3CDAA6;
}
.TagClassName
{
border-color: #3CDAA6;
}
</style>