Shades of Shamrock #3CBAA5
Tints of Shamrock #3CBAA5
RGB
CMYK
RGB Variations
Color information
#3CBAA5 (or 0x3CBAA5) is known color: Shamrock. HEX triplet: 3C, BA and A5. RGB value is (60,186,165). Sum of RGB (Red+Green+Blue) = 60+186+165=411 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.60% from 411); Green value is 186 (73.05% from 255 or 45.26% from 411); Blue value is 165 (64.84% from 255 or 40.15% from 411); Max value from RGB is 186 - color contains mainly: green. Hex color #3CBAA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CBAA5 is #C3455A. Grayscale: #919191. Windows color (decimal): -12797275 or 10861116. OLE color: 10861116.
HSL color Cylindrical-coordinate representation of color #3CBAA5: hue angle of 170º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CBAA5 is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 60 | 186 | 165 | - |
| CMYK | 0.68 | 0 | 0.11 | 0.27 |
| HSL | 170º | 0.51% | 0.48% | - |
| HSV(B) | 170º | 0.68% | 0.73% | - |
| XYZ | 26.21 | 38.8 | 41.7 | - |
| YUV | 145.93 | 138.76 | 66.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 186 | 165 | 0.68 | 0 | 0.11 | 0.27 | 170 | 0.51 | 0.48 |
| Hex | 3C | BA | A5 | 44 | 0 | B | 1B | AA | 33 | 30 |
| Octal | 74 | 272 | 245 | 104 | 0 | 13 | 33 | 252 | 63 | 60 |
| Binary | 111100 | 10111010 | 10100101 | 1000100 | 0 | 1011 | 11011 | 10101010 | 110011 | 110000 |
Color Harmonies of #3CBAA5
Complementary color
Monochromatic Colors of #3CBAA5
Black with #3CBAA5
Text Example
Text Example
White with #3CBAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBAA5; }
p { color: rgb(60,186,165); }
H1.HeaderClassName
{
color: #3CBAA5;
}
.AnyTagClassName
{
color: #3CBAA5;
}
</style>
background-color css
<style>
a { background-color: #3CBAA5; }
a { background-color: rgb(60,186,165); }
div.DivClassName
{
background-color: #3CBAA5;
}
.BgClassName
{
background-color: #3CBAA5;
}
</style>
border-color css
<style>
span { border-color: #3CBAA5; }
span { border-color: rgb(60,186,165); }
td.TdClassName
{
border-color: #3CBAA5;
}
.TagClassName
{
border-color: #3CBAA5;
}
</style>