Shades of Shamrock #3CC3B1
Tints of Shamrock #3CC3B1
RGB
CMYK
RGB Variations
Color information
#3CC3B1 (or 0x3CC3B1) is known color: Shamrock. HEX triplet: 3C, C3 and B1. RGB value is (60,195,177). Sum of RGB (Red+Green+Blue) = 60+195+177=432 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.89% from 432); Green value is 195 (76.56% from 255 or 45.14% from 432); Blue value is 177 (69.53% from 255 or 40.97% from 432); Max value from RGB is 195 - color contains mainly: green. Hex color #3CC3B1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CC3B1 is #C33C4E. Grayscale: #989898. Windows color (decimal): -12794959 or 11649852. OLE color: 11649852.
HSL color Cylindrical-coordinate representation of color #3CC3B1: hue angle of 172º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CC3B1 is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 60 | 195 | 177 | - |
| CMYK | 0.69 | 0 | 0.09 | 0.24 |
| HSL | 172º | 0.53% | 0.5% | - |
| HSV(B) | 172º | 0.69% | 0.76% | - |
| XYZ | 29.31 | 43.17 | 48.38 | - |
| YUV | 152.58 | 141.77 | 61.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 195 | 177 | 0.69 | 0 | 0.09 | 0.24 | 172 | 0.53 | 0.5 |
| Hex | 3C | C3 | B1 | 45 | 0 | 9 | 18 | AC | 35 | 32 |
| Octal | 74 | 303 | 261 | 105 | 0 | 11 | 30 | 254 | 65 | 62 |
| Binary | 111100 | 11000011 | 10110001 | 1000101 | 0 | 1001 | 11000 | 10101100 | 110101 | 110010 |
Color Harmonies of #3CC3B1
Complementary color
Monochromatic Colors of #3CC3B1
Black with #3CC3B1
Text Example
Text Example
White with #3CC3B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC3B1; }
p { color: rgb(60,195,177); }
H1.HeaderClassName
{
color: #3CC3B1;
}
.AnyTagClassName
{
color: #3CC3B1;
}
</style>
background-color css
<style>
a { background-color: #3CC3B1; }
a { background-color: rgb(60,195,177); }
div.DivClassName
{
background-color: #3CC3B1;
}
.BgClassName
{
background-color: #3CC3B1;
}
</style>
border-color css
<style>
span { border-color: #3CC3B1; }
span { border-color: rgb(60,195,177); }
td.TdClassName
{
border-color: #3CC3B1;
}
.TagClassName
{
border-color: #3CC3B1;
}
</style>