Shades of Gossamer #43A084
Tints of Gossamer #43A084
RGB
CMYK
RGB Variations
Color information
#43A084 (or 0x43A084) is known color: Gossamer. HEX triplet: 43, A0 and 84. RGB value is (67,160,132). Sum of RGB (Red+Green+Blue) = 67+160+132=359 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.66% from 359); Green value is 160 (62.89% from 255 or 44.57% from 359); Blue value is 132 (51.95% from 255 or 36.77% from 359); Max value from RGB is 160 - color contains mainly: green. Hex color #43A084 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43A084 is #BC5F7B. Grayscale: #818181. Windows color (decimal): -12345212 or 8691779. OLE color: 8691779.
HSL color Cylindrical-coordinate representation of color #43A084: hue angle of 161.94º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #43A084 is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 67 | 160 | 132 | - |
| CMYK | 0.58 | 0 | 0.17 | 0.37 |
| HSL | 161.94º | 0.41% | 0.45% | - |
| HSV(B) | 161.94º | 0.58% | 0.63% | - |
| XYZ | 19.05 | 28 | 26.23 | - |
| YUV | 129 | 129.69 | 83.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 160 | 132 | 0.58 | 0 | 0.17 | 0.37 | 161.94 | 0.41 | 0.45 |
| Hex | 43 | A0 | 84 | 3A | 0 | 11 | 25 | A2 | 29 | 2D |
| Octal | 103 | 240 | 204 | 72 | 0 | 21 | 45 | 242 | 51 | 55 |
| Binary | 1000011 | 10100000 | 10000100 | 111010 | 0 | 10001 | 100101 | 10100010 | 101001 | 101101 |
Color Harmonies of #43A084
Complementary color
Monochromatic Colors of #43A084
Black with #43A084
Text Example
Text Example
White with #43A084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43A084; }
p { color: rgb(67,160,132); }
H1.HeaderClassName
{
color: #43A084;
}
.AnyTagClassName
{
color: #43A084;
}
</style>
background-color css
<style>
a { background-color: #43A084; }
a { background-color: rgb(67,160,132); }
div.DivClassName
{
background-color: #43A084;
}
.BgClassName
{
background-color: #43A084;
}
</style>
border-color css
<style>
span { border-color: #43A084; }
span { border-color: rgb(67,160,132); }
td.TdClassName
{
border-color: #43A084;
}
.TagClassName
{
border-color: #43A084;
}
</style>