Shades of Gossamer #43A89D
Tints of Gossamer #43A89D
RGB
CMYK
RGB Variations
Color information
#43A89D (or 0x43A89D) is known color: Gossamer. HEX triplet: 43, A8 and 9D. RGB value is (67,168,157). Sum of RGB (Red+Green+Blue) = 67+168+157=392 (51% of max value = 765). Red value is 67 (26.56% from 255 or 17.09% from 392); Green value is 168 (66.02% from 255 or 42.86% from 392); Blue value is 157 (61.72% from 255 or 40.05% from 392); Max value from RGB is 168 - color contains mainly: green. Hex color #43A89D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43A89D is #BC5762. Grayscale: #888888. Windows color (decimal): -12343139 or 10332227. OLE color: 10332227.
HSL color Cylindrical-coordinate representation of color #43A89D: hue angle of 173.47º 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 #43A89D is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 67 | 168 | 157 | - |
| CMYK | 0.60 | 0 | 0.07 | 0.34 |
| HSL | 173.47º | 0.43% | 0.46% | - |
| HSV(B) | 173.47º | 0.6% | 0.66% | - |
| XYZ | 22.4 | 31.63 | 36.82 | - |
| YUV | 136.55 | 139.54 | 78.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 168 | 157 | 0.60 | 0 | 0.07 | 0.34 | 173.47 | 0.43 | 0.46 |
| Hex | 43 | A8 | 9D | 3C | 0 | 7 | 22 | AD | 2B | 2E |
| Octal | 103 | 250 | 235 | 74 | 0 | 7 | 42 | 255 | 53 | 56 |
| Binary | 1000011 | 10101000 | 10011101 | 111100 | 0 | 111 | 100010 | 10101101 | 101011 | 101110 |
Color Harmonies of #43A89D
Complementary color
Monochromatic Colors of #43A89D
Black with #43A89D
Text Example
Text Example
White with #43A89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43A89D; }
p { color: rgb(67,168,157); }
H1.HeaderClassName
{
color: #43A89D;
}
.AnyTagClassName
{
color: #43A89D;
}
</style>
background-color css
<style>
a { background-color: #43A89D; }
a { background-color: rgb(67,168,157); }
div.DivClassName
{
background-color: #43A89D;
}
.BgClassName
{
background-color: #43A89D;
}
</style>
border-color css
<style>
span { border-color: #43A89D; }
span { border-color: rgb(67,168,157); }
td.TdClassName
{
border-color: #43A89D;
}
.TagClassName
{
border-color: #43A89D;
}
</style>