Shades of Shamrock #3CF2AC
Tints of Shamrock #3CF2AC
RGB
CMYK
RGB Variations
Color information
#3CF2AC (or 0x3CF2AC) is known color: Shamrock. HEX triplet: 3C, F2 and AC. RGB value is (60,242,172). Sum of RGB (Red+Green+Blue) = 60+242+172=474 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.66% from 474); Green value is 242 (94.92% from 255 or 51.05% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 242 - color contains mainly: green. Hex color #3CF2AC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CF2AC is #C30D53. Grayscale: #B3B3B3. Windows color (decimal): -12782932 or 11334204. OLE color: 11334204.
HSL color Cylindrical-coordinate representation of color #3CF2AC: hue angle of 156.92º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CF2AC is Cyan = 0.75, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 242 | 172 | - |
| CMYK | 0.75 | 0 | 0.29 | 0.05 |
| HSL | 156.92º | 0.88% | 0.59% | - |
| HSV(B) | 156.92º | 0.75% | 0.95% | - |
| XYZ | 41.06 | 67.44 | 49.88 | - |
| YUV | 179.6 | 123.7 | 42.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 242 | 172 | 0.75 | 0 | 0.29 | 0.05 | 156.92 | 0.88 | 0.59 |
| Hex | 3C | F2 | AC | 4B | 0 | 1D | 5 | 9D | 58 | 3B |
| Octal | 74 | 362 | 254 | 113 | 0 | 35 | 5 | 235 | 130 | 73 |
| Binary | 111100 | 11110010 | 10101100 | 1001011 | 0 | 11101 | 101 | 10011101 | 1011000 | 111011 |
Color Harmonies of #3CF2AC
Complementary color
Monochromatic Colors of #3CF2AC
Black with #3CF2AC
Text Example
Text Example
White with #3CF2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF2AC; }
p { color: rgb(60,242,172); }
H1.HeaderClassName
{
color: #3CF2AC;
}
.AnyTagClassName
{
color: #3CF2AC;
}
</style>
background-color css
<style>
a { background-color: #3CF2AC; }
a { background-color: rgb(60,242,172); }
div.DivClassName
{
background-color: #3CF2AC;
}
.BgClassName
{
background-color: #3CF2AC;
}
</style>
border-color css
<style>
span { border-color: #3CF2AC; }
span { border-color: rgb(60,242,172); }
td.TdClassName
{
border-color: #3CF2AC;
}
.TagClassName
{
border-color: #3CF2AC;
}
</style>