Shades of Gossamer #43B28D
Tints of Gossamer #43B28D
RGB
CMYK
RGB Variations
Color information
#43B28D (or 0x43B28D) is known color: Gossamer. HEX triplet: 43, B2 and 8D. RGB value is (67,178,141). Sum of RGB (Red+Green+Blue) = 67+178+141=386 (51% of max value = 765). Red value is 67 (26.56% from 255 or 17.36% from 386); Green value is 178 (69.92% from 255 or 46.11% from 386); Blue value is 141 (55.47% from 255 or 36.53% from 386); Max value from RGB is 178 - color contains mainly: green. Hex color #43B28D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43B28D is #BC4D72. Grayscale: #8C8C8C. Windows color (decimal): -12340595 or 9286211. OLE color: 9286211.
HSL color Cylindrical-coordinate representation of color #43B28D: hue angle of 160º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #43B28D is Cyan = 0.62, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 67 | 178 | 141 | - |
| CMYK | 0.62 | 0 | 0.21 | 0.30 |
| HSL | 160º | 0.45% | 0.48% | - |
| HSV(B) | 160º | 0.62% | 0.7% | - |
| XYZ | 23.04 | 34.96 | 30.73 | - |
| YUV | 140.59 | 128.23 | 75.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 178 | 141 | 0.62 | 0 | 0.21 | 0.30 | 160 | 0.45 | 0.48 |
| Hex | 43 | B2 | 8D | 3E | 0 | 15 | 1E | A0 | 2D | 30 |
| Octal | 103 | 262 | 215 | 76 | 0 | 25 | 36 | 240 | 55 | 60 |
| Binary | 1000011 | 10110010 | 10001101 | 111110 | 0 | 10101 | 11110 | 10100000 | 101101 | 110000 |
Color Harmonies of #43B28D
Complementary color
Monochromatic Colors of #43B28D
Black with #43B28D
Text Example
Text Example
White with #43B28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43B28D; }
p { color: rgb(67,178,141); }
H1.HeaderClassName
{
color: #43B28D;
}
.AnyTagClassName
{
color: #43B28D;
}
</style>
background-color css
<style>
a { background-color: #43B28D; }
a { background-color: rgb(67,178,141); }
div.DivClassName
{
background-color: #43B28D;
}
.BgClassName
{
background-color: #43B28D;
}
</style>
border-color css
<style>
span { border-color: #43B28D; }
span { border-color: rgb(67,178,141); }
td.TdClassName
{
border-color: #43B28D;
}
.TagClassName
{
border-color: #43B28D;
}
</style>