Shades of Shamrock #3CCFA0
Tints of Shamrock #3CCFA0
RGB
CMYK
RGB Variations
Color information
#3CCFA0 (or 0x3CCFA0) is known color: Shamrock. HEX triplet: 3C, CF and A0. RGB value is (60,207,160). Sum of RGB (Red+Green+Blue) = 60+207+160=427 (56% of max value = 765). Red value is 60 (23.83% from 255 or 14.05% from 427); Green value is 207 (81.25% from 255 or 48.48% from 427); Blue value is 160 (62.89% from 255 or 37.47% from 427); Max value from RGB is 207 - color contains mainly: green. Hex color #3CCFA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CCFA0 is #C3305F. Grayscale: #9D9D9D. Windows color (decimal): -12791904 or 10538812. OLE color: 10538812.
HSL color Cylindrical-coordinate representation of color #3CCFA0: hue angle of 160.82º 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 #3CCFA0 is Cyan = 0.71, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 60 | 207 | 160 | - |
| CMYK | 0.71 | 0 | 0.23 | 0.19 |
| HSL | 160.82º | 0.6% | 0.52% | - |
| HSV(B) | 160.82º | 0.71% | 0.81% | - |
| XYZ | 30.52 | 48.12 | 40.94 | - |
| YUV | 157.69 | 129.3 | 58.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 207 | 160 | 0.71 | 0 | 0.23 | 0.19 | 160.82 | 0.6 | 0.52 |
| Hex | 3C | CF | A0 | 47 | 0 | 17 | 13 | A1 | 3C | 34 |
| Octal | 74 | 317 | 240 | 107 | 0 | 27 | 23 | 241 | 74 | 64 |
| Binary | 111100 | 11001111 | 10100000 | 1000111 | 0 | 10111 | 10011 | 10100001 | 111100 | 110100 |
Color Harmonies of #3CCFA0
Complementary color
Monochromatic Colors of #3CCFA0
Black with #3CCFA0
Text Example
Text Example
White with #3CCFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCFA0; }
p { color: rgb(60,207,160); }
H1.HeaderClassName
{
color: #3CCFA0;
}
.AnyTagClassName
{
color: #3CCFA0;
}
</style>
background-color css
<style>
a { background-color: #3CCFA0; }
a { background-color: rgb(60,207,160); }
div.DivClassName
{
background-color: #3CCFA0;
}
.BgClassName
{
background-color: #3CCFA0;
}
</style>
border-color css
<style>
span { border-color: #3CCFA0; }
span { border-color: rgb(60,207,160); }
td.TdClassName
{
border-color: #3CCFA0;
}
.TagClassName
{
border-color: #3CCFA0;
}
</style>