Shades of Shamrock #3CC698
Tints of Shamrock #3CC698
RGB
CMYK
RGB Variations
Color information
#3CC698 (or 0x3CC698) is known color: Shamrock. HEX triplet: 3C, C6 and 98. RGB value is (60,198,152). Sum of RGB (Red+Green+Blue) = 60+198+152=410 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.63% from 410); Green value is 198 (77.73% from 255 or 48.29% from 410); Blue value is 152 (59.77% from 255 or 37.07% from 410); Max value from RGB is 198 - color contains mainly: green. Hex color #3CC698 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CC698 is #C33967. Grayscale: #979797. Windows color (decimal): -12794216 or 10012220. OLE color: 10012220.
HSL color Cylindrical-coordinate representation of color #3CC698: hue angle of 160º degrees, saturation: 0.55, 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 #3CC698 is Cyan = 0.70, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 60 | 198 | 152 | - |
| CMYK | 0.70 | 0 | 0.23 | 0.22 |
| HSL | 160º | 0.55% | 0.51% | - |
| HSV(B) | 160º | 0.7% | 0.78% | - |
| XYZ | 27.73 | 43.62 | 36.66 | - |
| YUV | 151.49 | 128.28 | 62.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 198 | 152 | 0.70 | 0 | 0.23 | 0.22 | 160 | 0.55 | 0.51 |
| Hex | 3C | C6 | 98 | 46 | 0 | 17 | 16 | A0 | 37 | 33 |
| Octal | 74 | 306 | 230 | 106 | 0 | 27 | 26 | 240 | 67 | 63 |
| Binary | 111100 | 11000110 | 10011000 | 1000110 | 0 | 10111 | 10110 | 10100000 | 110111 | 110011 |
Color Harmonies of #3CC698
Complementary color
Monochromatic Colors of #3CC698
Black with #3CC698
Text Example
Text Example
White with #3CC698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC698; }
p { color: rgb(60,198,152); }
H1.HeaderClassName
{
color: #3CC698;
}
.AnyTagClassName
{
color: #3CC698;
}
</style>
background-color css
<style>
a { background-color: #3CC698; }
a { background-color: rgb(60,198,152); }
div.DivClassName
{
background-color: #3CC698;
}
.BgClassName
{
background-color: #3CC698;
}
</style>
border-color css
<style>
span { border-color: #3CC698; }
span { border-color: rgb(60,198,152); }
td.TdClassName
{
border-color: #3CC698;
}
.TagClassName
{
border-color: #3CC698;
}
</style>