Shades of Shamrock #3CB994
Tints of Shamrock #3CB994
RGB
CMYK
RGB Variations
Color information
#3CB994 (or 0x3CB994) is known color: Shamrock. HEX triplet: 3C, B9 and 94. RGB value is (60,185,148). Sum of RGB (Red+Green+Blue) = 60+185+148=393 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.27% from 393); Green value is 185 (72.66% from 255 or 47.07% from 393); Blue value is 148 (58.20% from 255 or 37.66% from 393); Max value from RGB is 185 - color contains mainly: green. Hex color #3CB994 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CB994 is #C3466B. Grayscale: #8F8F8F. Windows color (decimal): -12797548 or 9746748. OLE color: 9746748.
HSL color Cylindrical-coordinate representation of color #3CB994: hue angle of 162.24º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CB994 is Cyan = 0.68, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 60 | 185 | 148 | - |
| CMYK | 0.68 | 0 | 0.20 | 0.27 |
| HSL | 162.24º | 0.51% | 0.48% | - |
| HSV(B) | 162.24º | 0.68% | 0.73% | - |
| XYZ | 24.56 | 37.8 | 34.02 | - |
| YUV | 143.41 | 130.59 | 68.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 185 | 148 | 0.68 | 0 | 0.20 | 0.27 | 162.24 | 0.51 | 0.48 |
| Hex | 3C | B9 | 94 | 44 | 0 | 14 | 1B | A2 | 33 | 30 |
| Octal | 74 | 271 | 224 | 104 | 0 | 24 | 33 | 242 | 63 | 60 |
| Binary | 111100 | 10111001 | 10010100 | 1000100 | 0 | 10100 | 11011 | 10100010 | 110011 | 110000 |
Color Harmonies of #3CB994
Complementary color
Monochromatic Colors of #3CB994
Black with #3CB994
Text Example
Text Example
White with #3CB994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB994; }
p { color: rgb(60,185,148); }
H1.HeaderClassName
{
color: #3CB994;
}
.AnyTagClassName
{
color: #3CB994;
}
</style>
background-color css
<style>
a { background-color: #3CB994; }
a { background-color: rgb(60,185,148); }
div.DivClassName
{
background-color: #3CB994;
}
.BgClassName
{
background-color: #3CB994;
}
</style>
border-color css
<style>
span { border-color: #3CB994; }
span { border-color: rgb(60,185,148); }
td.TdClassName
{
border-color: #3CB994;
}
.TagClassName
{
border-color: #3CB994;
}
</style>