Shades of Gossamer #43AD8B
Tints of Gossamer #43AD8B
RGB
CMYK
RGB Variations
Color information
#43AD8B (or 0x43AD8B) is known color: Gossamer. HEX triplet: 43, AD and 8B. RGB value is (67,173,139). Sum of RGB (Red+Green+Blue) = 67+173+139=379 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.68% from 379); Green value is 173 (67.97% from 255 or 45.65% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 173 - color contains mainly: green. Hex color #43AD8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43AD8B is #BC5274. Grayscale: #898989. Windows color (decimal): -12341877 or 9153859. OLE color: 9153859.
HSL color Cylindrical-coordinate representation of color #43AD8B: hue angle of 160.75º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #43AD8B is Cyan = 0.61, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 67 | 173 | 139 | - |
| CMYK | 0.61 | 0 | 0.20 | 0.32 |
| HSL | 160.75º | 0.44% | 0.47% | - |
| HSV(B) | 160.75º | 0.61% | 0.68% | - |
| XYZ | 21.92 | 32.94 | 29.63 | - |
| YUV | 137.43 | 128.88 | 77.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 173 | 139 | 0.61 | 0 | 0.20 | 0.32 | 160.75 | 0.44 | 0.47 |
| Hex | 43 | AD | 8B | 3D | 0 | 14 | 20 | A1 | 2C | 2F |
| Octal | 103 | 255 | 213 | 75 | 0 | 24 | 40 | 241 | 54 | 57 |
| Binary | 1000011 | 10101101 | 10001011 | 111101 | 0 | 10100 | 100000 | 10100001 | 101100 | 101111 |
Color Harmonies of #43AD8B
Complementary color
Monochromatic Colors of #43AD8B
Black with #43AD8B
Text Example
Text Example
White with #43AD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43AD8B; }
p { color: rgb(67,173,139); }
H1.HeaderClassName
{
color: #43AD8B;
}
.AnyTagClassName
{
color: #43AD8B;
}
</style>
background-color css
<style>
a { background-color: #43AD8B; }
a { background-color: rgb(67,173,139); }
div.DivClassName
{
background-color: #43AD8B;
}
.BgClassName
{
background-color: #43AD8B;
}
</style>
border-color css
<style>
span { border-color: #43AD8B; }
span { border-color: rgb(67,173,139); }
td.TdClassName
{
border-color: #43AD8B;
}
.TagClassName
{
border-color: #43AD8B;
}
</style>