Shades of Gossamer #43A38C
Tints of Gossamer #43A38C
RGB
CMYK
RGB Variations
Color information
#43A38C (or 0x43A38C) is known color: Gossamer. HEX triplet: 43, A3 and 8C. RGB value is (67,163,140). Sum of RGB (Red+Green+Blue) = 67+163+140=370 (49% of max value = 765). Red value is 67 (26.56% from 255 or 18.11% from 370); Green value is 163 (64.06% from 255 or 44.05% from 370); Blue value is 140 (55.08% from 255 or 37.84% from 370); Max value from RGB is 163 - color contains mainly: green. Hex color #43A38C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43A38C is #BC5C73. Grayscale: #838383. Windows color (decimal): -12344436 or 9216835. OLE color: 9216835.
HSL color Cylindrical-coordinate representation of color #43A38C: hue angle of 165.62º 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 #43A38C is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 67 | 163 | 140 | - |
| CMYK | 0.59 | 0 | 0.14 | 0.36 |
| HSL | 165.63º | 0.42% | 0.45% | - |
| HSV(B) | 165.63º | 0.59% | 0.64% | - |
| XYZ | 20.15 | 29.28 | 29.4 | - |
| YUV | 131.67 | 132.7 | 81.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 163 | 140 | 0.59 | 0 | 0.14 | 0.36 | 165.63 | 0.42 | 0.45 |
| Hex | 43 | A3 | 8C | 3B | 0 | E | 24 | A6 | 2A | 2D |
| Octal | 103 | 243 | 214 | 73 | 0 | 16 | 44 | 246 | 52 | 55 |
| Binary | 1000011 | 10100011 | 10001100 | 111011 | 0 | 1110 | 100100 | 10100110 | 101010 | 101101 |
Color Harmonies of #43A38C
Complementary color
Monochromatic Colors of #43A38C
Black with #43A38C
Text Example
Text Example
White with #43A38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43A38C; }
p { color: rgb(67,163,140); }
H1.HeaderClassName
{
color: #43A38C;
}
.AnyTagClassName
{
color: #43A38C;
}
</style>
background-color css
<style>
a { background-color: #43A38C; }
a { background-color: rgb(67,163,140); }
div.DivClassName
{
background-color: #43A38C;
}
.BgClassName
{
background-color: #43A38C;
}
</style>
border-color css
<style>
span { border-color: #43A38C; }
span { border-color: rgb(67,163,140); }
td.TdClassName
{
border-color: #43A38C;
}
.TagClassName
{
border-color: #43A38C;
}
</style>