Shades of Shamrock #3CE5AC
Tints of Shamrock #3CE5AC
RGB
CMYK
RGB Variations
Color information
#3CE5AC (or 0x3CE5AC) is known color: Shamrock. HEX triplet: 3C, E5 and AC. RGB value is (60,229,172). Sum of RGB (Red+Green+Blue) = 60+229+172=461 (61% of max value = 765). Red value is 60 (23.83% from 255 or 13.02% from 461); Green value is 229 (89.84% from 255 or 49.67% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 229 - color contains mainly: green. Hex color #3CE5AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CE5AC is #C31A53. Grayscale: #ACACAC. Windows color (decimal): -12786260 or 11330876. OLE color: 11330876.
HSL color Cylindrical-coordinate representation of color #3CE5AC: hue angle of 159.76º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CE5AC is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 60 | 229 | 172 | - |
| CMYK | 0.74 | 0 | 0.25 | 0.10 |
| HSL | 159.76º | 0.76% | 0.57% | - |
| HSV(B) | 159.76º | 0.74% | 0.9% | - |
| XYZ | 37.33 | 59.98 | 48.64 | - |
| YUV | 171.97 | 128.01 | 48.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 229 | 172 | 0.74 | 0 | 0.25 | 0.10 | 159.76 | 0.76 | 0.57 |
| Hex | 3C | E5 | AC | 4A | 0 | 19 | A | A0 | 4C | 39 |
| Octal | 74 | 345 | 254 | 112 | 0 | 31 | 12 | 240 | 114 | 71 |
| Binary | 111100 | 11100101 | 10101100 | 1001010 | 0 | 11001 | 1010 | 10100000 | 1001100 | 111001 |
Color Harmonies of #3CE5AC
Complementary color
Monochromatic Colors of #3CE5AC
Black with #3CE5AC
Text Example
Text Example
White with #3CE5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE5AC; }
p { color: rgb(60,229,172); }
H1.HeaderClassName
{
color: #3CE5AC;
}
.AnyTagClassName
{
color: #3CE5AC;
}
</style>
background-color css
<style>
a { background-color: #3CE5AC; }
a { background-color: rgb(60,229,172); }
div.DivClassName
{
background-color: #3CE5AC;
}
.BgClassName
{
background-color: #3CE5AC;
}
</style>
border-color css
<style>
span { border-color: #3CE5AC; }
span { border-color: rgb(60,229,172); }
td.TdClassName
{
border-color: #3CE5AC;
}
.TagClassName
{
border-color: #3CE5AC;
}
</style>