Shades of Shamrock #43BC8B
Tints of Shamrock #43BC8B
RGB
CMYK
RGB Variations
Color information
#43BC8B (or 0x43BC8B) is known color: Shamrock. HEX triplet: 43, BC and 8B. RGB value is (67,188,139). Sum of RGB (Red+Green+Blue) = 67+188+139=394 (52% of max value = 765). Red value is 67 (26.56% from 255 or 17.01% from 394); Green value is 188 (73.83% from 255 or 47.72% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 188 - color contains mainly: green. Hex color #43BC8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #43BC8B is #BC4374. Grayscale: #929292. Windows color (decimal): -12338037 or 9157699. OLE color: 9157699.
HSL color Cylindrical-coordinate representation of color #43BC8B: hue angle of 155.7º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #43BC8B is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 188 | 139 | - |
| CMYK | 0.64 | 0 | 0.26 | 0.26 |
| HSL | 155.7º | 0.47% | 0.5% | - |
| HSV(B) | 155.7º | 0.64% | 0.74% | - |
| XYZ | 24.96 | 39.02 | 30.64 | - |
| YUV | 146.24 | 123.91 | 71.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 188 | 139 | 0.64 | 0 | 0.26 | 0.26 | 155.7 | 0.47 | 0.5 |
| Hex | 43 | BC | 8B | 40 | 0 | 1A | 1A | 9C | 2F | 32 |
| Octal | 103 | 274 | 213 | 100 | 0 | 32 | 32 | 234 | 57 | 62 |
| Binary | 1000011 | 10111100 | 10001011 | 1000000 | 0 | 11010 | 11010 | 10011100 | 101111 | 110010 |
Color Harmonies of #43BC8B
Complementary color
Monochromatic Colors of #43BC8B
Black with #43BC8B
Text Example
Text Example
White with #43BC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43BC8B; }
p { color: rgb(67,188,139); }
H1.HeaderClassName
{
color: #43BC8B;
}
.AnyTagClassName
{
color: #43BC8B;
}
</style>
background-color css
<style>
a { background-color: #43BC8B; }
a { background-color: rgb(67,188,139); }
div.DivClassName
{
background-color: #43BC8B;
}
.BgClassName
{
background-color: #43BC8B;
}
</style>
border-color css
<style>
span { border-color: #43BC8B; }
span { border-color: rgb(67,188,139); }
td.TdClassName
{
border-color: #43BC8B;
}
.TagClassName
{
border-color: #43BC8B;
}
</style>