Shades of Gossamer #43A99D
Tints of Gossamer #43A99D
RGB
CMYK
RGB Variations
Color information
#43A99D (or 0x43A99D) is known color: Gossamer. HEX triplet: 43, A9 and 9D. RGB value is (67,169,157). Sum of RGB (Red+Green+Blue) = 67+169+157=393 (52% of max value = 765). Red value is 67 (26.56% from 255 or 17.05% from 393); Green value is 169 (66.41% from 255 or 43.00% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 169 - color contains mainly: green. Hex color #43A99D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43A99D is #BC5662. Grayscale: #898989. Windows color (decimal): -12342883 or 10332483. OLE color: 10332483.
HSL color Cylindrical-coordinate representation of color #43A99D: hue angle of 172.94º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #43A99D is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 67 | 169 | 157 | - |
| CMYK | 0.60 | 0 | 0.07 | 0.34 |
| HSL | 172.94º | 0.43% | 0.46% | - |
| HSV(B) | 172.94º | 0.6% | 0.66% | - |
| XYZ | 22.59 | 32 | 36.89 | - |
| YUV | 137.13 | 139.21 | 77.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 169 | 157 | 0.60 | 0 | 0.07 | 0.34 | 172.94 | 0.43 | 0.46 |
| Hex | 43 | A9 | 9D | 3C | 0 | 7 | 22 | AD | 2B | 2E |
| Octal | 103 | 251 | 235 | 74 | 0 | 7 | 42 | 255 | 53 | 56 |
| Binary | 1000011 | 10101001 | 10011101 | 111100 | 0 | 111 | 100010 | 10101101 | 101011 | 101110 |
Color Harmonies of #43A99D
Complementary color
Monochromatic Colors of #43A99D
Black with #43A99D
Text Example
Text Example
White with #43A99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43A99D; }
p { color: rgb(67,169,157); }
H1.HeaderClassName
{
color: #43A99D;
}
.AnyTagClassName
{
color: #43A99D;
}
</style>
background-color css
<style>
a { background-color: #43A99D; }
a { background-color: rgb(67,169,157); }
div.DivClassName
{
background-color: #43A99D;
}
.BgClassName
{
background-color: #43A99D;
}
</style>
border-color css
<style>
span { border-color: #43A99D; }
span { border-color: rgb(67,169,157); }
td.TdClassName
{
border-color: #43A99D;
}
.TagClassName
{
border-color: #43A99D;
}
</style>