Shades of Shamrock #3CE1A7
Tints of Shamrock #3CE1A7
RGB
CMYK
RGB Variations
Color information
#3CE1A7 (or 0x3CE1A7) is known color: Shamrock. HEX triplet: 3C, E1 and A7. RGB value is (60,225,167). Sum of RGB (Red+Green+Blue) = 60+225+167=452 (59% of max value = 765). Red value is 60 (23.83% from 255 or 13.27% from 452); Green value is 225 (88.28% from 255 or 49.78% from 452); Blue value is 167 (65.62% from 255 or 36.95% from 452); Max value from RGB is 225 - color contains mainly: green. Hex color #3CE1A7 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CE1A7 is #C31E58. Grayscale: #A9A9A9. Windows color (decimal): -12787289 or 11002172. OLE color: 11002172.
HSL color Cylindrical-coordinate representation of color #3CE1A7: hue angle of 158.91º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CE1A7 is Cyan = 0.73, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 60 | 225 | 167 | - |
| CMYK | 0.73 | 0 | 0.26 | 0.12 |
| HSL | 158.91º | 0.73% | 0.56% | - |
| HSV(B) | 158.91º | 0.73% | 0.88% | - |
| XYZ | 35.76 | 57.6 | 45.79 | - |
| YUV | 169.05 | 126.84 | 50.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 225 | 167 | 0.73 | 0 | 0.26 | 0.12 | 158.91 | 0.73 | 0.56 |
| Hex | 3C | E1 | A7 | 49 | 0 | 1A | C | 9F | 49 | 38 |
| Octal | 74 | 341 | 247 | 111 | 0 | 32 | 14 | 237 | 111 | 70 |
| Binary | 111100 | 11100001 | 10100111 | 1001001 | 0 | 11010 | 1100 | 10011111 | 1001001 | 111000 |
Color Harmonies of #3CE1A7
Complementary color
Monochromatic Colors of #3CE1A7
Black with #3CE1A7
Text Example
Text Example
White with #3CE1A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE1A7; }
p { color: rgb(60,225,167); }
H1.HeaderClassName
{
color: #3CE1A7;
}
.AnyTagClassName
{
color: #3CE1A7;
}
</style>
background-color css
<style>
a { background-color: #3CE1A7; }
a { background-color: rgb(60,225,167); }
div.DivClassName
{
background-color: #3CE1A7;
}
.BgClassName
{
background-color: #3CE1A7;
}
</style>
border-color css
<style>
span { border-color: #3CE1A7; }
span { border-color: rgb(60,225,167); }
td.TdClassName
{
border-color: #3CE1A7;
}
.TagClassName
{
border-color: #3CE1A7;
}
</style>