Shades of Shamrock #3CBEA6
Tints of Shamrock #3CBEA6
RGB
CMYK
RGB Variations
Color information
#3CBEA6 (or 0x3CBEA6) is known color: Shamrock. HEX triplet: 3C, BE and A6. RGB value is (60,190,166). Sum of RGB (Red+Green+Blue) = 60+190+166=416 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.42% from 416); Green value is 190 (74.61% from 255 or 45.67% from 416); Blue value is 166 (65.23% from 255 or 39.90% from 416); Max value from RGB is 190 - color contains mainly: green. Hex color #3CBEA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CBEA6 is #C34159. Grayscale: #949494. Windows color (decimal): -12796250 or 10927676. OLE color: 10927676.
HSL color Cylindrical-coordinate representation of color #3CBEA6: hue angle of 168.92º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CBEA6 is Cyan = 0.68, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 190 | 166 | - |
| CMYK | 0.68 | 0 | 0.13 | 0.25 |
| HSL | 168.92º | 0.52% | 0.49% | - |
| HSV(B) | 168.92º | 0.68% | 0.75% | - |
| XYZ | 27.16 | 40.54 | 42.47 | - |
| YUV | 148.39 | 137.93 | 64.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 190 | 166 | 0.68 | 0 | 0.13 | 0.25 | 168.92 | 0.52 | 0.49 |
| Hex | 3C | BE | A6 | 44 | 0 | D | 19 | A9 | 34 | 31 |
| Octal | 74 | 276 | 246 | 104 | 0 | 15 | 31 | 251 | 64 | 61 |
| Binary | 111100 | 10111110 | 10100110 | 1000100 | 0 | 1101 | 11001 | 10101001 | 110100 | 110001 |
Color Harmonies of #3CBEA6
Complementary color
Monochromatic Colors of #3CBEA6
Black with #3CBEA6
Text Example
Text Example
White with #3CBEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBEA6; }
p { color: rgb(60,190,166); }
H1.HeaderClassName
{
color: #3CBEA6;
}
.AnyTagClassName
{
color: #3CBEA6;
}
</style>
background-color css
<style>
a { background-color: #3CBEA6; }
a { background-color: rgb(60,190,166); }
div.DivClassName
{
background-color: #3CBEA6;
}
.BgClassName
{
background-color: #3CBEA6;
}
</style>
border-color css
<style>
span { border-color: #3CBEA6; }
span { border-color: rgb(60,190,166); }
td.TdClassName
{
border-color: #3CBEA6;
}
.TagClassName
{
border-color: #3CBEA6;
}
</style>