Shades of Shamrock #3CDA9B
Tints of Shamrock #3CDA9B
RGB
CMYK
RGB Variations
Color information
#3CDA9B (or 0x3CDA9B) is known color: Shamrock. HEX triplet: 3C, DA and 9B. RGB value is (60,218,155). Sum of RGB (Red+Green+Blue) = 60+218+155=433 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.86% from 433); Green value is 218 (85.55% from 255 or 50.35% from 433); Blue value is 155 (60.94% from 255 or 35.80% from 433); Max value from RGB is 218 - color contains mainly: green. Hex color #3CDA9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CDA9B is #C32564. Grayscale: #A3A3A3. Windows color (decimal): -12789093 or 10213948. OLE color: 10213948.
HSL color Cylindrical-coordinate representation of color #3CDA9B: hue angle of 156.08º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CDA9B is Cyan = 0.72, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 218 | 155 | - |
| CMYK | 0.72 | 0 | 0.29 | 0.15 |
| HSL | 156.08º | 0.68% | 0.55% | - |
| HSV(B) | 156.08º | 0.72% | 0.85% | - |
| XYZ | 32.85 | 53.47 | 39.6 | - |
| YUV | 163.58 | 123.15 | 54.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 218 | 155 | 0.72 | 0 | 0.29 | 0.15 | 156.08 | 0.68 | 0.55 |
| Hex | 3C | DA | 9B | 48 | 0 | 1D | F | 9C | 44 | 37 |
| Octal | 74 | 332 | 233 | 110 | 0 | 35 | 17 | 234 | 104 | 67 |
| Binary | 111100 | 11011010 | 10011011 | 1001000 | 0 | 11101 | 1111 | 10011100 | 1000100 | 110111 |
Color Harmonies of #3CDA9B
Complementary color
Monochromatic Colors of #3CDA9B
Black with #3CDA9B
Text Example
Text Example
White with #3CDA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDA9B; }
p { color: rgb(60,218,155); }
H1.HeaderClassName
{
color: #3CDA9B;
}
.AnyTagClassName
{
color: #3CDA9B;
}
</style>
background-color css
<style>
a { background-color: #3CDA9B; }
a { background-color: rgb(60,218,155); }
div.DivClassName
{
background-color: #3CDA9B;
}
.BgClassName
{
background-color: #3CDA9B;
}
</style>
border-color css
<style>
span { border-color: #3CDA9B; }
span { border-color: rgb(60,218,155); }
td.TdClassName
{
border-color: #3CDA9B;
}
.TagClassName
{
border-color: #3CDA9B;
}
</style>