Shades of Shamrock #3CEBA3
Tints of Shamrock #3CEBA3
RGB
CMYK
RGB Variations
Color information
#3CEBA3 (or 0x3CEBA3) is known color: Shamrock. HEX triplet: 3C, EB and A3. RGB value is (60,235,163). Sum of RGB (Red+Green+Blue) = 60+235+163=458 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.10% from 458); Green value is 235 (92.19% from 255 or 51.31% from 458); Blue value is 163 (64.06% from 255 or 35.59% from 458); Max value from RGB is 235 - color contains mainly: green. Hex color #3CEBA3 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CEBA3 is #C3145C. Grayscale: #AEAEAE. Windows color (decimal): -12784733 or 10742588. OLE color: 10742588.
HSL color Cylindrical-coordinate representation of color #3CEBA3: hue angle of 155.31º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CEBA3 is Cyan = 0.74, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 60 | 235 | 163 | - |
| CMYK | 0.74 | 0 | 0.31 | 0.08 |
| HSL | 155.31º | 0.81% | 0.58% | - |
| HSV(B) | 155.31º | 0.74% | 0.92% | - |
| XYZ | 38.18 | 63.02 | 44.8 | - |
| YUV | 174.47 | 121.52 | 46.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 235 | 163 | 0.74 | 0 | 0.31 | 0.08 | 155.31 | 0.81 | 0.58 |
| Hex | 3C | EB | A3 | 4A | 0 | 1F | 8 | 9B | 51 | 3A |
| Octal | 74 | 353 | 243 | 112 | 0 | 37 | 10 | 233 | 121 | 72 |
| Binary | 111100 | 11101011 | 10100011 | 1001010 | 0 | 11111 | 1000 | 10011011 | 1010001 | 111010 |
Color Harmonies of #3CEBA3
Complementary color
Monochromatic Colors of #3CEBA3
Black with #3CEBA3
Text Example
Text Example
White with #3CEBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEBA3; }
p { color: rgb(60,235,163); }
H1.HeaderClassName
{
color: #3CEBA3;
}
.AnyTagClassName
{
color: #3CEBA3;
}
</style>
background-color css
<style>
a { background-color: #3CEBA3; }
a { background-color: rgb(60,235,163); }
div.DivClassName
{
background-color: #3CEBA3;
}
.BgClassName
{
background-color: #3CEBA3;
}
</style>
border-color css
<style>
span { border-color: #3CEBA3; }
span { border-color: rgb(60,235,163); }
td.TdClassName
{
border-color: #3CEBA3;
}
.TagClassName
{
border-color: #3CEBA3;
}
</style>