Shades of Shamrock #3CFCAA
Tints of Shamrock #3CFCAA
RGB
CMYK
RGB Variations
Color information
#3CFCAA (or 0x3CFCAA) is known color: Shamrock. HEX triplet: 3C, FC and AA. RGB value is (60,252,170). Sum of RGB (Red+Green+Blue) = 60+252+170=482 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.45% from 482); Green value is 252 (98.83% from 255 or 52.28% from 482); Blue value is 170 (66.80% from 255 or 35.27% from 482); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFCAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CFCAA is #C30355. Grayscale: #B9B9B9. Windows color (decimal): -12780374 or 11205692. OLE color: 11205692.
HSL color Cylindrical-coordinate representation of color #3CFCAA: hue angle of 154.38º 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 #3CFCAA is Cyan = 0.76, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 252 | 170 | - |
| CMYK | 0.76 | 0 | 0.33 | 0.01 |
| HSL | 154.38º | 0.97% | 0.61% | - |
| HSV(B) | 154.38º | 0.76% | 0.99% | - |
| XYZ | 43.93 | 73.48 | 49.9 | - |
| YUV | 185.24 | 119.39 | 38.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 252 | 170 | 0.76 | 0 | 0.33 | 0.01 | 154.38 | 0.97 | 0.61 |
| Hex | 3C | FC | AA | 4C | 0 | 21 | 1 | 9A | 61 | 3D |
| Octal | 74 | 374 | 252 | 114 | 0 | 41 | 1 | 232 | 141 | 75 |
| Binary | 111100 | 11111100 | 10101010 | 1001100 | 0 | 100001 | 1 | 10011010 | 1100001 | 111101 |
Color Harmonies of #3CFCAA
Complementary color
Monochromatic Colors of #3CFCAA
Black with #3CFCAA
Text Example
Text Example
White with #3CFCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFCAA; }
p { color: rgb(60,252,170); }
H1.HeaderClassName
{
color: #3CFCAA;
}
.AnyTagClassName
{
color: #3CFCAA;
}
</style>
background-color css
<style>
a { background-color: #3CFCAA; }
a { background-color: rgb(60,252,170); }
div.DivClassName
{
background-color: #3CFCAA;
}
.BgClassName
{
background-color: #3CFCAA;
}
</style>
border-color css
<style>
span { border-color: #3CFCAA; }
span { border-color: rgb(60,252,170); }
td.TdClassName
{
border-color: #3CFCAA;
}
.TagClassName
{
border-color: #3CFCAA;
}
</style>