Shades of Shamrock #43C1A0
Tints of Shamrock #43C1A0
RGB
CMYK
RGB Variations
Color information
#43C1A0 (or 0x43C1A0) is known color: Shamrock. HEX triplet: 43, C1 and A0. RGB value is (67,193,160). Sum of RGB (Red+Green+Blue) = 67+193+160=420 (55% of max value = 765). Red value is 67 (26.56% from 255 or 15.95% from 420); Green value is 193 (75.78% from 255 or 45.95% from 420); Blue value is 160 (62.89% from 255 or 38.10% from 420); Max value from RGB is 193 - color contains mainly: green. Hex color #43C1A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #43C1A0 is #BC3E5F. Grayscale: #979797. Windows color (decimal): -12336736 or 10535235. OLE color: 10535235.
HSL color Cylindrical-coordinate representation of color #43C1A0: hue angle of 164.29º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #43C1A0 is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 67 | 193 | 160 | - |
| CMYK | 0.65 | 0 | 0.17 | 0.24 |
| HSL | 164.29º | 0.5% | 0.51% | - |
| HSV(B) | 164.29º | 0.65% | 0.76% | - |
| XYZ | 27.73 | 41.87 | 39.88 | - |
| YUV | 151.56 | 132.76 | 67.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 193 | 160 | 0.65 | 0 | 0.17 | 0.24 | 164.29 | 0.5 | 0.51 |
| Hex | 43 | C1 | A0 | 41 | 0 | 11 | 18 | A4 | 32 | 33 |
| Octal | 103 | 301 | 240 | 101 | 0 | 21 | 30 | 244 | 62 | 63 |
| Binary | 1000011 | 11000001 | 10100000 | 1000001 | 0 | 10001 | 11000 | 10100100 | 110010 | 110011 |
Color Harmonies of #43C1A0
Complementary color
Monochromatic Colors of #43C1A0
Black with #43C1A0
Text Example
Text Example
White with #43C1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C1A0; }
p { color: rgb(67,193,160); }
H1.HeaderClassName
{
color: #43C1A0;
}
.AnyTagClassName
{
color: #43C1A0;
}
</style>
background-color css
<style>
a { background-color: #43C1A0; }
a { background-color: rgb(67,193,160); }
div.DivClassName
{
background-color: #43C1A0;
}
.BgClassName
{
background-color: #43C1A0;
}
</style>
border-color css
<style>
span { border-color: #43C1A0; }
span { border-color: rgb(67,193,160); }
td.TdClassName
{
border-color: #43C1A0;
}
.TagClassName
{
border-color: #43C1A0;
}
</style>