Shades of Shamrock #43C0A0
Tints of Shamrock #43C0A0
RGB
CMYK
RGB Variations
Color information
#43C0A0 (or 0x43C0A0) is known color: Shamrock. HEX triplet: 43, C0 and A0. RGB value is (67,192,160). Sum of RGB (Red+Green+Blue) = 67+192+160=419 (55% of max value = 765). Red value is 67 (26.56% from 255 or 15.99% from 419); Green value is 192 (75.39% from 255 or 45.82% from 419); Blue value is 160 (62.89% from 255 or 38.19% from 419); Max value from RGB is 192 - color contains mainly: green. Hex color #43C0A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #43C0A0 is #BC3F5F. Grayscale: #969696. Windows color (decimal): -12336992 or 10534979. OLE color: 10534979.
HSL color Cylindrical-coordinate representation of color #43C0A0: hue angle of 164.64º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #43C0A0 is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 67 | 192 | 160 | - |
| CMYK | 0.65 | 0 | 0.17 | 0.25 |
| HSL | 164.64º | 0.5% | 0.51% | - |
| HSV(B) | 164.64º | 0.65% | 0.75% | - |
| XYZ | 27.51 | 41.43 | 39.8 | - |
| YUV | 150.98 | 133.09 | 68.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 192 | 160 | 0.65 | 0 | 0.17 | 0.25 | 164.64 | 0.5 | 0.51 |
| Hex | 43 | C0 | A0 | 41 | 0 | 11 | 19 | A5 | 32 | 33 |
| Octal | 103 | 300 | 240 | 101 | 0 | 21 | 31 | 245 | 62 | 63 |
| Binary | 1000011 | 11000000 | 10100000 | 1000001 | 0 | 10001 | 11001 | 10100101 | 110010 | 110011 |
Color Harmonies of #43C0A0
Complementary color
Monochromatic Colors of #43C0A0
Black with #43C0A0
Text Example
Text Example
White with #43C0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C0A0; }
p { color: rgb(67,192,160); }
H1.HeaderClassName
{
color: #43C0A0;
}
.AnyTagClassName
{
color: #43C0A0;
}
</style>
background-color css
<style>
a { background-color: #43C0A0; }
a { background-color: rgb(67,192,160); }
div.DivClassName
{
background-color: #43C0A0;
}
.BgClassName
{
background-color: #43C0A0;
}
</style>
border-color css
<style>
span { border-color: #43C0A0; }
span { border-color: rgb(67,192,160); }
td.TdClassName
{
border-color: #43C0A0;
}
.TagClassName
{
border-color: #43C0A0;
}
</style>