Shades of Shamrock #3CCB93
Tints of Shamrock #3CCB93
RGB
CMYK
RGB Variations
Color information
#3CCB93 (or 0x3CCB93) is known color: Shamrock. HEX triplet: 3C, CB and 93. RGB value is (60,203,147). Sum of RGB (Red+Green+Blue) = 60+203+147=410 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.63% from 410); Green value is 203 (79.69% from 255 or 49.51% from 410); Blue value is 147 (57.81% from 255 or 35.85% from 410); Max value from RGB is 203 - color contains mainly: green. Hex color #3CCB93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CCB93 is #C3346C. Grayscale: #999999. Windows color (decimal): -12792941 or 9685820. OLE color: 9685820.
HSL color Cylindrical-coordinate representation of color #3CCB93: hue angle of 156.5º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CCB93 is Cyan = 0.70, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 60 | 203 | 147 | - |
| CMYK | 0.70 | 0 | 0.28 | 0.20 |
| HSL | 156.5º | 0.58% | 0.52% | - |
| HSV(B) | 156.5º | 0.7% | 0.8% | - |
| XYZ | 28.49 | 45.78 | 34.94 | - |
| YUV | 153.86 | 124.12 | 61.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 203 | 147 | 0.70 | 0 | 0.28 | 0.20 | 156.5 | 0.58 | 0.52 |
| Hex | 3C | CB | 93 | 46 | 0 | 1C | 14 | 9D | 3A | 34 |
| Octal | 74 | 313 | 223 | 106 | 0 | 34 | 24 | 235 | 72 | 64 |
| Binary | 111100 | 11001011 | 10010011 | 1000110 | 0 | 11100 | 10100 | 10011101 | 111010 | 110100 |
Color Harmonies of #3CCB93
Complementary color
Monochromatic Colors of #3CCB93
Black with #3CCB93
Text Example
Text Example
White with #3CCB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCB93; }
p { color: rgb(60,203,147); }
H1.HeaderClassName
{
color: #3CCB93;
}
.AnyTagClassName
{
color: #3CCB93;
}
</style>
background-color css
<style>
a { background-color: #3CCB93; }
a { background-color: rgb(60,203,147); }
div.DivClassName
{
background-color: #3CCB93;
}
.BgClassName
{
background-color: #3CCB93;
}
</style>
border-color css
<style>
span { border-color: #3CCB93; }
span { border-color: rgb(60,203,147); }
td.TdClassName
{
border-color: #3CCB93;
}
.TagClassName
{
border-color: #3CCB93;
}
</style>