Shades of Shamrock #3CC08B
Tints of Shamrock #3CC08B
RGB
CMYK
RGB Variations
Color information
#3CC08B (or 0x3CC08B) is known color: Shamrock. HEX triplet: 3C, C0 and 8B. RGB value is (60,192,139). Sum of RGB (Red+Green+Blue) = 60+192+139=391 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.35% from 391); Green value is 192 (75.39% from 255 or 49.10% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 192 - color contains mainly: green. Hex color #3CC08B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CC08B is #C33F74. Grayscale: #929292. Windows color (decimal): -12795765 or 9158716. OLE color: 9158716.
HSL color Cylindrical-coordinate representation of color #3CC08B: hue angle of 155.91º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CC08B is Cyan = 0.69, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 192 | 139 | - |
| CMYK | 0.69 | 0 | 0.28 | 0.25 |
| HSL | 155.91º | 0.52% | 0.49% | - |
| HSV(B) | 155.91º | 0.69% | 0.75% | - |
| XYZ | 25.37 | 40.52 | 30.91 | - |
| YUV | 146.49 | 123.77 | 66.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 192 | 139 | 0.69 | 0 | 0.28 | 0.25 | 155.91 | 0.52 | 0.49 |
| Hex | 3C | C0 | 8B | 45 | 0 | 1C | 19 | 9C | 34 | 31 |
| Octal | 74 | 300 | 213 | 105 | 0 | 34 | 31 | 234 | 64 | 61 |
| Binary | 111100 | 11000000 | 10001011 | 1000101 | 0 | 11100 | 11001 | 10011100 | 110100 | 110001 |
Color Harmonies of #3CC08B
Complementary color
Monochromatic Colors of #3CC08B
Black with #3CC08B
Text Example
Text Example
White with #3CC08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC08B; }
p { color: rgb(60,192,139); }
H1.HeaderClassName
{
color: #3CC08B;
}
.AnyTagClassName
{
color: #3CC08B;
}
</style>
background-color css
<style>
a { background-color: #3CC08B; }
a { background-color: rgb(60,192,139); }
div.DivClassName
{
background-color: #3CC08B;
}
.BgClassName
{
background-color: #3CC08B;
}
</style>
border-color css
<style>
span { border-color: #3CC08B; }
span { border-color: rgb(60,192,139); }
td.TdClassName
{
border-color: #3CC08B;
}
.TagClassName
{
border-color: #3CC08B;
}
</style>