Shades of Shamrock #3CC2AA
Tints of Shamrock #3CC2AA
RGB
CMYK
RGB Variations
Color information
#3CC2AA (or 0x3CC2AA) is known color: Shamrock. HEX triplet: 3C, C2 and AA. RGB value is (60,194,170). Sum of RGB (Red+Green+Blue) = 60+194+170=424 (56% of max value = 765). Red value is 60 (23.83% from 255 or 14.15% from 424); Green value is 194 (76.17% from 255 or 45.75% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 194 - color contains mainly: green. Hex color #3CC2AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CC2AA is #C33D55. Grayscale: #979797. Windows color (decimal): -12795222 or 11190844. OLE color: 11190844.
HSL color Cylindrical-coordinate representation of color #3CC2AA: hue angle of 169.25º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CC2AA is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 60 | 194 | 170 | - |
| CMYK | 0.69 | 0 | 0.12 | 0.24 |
| HSL | 169.25º | 0.53% | 0.5% | - |
| HSV(B) | 169.25º | 0.69% | 0.76% | - |
| XYZ | 28.41 | 42.45 | 44.73 | - |
| YUV | 151.2 | 138.61 | 62.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 194 | 170 | 0.69 | 0 | 0.12 | 0.24 | 169.25 | 0.53 | 0.5 |
| Hex | 3C | C2 | AA | 45 | 0 | C | 18 | A9 | 35 | 32 |
| Octal | 74 | 302 | 252 | 105 | 0 | 14 | 30 | 251 | 65 | 62 |
| Binary | 111100 | 11000010 | 10101010 | 1000101 | 0 | 1100 | 11000 | 10101001 | 110101 | 110010 |
Color Harmonies of #3CC2AA
Complementary color
Monochromatic Colors of #3CC2AA
Black with #3CC2AA
Text Example
Text Example
White with #3CC2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC2AA; }
p { color: rgb(60,194,170); }
H1.HeaderClassName
{
color: #3CC2AA;
}
.AnyTagClassName
{
color: #3CC2AA;
}
</style>
background-color css
<style>
a { background-color: #3CC2AA; }
a { background-color: rgb(60,194,170); }
div.DivClassName
{
background-color: #3CC2AA;
}
.BgClassName
{
background-color: #3CC2AA;
}
</style>
border-color css
<style>
span { border-color: #3CC2AA; }
span { border-color: rgb(60,194,170); }
td.TdClassName
{
border-color: #3CC2AA;
}
.TagClassName
{
border-color: #3CC2AA;
}
</style>