Shades of Shamrock #3CC895
Tints of Shamrock #3CC895
RGB
CMYK
RGB Variations
Color information
#3CC895 (or 0x3CC895) is known color: Shamrock. HEX triplet: 3C, C8 and 95. RGB value is (60,200,149). Sum of RGB (Red+Green+Blue) = 60+200+149=409 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.67% from 409); Green value is 200 (78.52% from 255 or 48.90% from 409); Blue value is 149 (58.59% from 255 or 36.43% from 409); Max value from RGB is 200 - color contains mainly: green. Hex color #3CC895 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CC895 is #C3376A. Grayscale: #989898. Windows color (decimal): -12793707 or 9816124. OLE color: 9816124.
HSL color Cylindrical-coordinate representation of color #3CC895: hue angle of 158.14º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CC895 is Cyan = 0.7, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 60 | 200 | 149 | - |
| CMYK | 0.7 | 0 | 0.26 | 0.22 |
| HSL | 158.14º | 0.56% | 0.51% | - |
| HSV(B) | 158.14º | 0.7% | 0.78% | - |
| XYZ | 27.94 | 44.44 | 35.54 | - |
| YUV | 152.33 | 126.12 | 62.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 200 | 149 | 0.7 | 0 | 0.26 | 0.22 | 158.14 | 0.56 | 0.51 |
| Hex | 3C | C8 | 95 | 46 | 0 | 1A | 16 | 9E | 38 | 33 |
| Octal | 74 | 310 | 225 | 106 | 0 | 32 | 26 | 236 | 70 | 63 |
| Binary | 111100 | 11001000 | 10010101 | 1000110 | 0 | 11010 | 10110 | 10011110 | 111000 | 110011 |
Color Harmonies of #3CC895
Complementary color
Monochromatic Colors of #3CC895
Black with #3CC895
Text Example
Text Example
White with #3CC895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC895; }
p { color: rgb(60,200,149); }
H1.HeaderClassName
{
color: #3CC895;
}
.AnyTagClassName
{
color: #3CC895;
}
</style>
background-color css
<style>
a { background-color: #3CC895; }
a { background-color: rgb(60,200,149); }
div.DivClassName
{
background-color: #3CC895;
}
.BgClassName
{
background-color: #3CC895;
}
</style>
border-color css
<style>
span { border-color: #3CC895; }
span { border-color: rgb(60,200,149); }
td.TdClassName
{
border-color: #3CC895;
}
.TagClassName
{
border-color: #3CC895;
}
</style>