Shades of Gossamer #43A48C
Tints of Gossamer #43A48C
RGB
CMYK
RGB Variations
Color information
#43A48C (or 0x43A48C) is known color: Gossamer. HEX triplet: 43, A4 and 8C. RGB value is (67,164,140). Sum of RGB (Red+Green+Blue) = 67+164+140=371 (49% of max value = 765). Red value is 67 (26.56% from 255 or 18.06% from 371); Green value is 164 (64.45% from 255 or 44.20% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 164 - color contains mainly: green. Hex color #43A48C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43A48C is #BC5B73. Grayscale: #848484. Windows color (decimal): -12344180 or 9217091. OLE color: 9217091.
HSL color Cylindrical-coordinate representation of color #43A48C: hue angle of 165.15º 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 #43A48C is Cyan = 0.59, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 67 | 164 | 140 | - |
| CMYK | 0.59 | 0 | 0.15 | 0.36 |
| HSL | 165.15º | 0.42% | 0.45% | - |
| HSV(B) | 165.15º | 0.59% | 0.64% | - |
| XYZ | 20.32 | 29.64 | 29.46 | - |
| YUV | 132.26 | 132.36 | 81.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 164 | 140 | 0.59 | 0 | 0.15 | 0.36 | 165.15 | 0.42 | 0.45 |
| Hex | 43 | A4 | 8C | 3B | 0 | F | 24 | A5 | 2A | 2D |
| Octal | 103 | 244 | 214 | 73 | 0 | 17 | 44 | 245 | 52 | 55 |
| Binary | 1000011 | 10100100 | 10001100 | 111011 | 0 | 1111 | 100100 | 10100101 | 101010 | 101101 |
Color Harmonies of #43A48C
Complementary color
Monochromatic Colors of #43A48C
Black with #43A48C
Text Example
Text Example
White with #43A48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43A48C; }
p { color: rgb(67,164,140); }
H1.HeaderClassName
{
color: #43A48C;
}
.AnyTagClassName
{
color: #43A48C;
}
</style>
background-color css
<style>
a { background-color: #43A48C; }
a { background-color: rgb(67,164,140); }
div.DivClassName
{
background-color: #43A48C;
}
.BgClassName
{
background-color: #43A48C;
}
</style>
border-color css
<style>
span { border-color: #43A48C; }
span { border-color: rgb(67,164,140); }
td.TdClassName
{
border-color: #43A48C;
}
.TagClassName
{
border-color: #43A48C;
}
</style>