Shades of Shamrock #3CF0AC
Tints of Shamrock #3CF0AC
RGB
CMYK
RGB Variations
Color information
#3CF0AC (or 0x3CF0AC) is known color: Shamrock. HEX triplet: 3C, F0 and AC. RGB value is (60,240,172). Sum of RGB (Red+Green+Blue) = 60+240+172=472 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.71% from 472); Green value is 240 (94.14% from 255 or 50.85% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 240 - color contains mainly: green. Hex color #3CF0AC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CF0AC is #C30F53. Grayscale: #B2B2B2. Windows color (decimal): -12783444 or 11333692. OLE color: 11333692.
HSL color Cylindrical-coordinate representation of color #3CF0AC: hue angle of 157.33º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CF0AC is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 240 | 172 | - |
| CMYK | 0.75 | 0 | 0.28 | 0.06 |
| HSL | 157.33º | 0.86% | 0.59% | - |
| HSV(B) | 157.33º | 0.75% | 0.94% | - |
| XYZ | 40.47 | 66.26 | 49.69 | - |
| YUV | 178.43 | 124.37 | 43.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 240 | 172 | 0.75 | 0 | 0.28 | 0.06 | 157.33 | 0.86 | 0.59 |
| Hex | 3C | F0 | AC | 4B | 0 | 1C | 6 | 9D | 56 | 3B |
| Octal | 74 | 360 | 254 | 113 | 0 | 34 | 6 | 235 | 126 | 73 |
| Binary | 111100 | 11110000 | 10101100 | 1001011 | 0 | 11100 | 110 | 10011101 | 1010110 | 111011 |
Color Harmonies of #3CF0AC
Complementary color
Monochromatic Colors of #3CF0AC
Black with #3CF0AC
Text Example
Text Example
White with #3CF0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF0AC; }
p { color: rgb(60,240,172); }
H1.HeaderClassName
{
color: #3CF0AC;
}
.AnyTagClassName
{
color: #3CF0AC;
}
</style>
background-color css
<style>
a { background-color: #3CF0AC; }
a { background-color: rgb(60,240,172); }
div.DivClassName
{
background-color: #3CF0AC;
}
.BgClassName
{
background-color: #3CF0AC;
}
</style>
border-color css
<style>
span { border-color: #3CF0AC; }
span { border-color: rgb(60,240,172); }
td.TdClassName
{
border-color: #3CF0AC;
}
.TagClassName
{
border-color: #3CF0AC;
}
</style>