Shades of Gossamer #43AE8C
Tints of Gossamer #43AE8C
RGB
CMYK
RGB Variations
Color information
#43AE8C (or 0x43AE8C) is known color: Gossamer. HEX triplet: 43, AE and 8C. RGB value is (67,174,140). Sum of RGB (Red+Green+Blue) = 67+174+140=381 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.59% from 381); Green value is 174 (68.36% from 255 or 45.67% from 381); Blue value is 140 (55.08% from 255 or 36.75% from 381); Max value from RGB is 174 - color contains mainly: green. Hex color #43AE8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43AE8C is #BC5173. Grayscale: #8A8A8A. Windows color (decimal): -12341620 or 9219651. OLE color: 9219651.
HSL color Cylindrical-coordinate representation of color #43AE8C: hue angle of 160.93º 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 #43AE8C is Cyan = 0.61, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 67 | 174 | 140 | - |
| CMYK | 0.61 | 0 | 0.20 | 0.32 |
| HSL | 160.93º | 0.44% | 0.47% | - |
| HSV(B) | 160.93º | 0.61% | 0.68% | - |
| XYZ | 22.18 | 33.36 | 30.08 | - |
| YUV | 138.13 | 129.05 | 77.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 174 | 140 | 0.61 | 0 | 0.20 | 0.32 | 160.93 | 0.44 | 0.47 |
| Hex | 43 | AE | 8C | 3D | 0 | 14 | 20 | A1 | 2C | 2F |
| Octal | 103 | 256 | 214 | 75 | 0 | 24 | 40 | 241 | 54 | 57 |
| Binary | 1000011 | 10101110 | 10001100 | 111101 | 0 | 10100 | 100000 | 10100001 | 101100 | 101111 |
Color Harmonies of #43AE8C
Complementary color
Monochromatic Colors of #43AE8C
Black with #43AE8C
Text Example
Text Example
White with #43AE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43AE8C; }
p { color: rgb(67,174,140); }
H1.HeaderClassName
{
color: #43AE8C;
}
.AnyTagClassName
{
color: #43AE8C;
}
</style>
background-color css
<style>
a { background-color: #43AE8C; }
a { background-color: rgb(67,174,140); }
div.DivClassName
{
background-color: #43AE8C;
}
.BgClassName
{
background-color: #43AE8C;
}
</style>
border-color css
<style>
span { border-color: #43AE8C; }
span { border-color: rgb(67,174,140); }
td.TdClassName
{
border-color: #43AE8C;
}
.TagClassName
{
border-color: #43AE8C;
}
</style>