Shades of Shamrock #3CC99C
Tints of Shamrock #3CC99C
RGB
CMYK
RGB Variations
Color information
#3CC99C (or 0x3CC99C) is known color: Shamrock. HEX triplet: 3C, C9 and 9C. RGB value is (60,201,156). Sum of RGB (Red+Green+Blue) = 60+201+156=417 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.39% from 417); Green value is 201 (78.91% from 255 or 48.20% from 417); Blue value is 156 (61.33% from 255 or 37.41% from 417); Max value from RGB is 201 - color contains mainly: green. Hex color #3CC99C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CC99C is #C33663. Grayscale: #999999. Windows color (decimal): -12793444 or 10275132. OLE color: 10275132.
HSL color Cylindrical-coordinate representation of color #3CC99C: hue angle of 160.85º 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 #3CC99C is Cyan = 0.70, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 60 | 201 | 156 | - |
| CMYK | 0.70 | 0 | 0.22 | 0.21 |
| HSL | 160.85º | 0.57% | 0.51% | - |
| HSV(B) | 160.85º | 0.7% | 0.79% | - |
| XYZ | 28.75 | 45.13 | 38.65 | - |
| YUV | 153.71 | 129.29 | 61.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 201 | 156 | 0.70 | 0 | 0.22 | 0.21 | 160.85 | 0.57 | 0.51 |
| Hex | 3C | C9 | 9C | 46 | 0 | 16 | 15 | A1 | 39 | 33 |
| Octal | 74 | 311 | 234 | 106 | 0 | 26 | 25 | 241 | 71 | 63 |
| Binary | 111100 | 11001001 | 10011100 | 1000110 | 0 | 10110 | 10101 | 10100001 | 111001 | 110011 |
Color Harmonies of #3CC99C
Complementary color
Monochromatic Colors of #3CC99C
Black with #3CC99C
Text Example
Text Example
White with #3CC99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC99C; }
p { color: rgb(60,201,156); }
H1.HeaderClassName
{
color: #3CC99C;
}
.AnyTagClassName
{
color: #3CC99C;
}
</style>
background-color css
<style>
a { background-color: #3CC99C; }
a { background-color: rgb(60,201,156); }
div.DivClassName
{
background-color: #3CC99C;
}
.BgClassName
{
background-color: #3CC99C;
}
</style>
border-color css
<style>
span { border-color: #3CC99C; }
span { border-color: rgb(60,201,156); }
td.TdClassName
{
border-color: #3CC99C;
}
.TagClassName
{
border-color: #3CC99C;
}
</style>