Shades of Shamrock #3CECAB
Tints of Shamrock #3CECAB
RGB
CMYK
RGB Variations
Color information
#3CECAB (or 0x3CECAB) is known color: Shamrock. HEX triplet: 3C, EC and AB. RGB value is (60,236,171). Sum of RGB (Red+Green+Blue) = 60+236+171=467 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.85% from 467); Green value is 236 (92.58% from 255 or 50.54% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 236 - color contains mainly: green. Hex color #3CECAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CECAB is #C31354. Grayscale: #B0B0B0. Windows color (decimal): -12784469 or 11267132. OLE color: 11267132.
HSL color Cylindrical-coordinate representation of color #3CECAB: hue angle of 157.84º 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 #3CECAB is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 236 | 171 | - |
| CMYK | 0.75 | 0 | 0.28 | 0.07 |
| HSL | 157.84º | 0.82% | 0.58% | - |
| HSV(B) | 157.84º | 0.75% | 0.93% | - |
| XYZ | 39.21 | 63.89 | 48.79 | - |
| YUV | 175.97 | 125.19 | 45.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 236 | 171 | 0.75 | 0 | 0.28 | 0.07 | 157.84 | 0.82 | 0.58 |
| Hex | 3C | EC | AB | 4B | 0 | 1C | 7 | 9E | 52 | 3A |
| Octal | 74 | 354 | 253 | 113 | 0 | 34 | 7 | 236 | 122 | 72 |
| Binary | 111100 | 11101100 | 10101011 | 1001011 | 0 | 11100 | 111 | 10011110 | 1010010 | 111010 |
Color Harmonies of #3CECAB
Complementary color
Monochromatic Colors of #3CECAB
Black with #3CECAB
Text Example
Text Example
White with #3CECAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CECAB; }
p { color: rgb(60,236,171); }
H1.HeaderClassName
{
color: #3CECAB;
}
.AnyTagClassName
{
color: #3CECAB;
}
</style>
background-color css
<style>
a { background-color: #3CECAB; }
a { background-color: rgb(60,236,171); }
div.DivClassName
{
background-color: #3CECAB;
}
.BgClassName
{
background-color: #3CECAB;
}
</style>
border-color css
<style>
span { border-color: #3CECAB; }
span { border-color: rgb(60,236,171); }
td.TdClassName
{
border-color: #3CECAB;
}
.TagClassName
{
border-color: #3CECAB;
}
</style>