Shades of Shamrock #3CCCAB
Tints of Shamrock #3CCCAB
RGB
CMYK
RGB Variations
Color information
#3CCCAB (or 0x3CCCAB) is known color: Shamrock. HEX triplet: 3C, CC and AB. RGB value is (60,204,171). Sum of RGB (Red+Green+Blue) = 60+204+171=435 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.79% from 435); Green value is 204 (80.08% from 255 or 46.90% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 204 - color contains mainly: green. Hex color #3CCCAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CCCAB is #C33354. Grayscale: #9D9D9D. Windows color (decimal): -12792661 or 11258940. OLE color: 11258940.
HSL color Cylindrical-coordinate representation of color #3CCCAB: hue angle of 166.25º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CCCAB is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 60 | 204 | 171 | - |
| CMYK | 0.71 | 0 | 0.16 | 0.2 |
| HSL | 166.25º | 0.59% | 0.52% | - |
| HSV(B) | 166.25º | 0.71% | 0.8% | - |
| XYZ | 30.81 | 47.09 | 45.99 | - |
| YUV | 157.18 | 135.79 | 58.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 204 | 171 | 0.71 | 0 | 0.16 | 0.2 | 166.25 | 0.59 | 0.52 |
| Hex | 3C | CC | AB | 47 | 0 | 10 | 14 | A6 | 3B | 34 |
| Octal | 74 | 314 | 253 | 107 | 0 | 20 | 24 | 246 | 73 | 64 |
| Binary | 111100 | 11001100 | 10101011 | 1000111 | 0 | 10000 | 10100 | 10100110 | 111011 | 110100 |
Color Harmonies of #3CCCAB
Complementary color
Monochromatic Colors of #3CCCAB
Black with #3CCCAB
Text Example
Text Example
White with #3CCCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCCAB; }
p { color: rgb(60,204,171); }
H1.HeaderClassName
{
color: #3CCCAB;
}
.AnyTagClassName
{
color: #3CCCAB;
}
</style>
background-color css
<style>
a { background-color: #3CCCAB; }
a { background-color: rgb(60,204,171); }
div.DivClassName
{
background-color: #3CCCAB;
}
.BgClassName
{
background-color: #3CCCAB;
}
</style>
border-color css
<style>
span { border-color: #3CCCAB; }
span { border-color: rgb(60,204,171); }
td.TdClassName
{
border-color: #3CCCAB;
}
.TagClassName
{
border-color: #3CCCAB;
}
</style>