Shades of Shamrock #3CF3AC
Tints of Shamrock #3CF3AC
RGB
CMYK
RGB Variations
Color information
#3CF3AC (or 0x3CF3AC) is known color: Shamrock. HEX triplet: 3C, F3 and AC. RGB value is (60,243,172). Sum of RGB (Red+Green+Blue) = 60+243+172=475 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.63% from 475); Green value is 243 (95.31% from 255 or 51.16% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 243 - color contains mainly: green. Hex color #3CF3AC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CF3AC is #C30C53. Grayscale: #B4B4B4. Windows color (decimal): -12782676 or 11334460. OLE color: 11334460.
HSL color Cylindrical-coordinate representation of color #3CF3AC: hue angle of 156.72º 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 #3CF3AC is Cyan = 0.75, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
RGB | 60 | 243 | 172 | - |
CMYK | 0.75 | 0 | 0.29 | 0.05 |
HSL | 156.72º | 0.88% | 0.59% | - |
HSV(B) | 156.72º | 0.75% | 0.95% | - |
XYZ | 41.36 | 68.04 | 49.98 | - |
YUV | 180.19 | 123.37 | 42.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 60 | 243 | 172 | 0.75 | 0 | 0.29 | 0.05 | 156.72 | 0.88 | 0.59 |
Hex | 3C | F3 | AC | 4B | 0 | 1D | 5 | 9D | 58 | 3B |
Octal | 74 | 363 | 254 | 113 | 0 | 35 | 5 | 235 | 130 | 73 |
Binary | 111100 | 11110011 | 10101100 | 1001011 | 0 | 11101 | 101 | 10011101 | 1011000 | 111011 |
Color Harmonies of #3CF3AC
Complementary color
Monochromatic Colors of #3CF3AC
Black with #3CF3AC
Text Example
Text Example
White with #3CF3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF3AC; }
p { color: rgb(60,243,172); }
H1.HeaderClassName
{
color: #3CF3AC;
}
.AnyTagClassName
{
color: #3CF3AC;
}
</style>
background-color css
<style>
a { background-color: #3CF3AC; }
a { background-color: rgb(60,243,172); }
div.DivClassName
{
background-color: #3CF3AC;
}
.BgClassName
{
background-color: #3CF3AC;
}
</style>
border-color css
<style>
span { border-color: #3CF3AC; }
span { border-color: rgb(60,243,172); }
td.TdClassName
{
border-color: #3CF3AC;
}
.TagClassName
{
border-color: #3CF3AC;
}
</style>