Shades of Shamrock #3CDEA1
Tints of Shamrock #3CDEA1
RGB
CMYK
RGB Variations
Color information
#3CDEA1 (or 0x3CDEA1) is known color: Shamrock. HEX triplet: 3C, DE and A1. RGB value is (60,222,161). Sum of RGB (Red+Green+Blue) = 60+222+161=443 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.54% from 443); Green value is 222 (87.11% from 255 or 50.11% from 443); Blue value is 161 (63.28% from 255 or 36.34% from 443); Max value from RGB is 222 - color contains mainly: green. Hex color #3CDEA1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CDEA1 is #C3215E. Grayscale: #A6A6A6. Windows color (decimal): -12788063 or 10608188. OLE color: 10608188.
HSL color Cylindrical-coordinate representation of color #3CDEA1: hue angle of 157.41º 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 #3CDEA1 is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 222 | 161 | - |
| CMYK | 0.73 | 0 | 0.27 | 0.13 |
| HSL | 157.41º | 0.71% | 0.55% | - |
| HSV(B) | 157.41º | 0.73% | 0.87% | - |
| XYZ | 34.42 | 55.78 | 42.67 | - |
| YUV | 166.61 | 124.83 | 51.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 222 | 161 | 0.73 | 0 | 0.27 | 0.13 | 157.41 | 0.71 | 0.55 |
| Hex | 3C | DE | A1 | 49 | 0 | 1B | D | 9D | 47 | 37 |
| Octal | 74 | 336 | 241 | 111 | 0 | 33 | 15 | 235 | 107 | 67 |
| Binary | 111100 | 11011110 | 10100001 | 1001001 | 0 | 11011 | 1101 | 10011101 | 1000111 | 110111 |
Color Harmonies of #3CDEA1
Complementary color
Monochromatic Colors of #3CDEA1
Black with #3CDEA1
Text Example
Text Example
White with #3CDEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDEA1; }
p { color: rgb(60,222,161); }
H1.HeaderClassName
{
color: #3CDEA1;
}
.AnyTagClassName
{
color: #3CDEA1;
}
</style>
background-color css
<style>
a { background-color: #3CDEA1; }
a { background-color: rgb(60,222,161); }
div.DivClassName
{
background-color: #3CDEA1;
}
.BgClassName
{
background-color: #3CDEA1;
}
</style>
border-color css
<style>
span { border-color: #3CDEA1; }
span { border-color: rgb(60,222,161); }
td.TdClassName
{
border-color: #3CDEA1;
}
.TagClassName
{
border-color: #3CDEA1;
}
</style>