Shades of Shamrock #3CEC88
Tints of Shamrock #3CEC88
RGB
CMYK
RGB Variations
Color information
#3CEC88 (or 0x3CEC88) is known color: Shamrock. HEX triplet: 3C, EC and 88. RGB value is (60,236,136). Sum of RGB (Red+Green+Blue) = 60+236+136=432 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.89% from 432); Green value is 236 (92.58% from 255 or 54.63% from 432); Blue value is 136 (53.52% from 255 or 31.48% from 432); Max value from RGB is 236 - color contains mainly: green. Hex color #3CEC88 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CEC88 is #C31377. Grayscale: #ACACAC. Windows color (decimal): -12784504 or 8973372. OLE color: 8973372.
HSL color Cylindrical-coordinate representation of color #3CEC88: hue angle of 145.91º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CEC88 is Cyan = 0.75, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 236 | 136 | - |
| CMYK | 0.75 | 0 | 0.42 | 0.07 |
| HSL | 145.91º | 0.82% | 0.58% | - |
| HSV(B) | 145.91º | 0.75% | 0.93% | - |
| XYZ | 36.3 | 62.73 | 33.49 | - |
| YUV | 171.98 | 107.69 | 48.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 236 | 136 | 0.75 | 0 | 0.42 | 0.07 | 145.91 | 0.82 | 0.58 |
| Hex | 3C | EC | 88 | 4B | 0 | 2A | 7 | 92 | 52 | 3A |
| Octal | 74 | 354 | 210 | 113 | 0 | 52 | 7 | 222 | 122 | 72 |
| Binary | 111100 | 11101100 | 10001000 | 1001011 | 0 | 101010 | 111 | 10010010 | 1010010 | 111010 |
Color Harmonies of #3CEC88
Complementary color
Monochromatic Colors of #3CEC88
Black with #3CEC88
Text Example
Text Example
White with #3CEC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEC88; }
p { color: rgb(60,236,136); }
H1.HeaderClassName
{
color: #3CEC88;
}
.AnyTagClassName
{
color: #3CEC88;
}
</style>
background-color css
<style>
a { background-color: #3CEC88; }
a { background-color: rgb(60,236,136); }
div.DivClassName
{
background-color: #3CEC88;
}
.BgClassName
{
background-color: #3CEC88;
}
</style>
border-color css
<style>
span { border-color: #3CEC88; }
span { border-color: rgb(60,236,136); }
td.TdClassName
{
border-color: #3CEC88;
}
.TagClassName
{
border-color: #3CEC88;
}
</style>