Shades of Shamrock #3CC0A3
Tints of Shamrock #3CC0A3
RGB
CMYK
RGB Variations
Color information
#3CC0A3 (or 0x3CC0A3) is known color: Shamrock. HEX triplet: 3C, C0 and A3. RGB value is (60,192,163). Sum of RGB (Red+Green+Blue) = 60+192+163=415 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.46% from 415); Green value is 192 (75.39% from 255 or 46.27% from 415); Blue value is 163 (64.06% from 255 or 39.28% from 415); Max value from RGB is 192 - color contains mainly: green. Hex color #3CC0A3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CC0A3 is #C33F5C. Grayscale: #959595. Windows color (decimal): -12795741 or 10731580. OLE color: 10731580.
HSL color Cylindrical-coordinate representation of color #3CC0A3: hue angle of 166.82º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CC0A3 is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 192 | 163 | - |
| CMYK | 0.69 | 0 | 0.15 | 0.25 |
| HSL | 166.82º | 0.52% | 0.49% | - |
| HSV(B) | 166.82º | 0.69% | 0.75% | - |
| XYZ | 27.32 | 41.3 | 41.18 | - |
| YUV | 149.23 | 135.77 | 64.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 192 | 163 | 0.69 | 0 | 0.15 | 0.25 | 166.82 | 0.52 | 0.49 |
| Hex | 3C | C0 | A3 | 45 | 0 | F | 19 | A7 | 34 | 31 |
| Octal | 74 | 300 | 243 | 105 | 0 | 17 | 31 | 247 | 64 | 61 |
| Binary | 111100 | 11000000 | 10100011 | 1000101 | 0 | 1111 | 11001 | 10100111 | 110100 | 110001 |
Color Harmonies of #3CC0A3
Complementary color
Monochromatic Colors of #3CC0A3
Black with #3CC0A3
Text Example
Text Example
White with #3CC0A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC0A3; }
p { color: rgb(60,192,163); }
H1.HeaderClassName
{
color: #3CC0A3;
}
.AnyTagClassName
{
color: #3CC0A3;
}
</style>
background-color css
<style>
a { background-color: #3CC0A3; }
a { background-color: rgb(60,192,163); }
div.DivClassName
{
background-color: #3CC0A3;
}
.BgClassName
{
background-color: #3CC0A3;
}
</style>
border-color css
<style>
span { border-color: #3CC0A3; }
span { border-color: rgb(60,192,163); }
td.TdClassName
{
border-color: #3CC0A3;
}
.TagClassName
{
border-color: #3CC0A3;
}
</style>