Shades of Gossamer #43B392
Tints of Gossamer #43B392
RGB
CMYK
RGB Variations
Color information
#43B392 (or 0x43B392) is known color: Gossamer. HEX triplet: 43, B3 and 92. RGB value is (67,179,146). Sum of RGB (Red+Green+Blue) = 67+179+146=392 (51% of max value = 765). Red value is 67 (26.56% from 255 or 17.09% from 392); Green value is 179 (70.31% from 255 or 45.66% from 392); Blue value is 146 (57.42% from 255 or 37.24% from 392); Max value from RGB is 179 - color contains mainly: green. Hex color #43B392 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #43B392 is #BC4C6D. Grayscale: #8D8D8D. Windows color (decimal): -12340334 or 9614147. OLE color: 9614147.
HSL color Cylindrical-coordinate representation of color #43B392: hue angle of 162.32º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #43B392 is Cyan = 0.63, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 67 | 179 | 146 | - |
| CMYK | 0.63 | 0 | 0.18 | 0.30 |
| HSL | 162.32º | 0.46% | 0.48% | - |
| HSV(B) | 162.32º | 0.63% | 0.7% | - |
| XYZ | 23.62 | 35.51 | 32.8 | - |
| YUV | 141.75 | 130.39 | 74.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 179 | 146 | 0.63 | 0 | 0.18 | 0.30 | 162.32 | 0.46 | 0.48 |
| Hex | 43 | B3 | 92 | 3F | 0 | 12 | 1E | A2 | 2E | 30 |
| Octal | 103 | 263 | 222 | 77 | 0 | 22 | 36 | 242 | 56 | 60 |
| Binary | 1000011 | 10110011 | 10010010 | 111111 | 0 | 10010 | 11110 | 10100010 | 101110 | 110000 |
Color Harmonies of #43B392
Complementary color
Monochromatic Colors of #43B392
Black with #43B392
Text Example
Text Example
White with #43B392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43B392; }
p { color: rgb(67,179,146); }
H1.HeaderClassName
{
color: #43B392;
}
.AnyTagClassName
{
color: #43B392;
}
</style>
background-color css
<style>
a { background-color: #43B392; }
a { background-color: rgb(67,179,146); }
div.DivClassName
{
background-color: #43B392;
}
.BgClassName
{
background-color: #43B392;
}
</style>
border-color css
<style>
span { border-color: #43B392; }
span { border-color: rgb(67,179,146); }
td.TdClassName
{
border-color: #43B392;
}
.TagClassName
{
border-color: #43B392;
}
</style>