Shades of Shamrock #3CBFAC
Tints of Shamrock #3CBFAC
RGB
CMYK
RGB Variations
Color information
#3CBFAC (or 0x3CBFAC) is known color: Shamrock. HEX triplet: 3C, BF and AC. RGB value is (60,191,172). Sum of RGB (Red+Green+Blue) = 60+191+172=423 (56% of max value = 765). Red value is 60 (23.83% from 255 or 14.18% from 423); Green value is 191 (75% from 255 or 45.15% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 191 - color contains mainly: green. Hex color #3CBFAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CBFAC is #C34053. Grayscale: #959595. Windows color (decimal): -12795988 or 11321148. OLE color: 11321148.
HSL color Cylindrical-coordinate representation of color #3CBFAC: hue angle of 171.3º 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 #3CBFAC is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 191 | 172 | - |
| CMYK | 0.69 | 0 | 0.10 | 0.25 |
| HSL | 171.3º | 0.52% | 0.49% | - |
| HSV(B) | 171.3º | 0.69% | 0.75% | - |
| XYZ | 27.94 | 41.2 | 45.51 | - |
| YUV | 149.67 | 140.6 | 64.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 191 | 172 | 0.69 | 0 | 0.10 | 0.25 | 171.3 | 0.52 | 0.49 |
| Hex | 3C | BF | AC | 45 | 0 | A | 19 | AB | 34 | 31 |
| Octal | 74 | 277 | 254 | 105 | 0 | 12 | 31 | 253 | 64 | 61 |
| Binary | 111100 | 10111111 | 10101100 | 1000101 | 0 | 1010 | 11001 | 10101011 | 110100 | 110001 |
Color Harmonies of #3CBFAC
Complementary color
Monochromatic Colors of #3CBFAC
Black with #3CBFAC
Text Example
Text Example
White with #3CBFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBFAC; }
p { color: rgb(60,191,172); }
H1.HeaderClassName
{
color: #3CBFAC;
}
.AnyTagClassName
{
color: #3CBFAC;
}
</style>
background-color css
<style>
a { background-color: #3CBFAC; }
a { background-color: rgb(60,191,172); }
div.DivClassName
{
background-color: #3CBFAC;
}
.BgClassName
{
background-color: #3CBFAC;
}
</style>
border-color css
<style>
span { border-color: #3CBFAC; }
span { border-color: rgb(60,191,172); }
td.TdClassName
{
border-color: #3CBFAC;
}
.TagClassName
{
border-color: #3CBFAC;
}
</style>