Shades of Gossamer #43AB9C
Tints of Gossamer #43AB9C
RGB
CMYK
RGB Variations
Color information
#43AB9C (or 0x43AB9C) is known color: Gossamer. HEX triplet: 43, AB and 9C. RGB value is (67,171,156). Sum of RGB (Red+Green+Blue) = 67+171+156=394 (52% of max value = 765). Red value is 67 (26.56% from 255 or 17.01% from 394); Green value is 171 (67.19% from 255 or 43.40% from 394); Blue value is 156 (61.33% from 255 or 39.59% from 394); Max value from RGB is 171 - color contains mainly: green. Hex color #43AB9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43AB9C is #BC5463. Grayscale: #8A8A8A. Windows color (decimal): -12342372 or 10267459. OLE color: 10267459.
HSL color Cylindrical-coordinate representation of color #43AB9C: hue angle of 171.35º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #43AB9C is Cyan = 0.61, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 171 | 156 | - |
| CMYK | 0.61 | 0 | 0.09 | 0.33 |
| HSL | 171.35º | 0.44% | 0.47% | - |
| HSV(B) | 171.35º | 0.61% | 0.67% | - |
| XYZ | 22.88 | 32.72 | 36.56 | - |
| YUV | 138.19 | 138.04 | 77.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 171 | 156 | 0.61 | 0 | 0.09 | 0.33 | 171.35 | 0.44 | 0.47 |
| Hex | 43 | AB | 9C | 3D | 0 | 9 | 21 | AB | 2C | 2F |
| Octal | 103 | 253 | 234 | 75 | 0 | 11 | 41 | 253 | 54 | 57 |
| Binary | 1000011 | 10101011 | 10011100 | 111101 | 0 | 1001 | 100001 | 10101011 | 101100 | 101111 |
Color Harmonies of #43AB9C
Complementary color
Monochromatic Colors of #43AB9C
Black with #43AB9C
Text Example
Text Example
White with #43AB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43AB9C; }
p { color: rgb(67,171,156); }
H1.HeaderClassName
{
color: #43AB9C;
}
.AnyTagClassName
{
color: #43AB9C;
}
</style>
background-color css
<style>
a { background-color: #43AB9C; }
a { background-color: rgb(67,171,156); }
div.DivClassName
{
background-color: #43AB9C;
}
.BgClassName
{
background-color: #43AB9C;
}
</style>
border-color css
<style>
span { border-color: #43AB9C; }
span { border-color: rgb(67,171,156); }
td.TdClassName
{
border-color: #43AB9C;
}
.TagClassName
{
border-color: #43AB9C;
}
</style>