Shades of Shamrock #3CC997
Tints of Shamrock #3CC997
RGB
CMYK
RGB Variations
Color information
#3CC997 (or 0x3CC997) is known color: Shamrock. HEX triplet: 3C, C9 and 97. RGB value is (60,201,151). Sum of RGB (Red+Green+Blue) = 60+201+151=412 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.56% from 412); Green value is 201 (78.91% from 255 or 48.79% from 412); Blue value is 151 (59.38% from 255 or 36.65% from 412); Max value from RGB is 201 - color contains mainly: green. Hex color #3CC997 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CC997 is #C33668. Grayscale: #999999. Windows color (decimal): -12793449 or 9947452. OLE color: 9947452.
HSL color Cylindrical-coordinate representation of color #3CC997: hue angle of 158.72º 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 #3CC997 is Cyan = 0.70, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 60 | 201 | 151 | - |
| CMYK | 0.70 | 0 | 0.25 | 0.21 |
| HSL | 158.72º | 0.57% | 0.51% | - |
| HSV(B) | 158.72º | 0.7% | 0.79% | - |
| XYZ | 28.34 | 44.97 | 36.46 | - |
| YUV | 153.14 | 126.79 | 61.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 201 | 151 | 0.70 | 0 | 0.25 | 0.21 | 158.72 | 0.57 | 0.51 |
| Hex | 3C | C9 | 97 | 46 | 0 | 19 | 15 | 9F | 39 | 33 |
| Octal | 74 | 311 | 227 | 106 | 0 | 31 | 25 | 237 | 71 | 63 |
| Binary | 111100 | 11001001 | 10010111 | 1000110 | 0 | 11001 | 10101 | 10011111 | 111001 | 110011 |
Color Harmonies of #3CC997
Complementary color
Monochromatic Colors of #3CC997
Black with #3CC997
Text Example
Text Example
White with #3CC997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC997; }
p { color: rgb(60,201,151); }
H1.HeaderClassName
{
color: #3CC997;
}
.AnyTagClassName
{
color: #3CC997;
}
</style>
background-color css
<style>
a { background-color: #3CC997; }
a { background-color: rgb(60,201,151); }
div.DivClassName
{
background-color: #3CC997;
}
.BgClassName
{
background-color: #3CC997;
}
</style>
border-color css
<style>
span { border-color: #3CC997; }
span { border-color: rgb(60,201,151); }
td.TdClassName
{
border-color: #3CC997;
}
.TagClassName
{
border-color: #3CC997;
}
</style>