Shades of Shamrock #3CFEAB
Tints of Shamrock #3CFEAB
RGB
CMYK
RGB Variations
Color information
#3CFEAB (or 0x3CFEAB) is known color: Shamrock. HEX triplet: 3C, FE and AB. RGB value is (60,254,171). Sum of RGB (Red+Green+Blue) = 60+254+171=485 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.37% from 485); Green value is 254 (99.61% from 255 or 52.37% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 254 - color contains mainly: green. Hex color #3CFEAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CFEAB is #C30154. Grayscale: #BABABA. Windows color (decimal): -12779861 or 11271740. OLE color: 11271740.
HSL color Cylindrical-coordinate representation of color #3CFEAB: hue angle of 154.33º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFEAB is Cyan = 0.76, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 60 | 254 | 171 | - |
| CMYK | 0.76 | 0 | 0.33 | 0.00 |
| HSL | 154.33º | 0.99% | 0.62% | - |
| HSV(B) | 154.33º | 0.76% | 1% | - |
| XYZ | 44.66 | 74.78 | 50.61 | - |
| YUV | 186.53 | 119.23 | 37.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 254 | 171 | 0.76 | 0 | 0.33 | 0.00 | 154.33 | 0.99 | 0.62 |
| Hex | 3C | FE | AB | 4C | 0 | 21 | 0 | 9A | 63 | 3E |
| Octal | 74 | 376 | 253 | 114 | 0 | 41 | 0 | 232 | 143 | 76 |
| Binary | 111100 | 11111110 | 10101011 | 1001100 | 0 | 100001 | 0 | 10011010 | 1100011 | 111110 |
Color Harmonies of #3CFEAB
Complementary color
Monochromatic Colors of #3CFEAB
Black with #3CFEAB
Text Example
Text Example
White with #3CFEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFEAB; }
p { color: rgb(60,254,171); }
H1.HeaderClassName
{
color: #3CFEAB;
}
.AnyTagClassName
{
color: #3CFEAB;
}
</style>
background-color css
<style>
a { background-color: #3CFEAB; }
a { background-color: rgb(60,254,171); }
div.DivClassName
{
background-color: #3CFEAB;
}
.BgClassName
{
background-color: #3CFEAB;
}
</style>
border-color css
<style>
span { border-color: #3CFEAB; }
span { border-color: rgb(60,254,171); }
td.TdClassName
{
border-color: #3CFEAB;
}
.TagClassName
{
border-color: #3CFEAB;
}
</style>