Shades of Gossamer #43A07F
Tints of Gossamer #43A07F
RGB
CMYK
RGB Variations
Color information
#43A07F (or 0x43A07F) is known color: Gossamer. HEX triplet: 43, A0 and 7F. RGB value is (67,160,127). Sum of RGB (Red+Green+Blue) = 67+160+127=354 (46% of max value = 765). Red value is 67 (26.56% from 255 or 18.93% from 354); Green value is 160 (62.89% from 255 or 45.20% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 160 - color contains mainly: green. Hex color #43A07F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43A07F is #BC5F80. Grayscale: #808080. Windows color (decimal): -12345217 or 8364099. OLE color: 8364099.
HSL color Cylindrical-coordinate representation of color #43A07F: hue angle of 158.71º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #43A07F is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 67 | 160 | 127 | - |
| CMYK | 0.58 | 0 | 0.21 | 0.37 |
| HSL | 158.71º | 0.41% | 0.45% | - |
| HSV(B) | 158.71º | 0.58% | 0.63% | - |
| XYZ | 18.72 | 27.87 | 24.47 | - |
| YUV | 128.43 | 127.19 | 84.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 160 | 127 | 0.58 | 0 | 0.21 | 0.37 | 158.71 | 0.41 | 0.45 |
| Hex | 43 | A0 | 7F | 3A | 0 | 15 | 25 | 9F | 29 | 2D |
| Octal | 103 | 240 | 177 | 72 | 0 | 25 | 45 | 237 | 51 | 55 |
| Binary | 1000011 | 10100000 | 1111111 | 111010 | 0 | 10101 | 100101 | 10011111 | 101001 | 101101 |
Color Harmonies of #43A07F
Complementary color
Monochromatic Colors of #43A07F
Black with #43A07F
Text Example
Text Example
White with #43A07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43A07F; }
p { color: rgb(67,160,127); }
H1.HeaderClassName
{
color: #43A07F;
}
.AnyTagClassName
{
color: #43A07F;
}
</style>
background-color css
<style>
a { background-color: #43A07F; }
a { background-color: rgb(67,160,127); }
div.DivClassName
{
background-color: #43A07F;
}
.BgClassName
{
background-color: #43A07F;
}
</style>
border-color css
<style>
span { border-color: #43A07F; }
span { border-color: rgb(67,160,127); }
td.TdClassName
{
border-color: #43A07F;
}
.TagClassName
{
border-color: #43A07F;
}
</style>