Shades of Gossamer #43AE8D
Tints of Gossamer #43AE8D
RGB
CMYK
RGB Variations
Color information
#43AE8D (or 0x43AE8D) is known color: Gossamer. HEX triplet: 43, AE and 8D. RGB value is (67,174,141). Sum of RGB (Red+Green+Blue) = 67+174+141=382 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.54% from 382); Green value is 174 (68.36% from 255 or 45.55% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 174 - color contains mainly: green. Hex color #43AE8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43AE8D is #BC5172. Grayscale: #8A8A8A. Windows color (decimal): -12341619 or 9285187. OLE color: 9285187.
HSL color Cylindrical-coordinate representation of color #43AE8D: hue angle of 161.5º 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 #43AE8D is Cyan = 0.61, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 67 | 174 | 141 | - |
| CMYK | 0.61 | 0 | 0.19 | 0.32 |
| HSL | 161.5º | 0.44% | 0.47% | - |
| HSV(B) | 161.5º | 0.61% | 0.68% | - |
| XYZ | 22.26 | 33.39 | 30.47 | - |
| YUV | 138.25 | 129.55 | 77.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 174 | 141 | 0.61 | 0 | 0.19 | 0.32 | 161.5 | 0.44 | 0.47 |
| Hex | 43 | AE | 8D | 3D | 0 | 13 | 20 | A1 | 2C | 2F |
| Octal | 103 | 256 | 215 | 75 | 0 | 23 | 40 | 241 | 54 | 57 |
| Binary | 1000011 | 10101110 | 10001101 | 111101 | 0 | 10011 | 100000 | 10100001 | 101100 | 101111 |
Color Harmonies of #43AE8D
Complementary color
Monochromatic Colors of #43AE8D
Black with #43AE8D
Text Example
Text Example
White with #43AE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43AE8D; }
p { color: rgb(67,174,141); }
H1.HeaderClassName
{
color: #43AE8D;
}
.AnyTagClassName
{
color: #43AE8D;
}
</style>
background-color css
<style>
a { background-color: #43AE8D; }
a { background-color: rgb(67,174,141); }
div.DivClassName
{
background-color: #43AE8D;
}
.BgClassName
{
background-color: #43AE8D;
}
</style>
border-color css
<style>
span { border-color: #43AE8D; }
span { border-color: rgb(67,174,141); }
td.TdClassName
{
border-color: #43AE8D;
}
.TagClassName
{
border-color: #43AE8D;
}
</style>