Shades of Shamrock #3CDE9E
Tints of Shamrock #3CDE9E
RGB
CMYK
RGB Variations
Color information
#3CDE9E (or 0x3CDE9E) is known color: Shamrock. HEX triplet: 3C, DE and 9E. RGB value is (60,222,158). Sum of RGB (Red+Green+Blue) = 60+222+158=440 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.64% from 440); Green value is 222 (87.11% from 255 or 50.45% from 440); Blue value is 158 (62.11% from 255 or 35.91% from 440); Max value from RGB is 222 - color contains mainly: green. Hex color #3CDE9E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CDE9E is #C32161. Grayscale: #A6A6A6. Windows color (decimal): -12788066 or 10411580. OLE color: 10411580.
HSL color Cylindrical-coordinate representation of color #3CDE9E: hue angle of 156.3º 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 #3CDE9E is Cyan = 0.73, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 222 | 158 | - |
| CMYK | 0.73 | 0 | 0.29 | 0.13 |
| HSL | 156.3º | 0.71% | 0.55% | - |
| HSV(B) | 156.3º | 0.73% | 0.87% | - |
| XYZ | 34.16 | 55.67 | 41.29 | - |
| YUV | 166.27 | 123.33 | 52.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 222 | 158 | 0.73 | 0 | 0.29 | 0.13 | 156.3 | 0.71 | 0.55 |
| Hex | 3C | DE | 9E | 49 | 0 | 1D | D | 9C | 47 | 37 |
| Octal | 74 | 336 | 236 | 111 | 0 | 35 | 15 | 234 | 107 | 67 |
| Binary | 111100 | 11011110 | 10011110 | 1001001 | 0 | 11101 | 1101 | 10011100 | 1000111 | 110111 |
Color Harmonies of #3CDE9E
Complementary color
Monochromatic Colors of #3CDE9E
Black with #3CDE9E
Text Example
Text Example
White with #3CDE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDE9E; }
p { color: rgb(60,222,158); }
H1.HeaderClassName
{
color: #3CDE9E;
}
.AnyTagClassName
{
color: #3CDE9E;
}
</style>
background-color css
<style>
a { background-color: #3CDE9E; }
a { background-color: rgb(60,222,158); }
div.DivClassName
{
background-color: #3CDE9E;
}
.BgClassName
{
background-color: #3CDE9E;
}
</style>
border-color css
<style>
span { border-color: #3CDE9E; }
span { border-color: rgb(60,222,158); }
td.TdClassName
{
border-color: #3CDE9E;
}
.TagClassName
{
border-color: #3CDE9E;
}
</style>