Shades of Shamrock #3CCAA4
Tints of Shamrock #3CCAA4
RGB
CMYK
RGB Variations
Color information
#3CCAA4 (or 0x3CCAA4) is known color: Shamrock. HEX triplet: 3C, CA and A4. RGB value is (60,202,164). Sum of RGB (Red+Green+Blue) = 60+202+164=426 (56% of max value = 765). Red value is 60 (23.83% from 255 or 14.08% from 426); Green value is 202 (79.30% from 255 or 47.42% from 426); Blue value is 164 (64.45% from 255 or 38.50% from 426); Max value from RGB is 202 - color contains mainly: green. Hex color #3CCAA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CCAA4 is #C3355B. Grayscale: #9B9B9B. Windows color (decimal): -12793180 or 10799676. OLE color: 10799676.
HSL color Cylindrical-coordinate representation of color #3CCAA4: hue angle of 163.94º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CCAA4 is Cyan = 0.70, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 60 | 202 | 164 | - |
| CMYK | 0.70 | 0 | 0.19 | 0.21 |
| HSL | 163.94º | 0.57% | 0.51% | - |
| HSV(B) | 163.94º | 0.7% | 0.79% | - |
| XYZ | 29.68 | 45.88 | 42.41 | - |
| YUV | 155.21 | 132.96 | 60.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 202 | 164 | 0.70 | 0 | 0.19 | 0.21 | 163.94 | 0.57 | 0.51 |
| Hex | 3C | CA | A4 | 46 | 0 | 13 | 15 | A4 | 39 | 33 |
| Octal | 74 | 312 | 244 | 106 | 0 | 23 | 25 | 244 | 71 | 63 |
| Binary | 111100 | 11001010 | 10100100 | 1000110 | 0 | 10011 | 10101 | 10100100 | 111001 | 110011 |
Color Harmonies of #3CCAA4
Complementary color
Monochromatic Colors of #3CCAA4
Black with #3CCAA4
Text Example
Text Example
White with #3CCAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCAA4; }
p { color: rgb(60,202,164); }
H1.HeaderClassName
{
color: #3CCAA4;
}
.AnyTagClassName
{
color: #3CCAA4;
}
</style>
background-color css
<style>
a { background-color: #3CCAA4; }
a { background-color: rgb(60,202,164); }
div.DivClassName
{
background-color: #3CCAA4;
}
.BgClassName
{
background-color: #3CCAA4;
}
</style>
border-color css
<style>
span { border-color: #3CCAA4; }
span { border-color: rgb(60,202,164); }
td.TdClassName
{
border-color: #3CCAA4;
}
.TagClassName
{
border-color: #3CCAA4;
}
</style>