Shades of Shamrock #3CDEA0
Tints of Shamrock #3CDEA0
RGB
CMYK
RGB Variations
Color information
#3CDEA0 (or 0x3CDEA0) is known color: Shamrock. HEX triplet: 3C, DE and A0. RGB value is (60,222,160). Sum of RGB (Red+Green+Blue) = 60+222+160=442 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.57% from 442); Green value is 222 (87.11% from 255 or 50.23% from 442); Blue value is 160 (62.89% from 255 or 36.20% from 442); Max value from RGB is 222 - color contains mainly: green. Hex color #3CDEA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CDEA0 is #C3215F. Grayscale: #A6A6A6. Windows color (decimal): -12788064 or 10542652. OLE color: 10542652.
HSL color Cylindrical-coordinate representation of color #3CDEA0: hue angle of 157.04º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CDEA0 is Cyan = 0.73, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 222 | 160 | - |
| CMYK | 0.73 | 0 | 0.28 | 0.13 |
| HSL | 157.04º | 0.71% | 0.55% | - |
| HSV(B) | 157.04º | 0.73% | 0.87% | - |
| XYZ | 34.33 | 55.74 | 42.21 | - |
| YUV | 166.49 | 124.33 | 52.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 222 | 160 | 0.73 | 0 | 0.28 | 0.13 | 157.04 | 0.71 | 0.55 |
| Hex | 3C | DE | A0 | 49 | 0 | 1C | D | 9D | 47 | 37 |
| Octal | 74 | 336 | 240 | 111 | 0 | 34 | 15 | 235 | 107 | 67 |
| Binary | 111100 | 11011110 | 10100000 | 1001001 | 0 | 11100 | 1101 | 10011101 | 1000111 | 110111 |
Color Harmonies of #3CDEA0
Complementary color
Monochromatic Colors of #3CDEA0
Black with #3CDEA0
Text Example
Text Example
White with #3CDEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDEA0; }
p { color: rgb(60,222,160); }
H1.HeaderClassName
{
color: #3CDEA0;
}
.AnyTagClassName
{
color: #3CDEA0;
}
</style>
background-color css
<style>
a { background-color: #3CDEA0; }
a { background-color: rgb(60,222,160); }
div.DivClassName
{
background-color: #3CDEA0;
}
.BgClassName
{
background-color: #3CDEA0;
}
</style>
border-color css
<style>
span { border-color: #3CDEA0; }
span { border-color: rgb(60,222,160); }
td.TdClassName
{
border-color: #3CDEA0;
}
.TagClassName
{
border-color: #3CDEA0;
}
</style>