Shades of Shamrock #43DDB0
Tints of Shamrock #43DDB0
RGB
CMYK
RGB Variations
Color information
#43DDB0 (or 0x43DDB0) is known color: Shamrock. HEX triplet: 43, DD and B0. RGB value is (67,221,176). Sum of RGB (Red+Green+Blue) = 67+221+176=464 (61% of max value = 765). Red value is 67 (26.56% from 255 or 14.44% from 464); Green value is 221 (86.72% from 255 or 47.63% from 464); Blue value is 176 (69.14% from 255 or 37.93% from 464); Max value from RGB is 221 - color contains mainly: green. Hex color #43DDB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #43DDB0 is #BC224F. Grayscale: #A9A9A9. Windows color (decimal): -12329552 or 11590979. OLE color: 11590979.
HSL color Cylindrical-coordinate representation of color #43DDB0: hue angle of 162.47º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #43DDB0 is Cyan = 0.70, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 221 | 176 | - |
| CMYK | 0.70 | 0 | 0.20 | 0.13 |
| HSL | 162.47º | 0.69% | 0.56% | - |
| HSV(B) | 162.47º | 0.7% | 0.87% | - |
| XYZ | 36.01 | 56.04 | 49.99 | - |
| YUV | 169.82 | 131.48 | 54.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 221 | 176 | 0.70 | 0 | 0.20 | 0.13 | 162.47 | 0.69 | 0.56 |
| Hex | 43 | DD | B0 | 46 | 0 | 14 | D | A2 | 45 | 38 |
| Octal | 103 | 335 | 260 | 106 | 0 | 24 | 15 | 242 | 105 | 70 |
| Binary | 1000011 | 11011101 | 10110000 | 1000110 | 0 | 10100 | 1101 | 10100010 | 1000101 | 111000 |
Color Harmonies of #43DDB0
Complementary color
Monochromatic Colors of #43DDB0
Black with #43DDB0
Text Example
Text Example
White with #43DDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DDB0; }
p { color: rgb(67,221,176); }
H1.HeaderClassName
{
color: #43DDB0;
}
.AnyTagClassName
{
color: #43DDB0;
}
</style>
background-color css
<style>
a { background-color: #43DDB0; }
a { background-color: rgb(67,221,176); }
div.DivClassName
{
background-color: #43DDB0;
}
.BgClassName
{
background-color: #43DDB0;
}
</style>
border-color css
<style>
span { border-color: #43DDB0; }
span { border-color: rgb(67,221,176); }
td.TdClassName
{
border-color: #43DDB0;
}
.TagClassName
{
border-color: #43DDB0;
}
</style>