Shades of Shamrock #3CFCAB
Tints of Shamrock #3CFCAB
RGB
CMYK
RGB Variations
Color information
#3CFCAB (or 0x3CFCAB) is known color: Shamrock. HEX triplet: 3C, FC and AB. RGB value is (60,252,171). Sum of RGB (Red+Green+Blue) = 60+252+171=483 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.42% from 483); Green value is 252 (98.83% from 255 or 52.17% from 483); Blue value is 171 (67.19% from 255 or 35.40% from 483); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFCAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CFCAB is #C30354. Grayscale: #B9B9B9. Windows color (decimal): -12780373 or 11271228. OLE color: 11271228.
HSL color Cylindrical-coordinate representation of color #3CFCAB: hue angle of 154.69º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFCAB is Cyan = 0.76, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 252 | 171 | - |
| CMYK | 0.76 | 0 | 0.32 | 0.01 |
| HSL | 154.69º | 0.97% | 0.61% | - |
| HSV(B) | 154.69º | 0.76% | 0.99% | - |
| XYZ | 44.02 | 73.52 | 50.4 | - |
| YUV | 185.36 | 119.89 | 38.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 252 | 171 | 0.76 | 0 | 0.32 | 0.01 | 154.69 | 0.97 | 0.61 |
| Hex | 3C | FC | AB | 4C | 0 | 20 | 1 | 9B | 61 | 3D |
| Octal | 74 | 374 | 253 | 114 | 0 | 40 | 1 | 233 | 141 | 75 |
| Binary | 111100 | 11111100 | 10101011 | 1001100 | 0 | 100000 | 1 | 10011011 | 1100001 | 111101 |
Color Harmonies of #3CFCAB
Complementary color
Monochromatic Colors of #3CFCAB
Black with #3CFCAB
Text Example
Text Example
White with #3CFCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFCAB; }
p { color: rgb(60,252,171); }
H1.HeaderClassName
{
color: #3CFCAB;
}
.AnyTagClassName
{
color: #3CFCAB;
}
</style>
background-color css
<style>
a { background-color: #3CFCAB; }
a { background-color: rgb(60,252,171); }
div.DivClassName
{
background-color: #3CFCAB;
}
.BgClassName
{
background-color: #3CFCAB;
}
</style>
border-color css
<style>
span { border-color: #3CFCAB; }
span { border-color: rgb(60,252,171); }
td.TdClassName
{
border-color: #3CFCAB;
}
.TagClassName
{
border-color: #3CFCAB;
}
</style>