Shades of Shamrock #3CC99B
Tints of Shamrock #3CC99B
RGB
CMYK
RGB Variations
Color information
#3CC99B (or 0x3CC99B) is known color: Shamrock. HEX triplet: 3C, C9 and 9B. RGB value is (60,201,155). Sum of RGB (Red+Green+Blue) = 60+201+155=416 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.42% from 416); Green value is 201 (78.91% from 255 or 48.32% from 416); Blue value is 155 (60.94% from 255 or 37.26% from 416); Max value from RGB is 201 - color contains mainly: green. Hex color #3CC99B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CC99B is #C33664. Grayscale: #999999. Windows color (decimal): -12793445 or 10209596. OLE color: 10209596.
HSL color Cylindrical-coordinate representation of color #3CC99B: hue angle of 160.43º 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 #3CC99B is Cyan = 0.70, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 60 | 201 | 155 | - |
| CMYK | 0.70 | 0 | 0.23 | 0.21 |
| HSL | 160.43º | 0.57% | 0.51% | - |
| HSV(B) | 160.43º | 0.7% | 0.79% | - |
| XYZ | 28.67 | 45.1 | 38.2 | - |
| YUV | 153.6 | 128.79 | 61.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 201 | 155 | 0.70 | 0 | 0.23 | 0.21 | 160.43 | 0.57 | 0.51 |
| Hex | 3C | C9 | 9B | 46 | 0 | 17 | 15 | A0 | 39 | 33 |
| Octal | 74 | 311 | 233 | 106 | 0 | 27 | 25 | 240 | 71 | 63 |
| Binary | 111100 | 11001001 | 10011011 | 1000110 | 0 | 10111 | 10101 | 10100000 | 111001 | 110011 |
Color Harmonies of #3CC99B
Complementary color
Monochromatic Colors of #3CC99B
Black with #3CC99B
Text Example
Text Example
White with #3CC99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC99B; }
p { color: rgb(60,201,155); }
H1.HeaderClassName
{
color: #3CC99B;
}
.AnyTagClassName
{
color: #3CC99B;
}
</style>
background-color css
<style>
a { background-color: #3CC99B; }
a { background-color: rgb(60,201,155); }
div.DivClassName
{
background-color: #3CC99B;
}
.BgClassName
{
background-color: #3CC99B;
}
</style>
border-color css
<style>
span { border-color: #3CC99B; }
span { border-color: rgb(60,201,155); }
td.TdClassName
{
border-color: #3CC99B;
}
.TagClassName
{
border-color: #3CC99B;
}
</style>