Shades of Gossamer #43A484
Tints of Gossamer #43A484
RGB
CMYK
RGB Variations
Color information
#43A484 (or 0x43A484) is known color: Gossamer. HEX triplet: 43, A4 and 84. RGB value is (67,164,132). Sum of RGB (Red+Green+Blue) = 67+164+132=363 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.46% from 363); Green value is 164 (64.45% from 255 or 45.18% from 363); Blue value is 132 (51.95% from 255 or 36.36% from 363); Max value from RGB is 164 - color contains mainly: green. Hex color #43A484 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43A484 is #BC5B7B. Grayscale: #838383. Windows color (decimal): -12344188 or 8692803. OLE color: 8692803.
HSL color Cylindrical-coordinate representation of color #43A484: hue angle of 160.21º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #43A484 is Cyan = 0.59, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 67 | 164 | 132 | - |
| CMYK | 0.59 | 0 | 0.20 | 0.36 |
| HSL | 160.21º | 0.42% | 0.45% | - |
| HSV(B) | 160.21º | 0.59% | 0.64% | - |
| XYZ | 19.76 | 29.41 | 26.47 | - |
| YUV | 131.35 | 128.36 | 82.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 164 | 132 | 0.59 | 0 | 0.20 | 0.36 | 160.21 | 0.42 | 0.45 |
| Hex | 43 | A4 | 84 | 3B | 0 | 14 | 24 | A0 | 2A | 2D |
| Octal | 103 | 244 | 204 | 73 | 0 | 24 | 44 | 240 | 52 | 55 |
| Binary | 1000011 | 10100100 | 10000100 | 111011 | 0 | 10100 | 100100 | 10100000 | 101010 | 101101 |
Color Harmonies of #43A484
Complementary color
Monochromatic Colors of #43A484
Black with #43A484
Text Example
Text Example
White with #43A484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43A484; }
p { color: rgb(67,164,132); }
H1.HeaderClassName
{
color: #43A484;
}
.AnyTagClassName
{
color: #43A484;
}
</style>
background-color css
<style>
a { background-color: #43A484; }
a { background-color: rgb(67,164,132); }
div.DivClassName
{
background-color: #43A484;
}
.BgClassName
{
background-color: #43A484;
}
</style>
border-color css
<style>
span { border-color: #43A484; }
span { border-color: rgb(67,164,132); }
td.TdClassName
{
border-color: #43A484;
}
.TagClassName
{
border-color: #43A484;
}
</style>