Shades of Gossamer #43A89C
Tints of Gossamer #43A89C
RGB
CMYK
RGB Variations
Color information
#43A89C (or 0x43A89C) is known color: Gossamer. HEX triplet: 43, A8 and 9C. RGB value is (67,168,156). Sum of RGB (Red+Green+Blue) = 67+168+156=391 (51% of max value = 765). Red value is 67 (26.56% from 255 or 17.14% from 391); Green value is 168 (66.02% from 255 or 42.97% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 168 - color contains mainly: green. Hex color #43A89C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43A89C is #BC5763. Grayscale: #888888. Windows color (decimal): -12343140 or 10266691. OLE color: 10266691.
HSL color Cylindrical-coordinate representation of color #43A89C: hue angle of 172.87º 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 #43A89C is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 67 | 168 | 156 | - |
| CMYK | 0.60 | 0 | 0.07 | 0.34 |
| HSL | 172.87º | 0.43% | 0.46% | - |
| HSV(B) | 172.87º | 0.6% | 0.66% | - |
| XYZ | 22.32 | 31.6 | 36.38 | - |
| YUV | 136.43 | 139.04 | 78.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 168 | 156 | 0.60 | 0 | 0.07 | 0.34 | 172.87 | 0.43 | 0.46 |
| Hex | 43 | A8 | 9C | 3C | 0 | 7 | 22 | AD | 2B | 2E |
| Octal | 103 | 250 | 234 | 74 | 0 | 7 | 42 | 255 | 53 | 56 |
| Binary | 1000011 | 10101000 | 10011100 | 111100 | 0 | 111 | 100010 | 10101101 | 101011 | 101110 |
Color Harmonies of #43A89C
Complementary color
Monochromatic Colors of #43A89C
Black with #43A89C
Text Example
Text Example
White with #43A89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43A89C; }
p { color: rgb(67,168,156); }
H1.HeaderClassName
{
color: #43A89C;
}
.AnyTagClassName
{
color: #43A89C;
}
</style>
background-color css
<style>
a { background-color: #43A89C; }
a { background-color: rgb(67,168,156); }
div.DivClassName
{
background-color: #43A89C;
}
.BgClassName
{
background-color: #43A89C;
}
</style>
border-color css
<style>
span { border-color: #43A89C; }
span { border-color: rgb(67,168,156); }
td.TdClassName
{
border-color: #43A89C;
}
.TagClassName
{
border-color: #43A89C;
}
</style>