Shades of Shamrock #3CDB9E
Tints of Shamrock #3CDB9E
RGB
CMYK
RGB Variations
Color information
#3CDB9E (or 0x3CDB9E) is known color: Shamrock. HEX triplet: 3C, DB and 9E. RGB value is (60,219,158). Sum of RGB (Red+Green+Blue) = 60+219+158=437 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.73% from 437); Green value is 219 (85.94% from 255 or 50.11% from 437); Blue value is 158 (62.11% from 255 or 36.16% from 437); Max value from RGB is 219 - color contains mainly: green. Hex color #3CDB9E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CDB9E is #C32461. Grayscale: #A4A4A4. Windows color (decimal): -12788834 or 10410812. OLE color: 10410812.
HSL color Cylindrical-coordinate representation of color #3CDB9E: hue angle of 156.98º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CDB9E is Cyan = 0.73, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 219 | 158 | - |
| CMYK | 0.73 | 0 | 0.28 | 0.14 |
| HSL | 156.98º | 0.69% | 0.55% | - |
| HSV(B) | 156.98º | 0.73% | 0.86% | - |
| XYZ | 33.37 | 54.09 | 41.03 | - |
| YUV | 164.51 | 124.32 | 53.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 219 | 158 | 0.73 | 0 | 0.28 | 0.14 | 156.98 | 0.69 | 0.55 |
| Hex | 3C | DB | 9E | 49 | 0 | 1C | E | 9D | 45 | 37 |
| Octal | 74 | 333 | 236 | 111 | 0 | 34 | 16 | 235 | 105 | 67 |
| Binary | 111100 | 11011011 | 10011110 | 1001001 | 0 | 11100 | 1110 | 10011101 | 1000101 | 110111 |
Color Harmonies of #3CDB9E
Complementary color
Monochromatic Colors of #3CDB9E
Black with #3CDB9E
Text Example
Text Example
White with #3CDB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDB9E; }
p { color: rgb(60,219,158); }
H1.HeaderClassName
{
color: #3CDB9E;
}
.AnyTagClassName
{
color: #3CDB9E;
}
</style>
background-color css
<style>
a { background-color: #3CDB9E; }
a { background-color: rgb(60,219,158); }
div.DivClassName
{
background-color: #3CDB9E;
}
.BgClassName
{
background-color: #3CDB9E;
}
</style>
border-color css
<style>
span { border-color: #3CDB9E; }
span { border-color: rgb(60,219,158); }
td.TdClassName
{
border-color: #3CDB9E;
}
.TagClassName
{
border-color: #3CDB9E;
}
</style>