Shades of Shamrock #3EC3AC
Tints of Shamrock #3EC3AC
RGB
CMYK
RGB Variations
Color information
#3EC3AC (or 0x3EC3AC) is known color: Shamrock. HEX triplet: 3E, C3 and AC. RGB value is (62,195,172). Sum of RGB (Red+Green+Blue) = 62+195+172=429 (56% of max value = 765). Red value is 62 (24.61% from 255 or 14.45% from 429); Green value is 195 (76.56% from 255 or 45.45% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 195 - color contains mainly: green. Hex color #3EC3AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3EC3AC is #C13C53. Grayscale: #989898. Windows color (decimal): -12663892 or 11322174. OLE color: 11322174.
HSL color Cylindrical-coordinate representation of color #3EC3AC: hue angle of 169.62º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3EC3AC is Cyan = 0.68, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 62 | 195 | 172 | - |
| CMYK | 0.68 | 0 | 0.12 | 0.24 |
| HSL | 169.62º | 0.53% | 0.5% | - |
| HSV(B) | 169.62º | 0.68% | 0.76% | - |
| XYZ | 28.95 | 43.03 | 45.81 | - |
| YUV | 152.61 | 138.94 | 63.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 195 | 172 | 0.68 | 0 | 0.12 | 0.24 | 169.62 | 0.53 | 0.5 |
| Hex | 3E | C3 | AC | 44 | 0 | C | 18 | AA | 35 | 32 |
| Octal | 76 | 303 | 254 | 104 | 0 | 14 | 30 | 252 | 65 | 62 |
| Binary | 111110 | 11000011 | 10101100 | 1000100 | 0 | 1100 | 11000 | 10101010 | 110101 | 110010 |
Color Harmonies of #3EC3AC
Complementary color
Monochromatic Colors of #3EC3AC
Black with #3EC3AC
Text Example
Text Example
White with #3EC3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EC3AC; }
p { color: rgb(62,195,172); }
H1.HeaderClassName
{
color: #3EC3AC;
}
.AnyTagClassName
{
color: #3EC3AC;
}
</style>
background-color css
<style>
a { background-color: #3EC3AC; }
a { background-color: rgb(62,195,172); }
div.DivClassName
{
background-color: #3EC3AC;
}
.BgClassName
{
background-color: #3EC3AC;
}
</style>
border-color css
<style>
span { border-color: #3EC3AC; }
span { border-color: rgb(62,195,172); }
td.TdClassName
{
border-color: #3EC3AC;
}
.TagClassName
{
border-color: #3EC3AC;
}
</style>