Shades of Shamrock #3CE0AC
Tints of Shamrock #3CE0AC
RGB
CMYK
RGB Variations
Color information
#3CE0AC (or 0x3CE0AC) is known color: Shamrock. HEX triplet: 3C, E0 and AC. RGB value is (60,224,172). Sum of RGB (Red+Green+Blue) = 60+224+172=456 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.16% from 456); Green value is 224 (87.89% from 255 or 49.12% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 224 - color contains mainly: green. Hex color #3CE0AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CE0AC is #C31F53. Grayscale: #A9A9A9. Windows color (decimal): -12787540 or 11329596. OLE color: 11329596.
HSL color Cylindrical-coordinate representation of color #3CE0AC: hue angle of 160.98º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CE0AC is Cyan = 0.73, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 60 | 224 | 172 | - |
| CMYK | 0.73 | 0 | 0.23 | 0.12 |
| HSL | 160.98º | 0.73% | 0.56% | - |
| HSV(B) | 160.98º | 0.73% | 0.88% | - |
| XYZ | 35.97 | 57.25 | 48.18 | - |
| YUV | 169.04 | 129.67 | 50.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 224 | 172 | 0.73 | 0 | 0.23 | 0.12 | 160.98 | 0.73 | 0.56 |
| Hex | 3C | E0 | AC | 49 | 0 | 17 | C | A1 | 49 | 38 |
| Octal | 74 | 340 | 254 | 111 | 0 | 27 | 14 | 241 | 111 | 70 |
| Binary | 111100 | 11100000 | 10101100 | 1001001 | 0 | 10111 | 1100 | 10100001 | 1001001 | 111000 |
Color Harmonies of #3CE0AC
Complementary color
Monochromatic Colors of #3CE0AC
Black with #3CE0AC
Text Example
Text Example
White with #3CE0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE0AC; }
p { color: rgb(60,224,172); }
H1.HeaderClassName
{
color: #3CE0AC;
}
.AnyTagClassName
{
color: #3CE0AC;
}
</style>
background-color css
<style>
a { background-color: #3CE0AC; }
a { background-color: rgb(60,224,172); }
div.DivClassName
{
background-color: #3CE0AC;
}
.BgClassName
{
background-color: #3CE0AC;
}
</style>
border-color css
<style>
span { border-color: #3CE0AC; }
span { border-color: rgb(60,224,172); }
td.TdClassName
{
border-color: #3CE0AC;
}
.TagClassName
{
border-color: #3CE0AC;
}
</style>