Shades of Shamrock #43BD8F
Tints of Shamrock #43BD8F
RGB
CMYK
RGB Variations
Color information
#43BD8F (or 0x43BD8F) is known color: Shamrock. HEX triplet: 43, BD and 8F. RGB value is (67,189,143). Sum of RGB (Red+Green+Blue) = 67+189+143=399 (52% of max value = 765). Red value is 67 (26.56% from 255 or 16.79% from 399); Green value is 189 (74.22% from 255 or 47.37% from 399); Blue value is 143 (56.25% from 255 or 35.84% from 399); Max value from RGB is 189 - color contains mainly: green. Hex color #43BD8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #43BD8F is #BC4270. Grayscale: #939393. Windows color (decimal): -12337777 or 9420099. OLE color: 9420099.
HSL color Cylindrical-coordinate representation of color #43BD8F: hue angle of 157.38º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #43BD8F is Cyan = 0.65, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 189 | 143 | - |
| CMYK | 0.65 | 0 | 0.24 | 0.26 |
| HSL | 157.38º | 0.48% | 0.5% | - |
| HSV(B) | 157.38º | 0.65% | 0.74% | - |
| XYZ | 25.47 | 39.57 | 32.28 | - |
| YUV | 147.28 | 125.58 | 70.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 189 | 143 | 0.65 | 0 | 0.24 | 0.26 | 157.38 | 0.48 | 0.5 |
| Hex | 43 | BD | 8F | 41 | 0 | 18 | 1A | 9D | 30 | 32 |
| Octal | 103 | 275 | 217 | 101 | 0 | 30 | 32 | 235 | 60 | 62 |
| Binary | 1000011 | 10111101 | 10001111 | 1000001 | 0 | 11000 | 11010 | 10011101 | 110000 | 110010 |
Color Harmonies of #43BD8F
Complementary color
Monochromatic Colors of #43BD8F
Black with #43BD8F
Text Example
Text Example
White with #43BD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43BD8F; }
p { color: rgb(67,189,143); }
H1.HeaderClassName
{
color: #43BD8F;
}
.AnyTagClassName
{
color: #43BD8F;
}
</style>
background-color css
<style>
a { background-color: #43BD8F; }
a { background-color: rgb(67,189,143); }
div.DivClassName
{
background-color: #43BD8F;
}
.BgClassName
{
background-color: #43BD8F;
}
</style>
border-color css
<style>
span { border-color: #43BD8F; }
span { border-color: rgb(67,189,143); }
td.TdClassName
{
border-color: #43BD8F;
}
.TagClassName
{
border-color: #43BD8F;
}
</style>