Shades of Gossamer #43A397
Tints of Gossamer #43A397
RGB
CMYK
RGB Variations
Color information
#43A397 (or 0x43A397) is known color: Gossamer. HEX triplet: 43, A3 and 97. RGB value is (67,163,151). Sum of RGB (Red+Green+Blue) = 67+163+151=381 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.59% from 381); Green value is 163 (64.06% from 255 or 42.78% from 381); Blue value is 151 (59.38% from 255 or 39.63% from 381); Max value from RGB is 163 - color contains mainly: green. Hex color #43A397 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43A397 is #BC5C68. Grayscale: #848484. Windows color (decimal): -12344425 or 9937731. OLE color: 9937731.
HSL color Cylindrical-coordinate representation of color #43A397: hue angle of 172.5º 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 #43A397 is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 67 | 163 | 151 | - |
| CMYK | 0.59 | 0 | 0.07 | 0.36 |
| HSL | 172.5º | 0.42% | 0.45% | - |
| HSV(B) | 172.5º | 0.59% | 0.64% | - |
| XYZ | 21 | 29.62 | 33.89 | - |
| YUV | 132.93 | 138.2 | 80.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 163 | 151 | 0.59 | 0 | 0.07 | 0.36 | 172.5 | 0.42 | 0.45 |
| Hex | 43 | A3 | 97 | 3B | 0 | 7 | 24 | AC | 2A | 2D |
| Octal | 103 | 243 | 227 | 73 | 0 | 7 | 44 | 254 | 52 | 55 |
| Binary | 1000011 | 10100011 | 10010111 | 111011 | 0 | 111 | 100100 | 10101100 | 101010 | 101101 |
Color Harmonies of #43A397
Complementary color
Monochromatic Colors of #43A397
Black with #43A397
Text Example
Text Example
White with #43A397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43A397; }
p { color: rgb(67,163,151); }
H1.HeaderClassName
{
color: #43A397;
}
.AnyTagClassName
{
color: #43A397;
}
</style>
background-color css
<style>
a { background-color: #43A397; }
a { background-color: rgb(67,163,151); }
div.DivClassName
{
background-color: #43A397;
}
.BgClassName
{
background-color: #43A397;
}
</style>
border-color css
<style>
span { border-color: #43A397; }
span { border-color: rgb(67,163,151); }
td.TdClassName
{
border-color: #43A397;
}
.TagClassName
{
border-color: #43A397;
}
</style>