Shades of Shamrock #3EC1AA
Tints of Shamrock #3EC1AA
RGB
CMYK
RGB Variations
Color information
#3EC1AA (or 0x3EC1AA) is known color: Shamrock. HEX triplet: 3E, C1 and AA. RGB value is (62,193,170). Sum of RGB (Red+Green+Blue) = 62+193+170=425 (56% of max value = 765). Red value is 62 (24.61% from 255 or 14.59% from 425); Green value is 193 (75.78% from 255 or 45.41% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 193 - color contains mainly: green. Hex color #3EC1AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3EC1AA is #C13E55. Grayscale: #979797. Windows color (decimal): -12664406 or 11190590. OLE color: 11190590.
HSL color Cylindrical-coordinate representation of color #3EC1AA: hue angle of 169.47º degrees, saturation: 0.51, 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 #3EC1AA is Cyan = 0.68, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 62 | 193 | 170 | - |
| CMYK | 0.68 | 0 | 0.12 | 0.24 |
| HSL | 169.47º | 0.51% | 0.5% | - |
| HSV(B) | 169.47º | 0.68% | 0.76% | - |
| XYZ | 28.31 | 42.07 | 44.66 | - |
| YUV | 151.21 | 138.6 | 64.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 193 | 170 | 0.68 | 0 | 0.12 | 0.24 | 169.47 | 0.51 | 0.5 |
| Hex | 3E | C1 | AA | 44 | 0 | C | 18 | A9 | 33 | 32 |
| Octal | 76 | 301 | 252 | 104 | 0 | 14 | 30 | 251 | 63 | 62 |
| Binary | 111110 | 11000001 | 10101010 | 1000100 | 0 | 1100 | 11000 | 10101001 | 110011 | 110010 |
Color Harmonies of #3EC1AA
Complementary color
Monochromatic Colors of #3EC1AA
Black with #3EC1AA
Text Example
Text Example
White with #3EC1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EC1AA; }
p { color: rgb(62,193,170); }
H1.HeaderClassName
{
color: #3EC1AA;
}
.AnyTagClassName
{
color: #3EC1AA;
}
</style>
background-color css
<style>
a { background-color: #3EC1AA; }
a { background-color: rgb(62,193,170); }
div.DivClassName
{
background-color: #3EC1AA;
}
.BgClassName
{
background-color: #3EC1AA;
}
</style>
border-color css
<style>
span { border-color: #3EC1AA; }
span { border-color: rgb(62,193,170); }
td.TdClassName
{
border-color: #3EC1AA;
}
.TagClassName
{
border-color: #3EC1AA;
}
</style>