Shades of Shamrock #3CFEAA
Tints of Shamrock #3CFEAA
RGB
CMYK
RGB Variations
Color information
#3CFEAA (or 0x3CFEAA) is known color: Shamrock. HEX triplet: 3C, FE and AA. RGB value is (60,254,170). Sum of RGB (Red+Green+Blue) = 60+254+170=484 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.40% from 484); Green value is 254 (99.61% from 255 or 52.48% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 254 - color contains mainly: green. Hex color #3CFEAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CFEAA is #C30155. Grayscale: #BABABA. Windows color (decimal): -12779862 or 11206204. OLE color: 11206204.
HSL color Cylindrical-coordinate representation of color #3CFEAA: hue angle of 154.02º 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 #3CFEAA is Cyan = 0.76, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 60 | 254 | 170 | - |
| CMYK | 0.76 | 0 | 0.33 | 0.00 |
| HSL | 154.02º | 0.99% | 0.62% | - |
| HSV(B) | 154.02º | 0.76% | 1% | - |
| XYZ | 44.56 | 74.75 | 50.11 | - |
| YUV | 186.42 | 118.73 | 37.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 254 | 170 | 0.76 | 0 | 0.33 | 0.00 | 154.02 | 0.99 | 0.62 |
| Hex | 3C | FE | AA | 4C | 0 | 21 | 0 | 9A | 63 | 3E |
| Octal | 74 | 376 | 252 | 114 | 0 | 41 | 0 | 232 | 143 | 76 |
| Binary | 111100 | 11111110 | 10101010 | 1001100 | 0 | 100001 | 0 | 10011010 | 1100011 | 111110 |
Color Harmonies of #3CFEAA
Complementary color
Monochromatic Colors of #3CFEAA
Black with #3CFEAA
Text Example
Text Example
White with #3CFEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFEAA; }
p { color: rgb(60,254,170); }
H1.HeaderClassName
{
color: #3CFEAA;
}
.AnyTagClassName
{
color: #3CFEAA;
}
</style>
background-color css
<style>
a { background-color: #3CFEAA; }
a { background-color: rgb(60,254,170); }
div.DivClassName
{
background-color: #3CFEAA;
}
.BgClassName
{
background-color: #3CFEAA;
}
</style>
border-color css
<style>
span { border-color: #3CFEAA; }
span { border-color: rgb(60,254,170); }
td.TdClassName
{
border-color: #3CFEAA;
}
.TagClassName
{
border-color: #3CFEAA;
}
</style>