Shades of Shamrock #3CCFAC
Tints of Shamrock #3CCFAC
RGB
CMYK
RGB Variations
Color information
#3CCFAC (or 0x3CCFAC) is known color: Shamrock. HEX triplet: 3C, CF and AC. RGB value is (60,207,172). Sum of RGB (Red+Green+Blue) = 60+207+172=439 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.67% from 439); Green value is 207 (81.25% from 255 or 47.15% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 207 - color contains mainly: green. Hex color #3CCFAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CCFAC is #C33053. Grayscale: #9F9F9F. Windows color (decimal): -12791892 or 11325244. OLE color: 11325244.
HSL color Cylindrical-coordinate representation of color #3CCFAC: hue angle of 165.71º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CCFAC is Cyan = 0.71, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 60 | 207 | 172 | - |
| CMYK | 0.71 | 0 | 0.17 | 0.19 |
| HSL | 165.71º | 0.6% | 0.52% | - |
| HSV(B) | 165.71º | 0.71% | 0.81% | - |
| XYZ | 31.62 | 48.56 | 46.74 | - |
| YUV | 159.06 | 135.3 | 57.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 207 | 172 | 0.71 | 0 | 0.17 | 0.19 | 165.71 | 0.6 | 0.52 |
| Hex | 3C | CF | AC | 47 | 0 | 11 | 13 | A6 | 3C | 34 |
| Octal | 74 | 317 | 254 | 107 | 0 | 21 | 23 | 246 | 74 | 64 |
| Binary | 111100 | 11001111 | 10101100 | 1000111 | 0 | 10001 | 10011 | 10100110 | 111100 | 110100 |
Color Harmonies of #3CCFAC
Complementary color
Monochromatic Colors of #3CCFAC
Black with #3CCFAC
Text Example
Text Example
White with #3CCFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCFAC; }
p { color: rgb(60,207,172); }
H1.HeaderClassName
{
color: #3CCFAC;
}
.AnyTagClassName
{
color: #3CCFAC;
}
</style>
background-color css
<style>
a { background-color: #3CCFAC; }
a { background-color: rgb(60,207,172); }
div.DivClassName
{
background-color: #3CCFAC;
}
.BgClassName
{
background-color: #3CCFAC;
}
</style>
border-color css
<style>
span { border-color: #3CCFAC; }
span { border-color: rgb(60,207,172); }
td.TdClassName
{
border-color: #3CCFAC;
}
.TagClassName
{
border-color: #3CCFAC;
}
</style>