Shades of Shamrock #3CFAA4
Tints of Shamrock #3CFAA4
RGB
CMYK
RGB Variations
Color information
#3CFAA4 (or 0x3CFAA4) is known color: Shamrock. HEX triplet: 3C, FA and A4. RGB value is (60,250,164). Sum of RGB (Red+Green+Blue) = 60+250+164=474 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.66% from 474); Green value is 250 (98.05% from 255 or 52.74% from 474); Blue value is 164 (64.45% from 255 or 34.60% from 474); Max value from RGB is 250 - color contains mainly: green. Hex color #3CFAA4 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CFAA4 is #C3055B. Grayscale: #B7B7B7. Windows color (decimal): -12780892 or 10811964. OLE color: 10811964.
HSL color Cylindrical-coordinate representation of color #3CFAA4: hue angle of 152.84º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFAA4 is Cyan = 0.76, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 250 | 164 | - |
| CMYK | 0.76 | 0 | 0.34 | 0.02 |
| HSL | 152.84º | 0.95% | 0.61% | - |
| HSV(B) | 152.84º | 0.76% | 0.98% | - |
| XYZ | 42.75 | 72.01 | 46.77 | - |
| YUV | 183.39 | 117.05 | 39.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 250 | 164 | 0.76 | 0 | 0.34 | 0.02 | 152.84 | 0.95 | 0.61 |
| Hex | 3C | FA | A4 | 4C | 0 | 22 | 2 | 99 | 5F | 3D |
| Octal | 74 | 372 | 244 | 114 | 0 | 42 | 2 | 231 | 137 | 75 |
| Binary | 111100 | 11111010 | 10100100 | 1001100 | 0 | 100010 | 10 | 10011001 | 1011111 | 111101 |
Color Harmonies of #3CFAA4
Complementary color
Monochromatic Colors of #3CFAA4
Black with #3CFAA4
Text Example
Text Example
White with #3CFAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFAA4; }
p { color: rgb(60,250,164); }
H1.HeaderClassName
{
color: #3CFAA4;
}
.AnyTagClassName
{
color: #3CFAA4;
}
</style>
background-color css
<style>
a { background-color: #3CFAA4; }
a { background-color: rgb(60,250,164); }
div.DivClassName
{
background-color: #3CFAA4;
}
.BgClassName
{
background-color: #3CFAA4;
}
</style>
border-color css
<style>
span { border-color: #3CFAA4; }
span { border-color: rgb(60,250,164); }
td.TdClassName
{
border-color: #3CFAA4;
}
.TagClassName
{
border-color: #3CFAA4;
}
</style>