Shades of Shamrock #3CBA8F
Tints of Shamrock #3CBA8F
RGB
CMYK
RGB Variations
Color information
#3CBA8F (or 0x3CBA8F) is known color: Shamrock. HEX triplet: 3C, BA and 8F. RGB value is (60,186,143). Sum of RGB (Red+Green+Blue) = 60+186+143=389 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.42% from 389); Green value is 186 (73.05% from 255 or 47.81% from 389); Blue value is 143 (56.25% from 255 or 36.76% from 389); Max value from RGB is 186 - color contains mainly: green. Hex color #3CBA8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CBA8F is #C34570. Grayscale: #8F8F8F. Windows color (decimal): -12797297 or 9419324. OLE color: 9419324.
HSL color Cylindrical-coordinate representation of color #3CBA8F: hue angle of 159.52º 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 #3CBA8F is Cyan = 0.68, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 60 | 186 | 143 | - |
| CMYK | 0.68 | 0 | 0.23 | 0.27 |
| HSL | 159.52º | 0.51% | 0.48% | - |
| HSV(B) | 159.52º | 0.68% | 0.73% | - |
| XYZ | 24.38 | 38.06 | 32.05 | - |
| YUV | 143.42 | 127.76 | 68.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 186 | 143 | 0.68 | 0 | 0.23 | 0.27 | 159.52 | 0.51 | 0.48 |
| Hex | 3C | BA | 8F | 44 | 0 | 17 | 1B | A0 | 33 | 30 |
| Octal | 74 | 272 | 217 | 104 | 0 | 27 | 33 | 240 | 63 | 60 |
| Binary | 111100 | 10111010 | 10001111 | 1000100 | 0 | 10111 | 11011 | 10100000 | 110011 | 110000 |
Color Harmonies of #3CBA8F
Complementary color
Monochromatic Colors of #3CBA8F
Black with #3CBA8F
Text Example
Text Example
White with #3CBA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBA8F; }
p { color: rgb(60,186,143); }
H1.HeaderClassName
{
color: #3CBA8F;
}
.AnyTagClassName
{
color: #3CBA8F;
}
</style>
background-color css
<style>
a { background-color: #3CBA8F; }
a { background-color: rgb(60,186,143); }
div.DivClassName
{
background-color: #3CBA8F;
}
.BgClassName
{
background-color: #3CBA8F;
}
</style>
border-color css
<style>
span { border-color: #3CBA8F; }
span { border-color: rgb(60,186,143); }
td.TdClassName
{
border-color: #3CBA8F;
}
.TagClassName
{
border-color: #3CBA8F;
}
</style>