Shades of Gossamer #43AC9A
Tints of Gossamer #43AC9A
RGB
CMYK
RGB Variations
Color information
#43AC9A (or 0x43AC9A) is known color: Gossamer. HEX triplet: 43, AC and 9A. RGB value is (67,172,154). Sum of RGB (Red+Green+Blue) = 67+172+154=393 (52% of max value = 765). Red value is 67 (26.56% from 255 or 17.05% from 393); Green value is 172 (67.58% from 255 or 43.77% from 393); Blue value is 154 (60.55% from 255 or 39.19% from 393); Max value from RGB is 172 - color contains mainly: green. Hex color #43AC9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43AC9A is #BC5365. Grayscale: #8A8A8A. Windows color (decimal): -12342118 or 10136643. OLE color: 10136643.
HSL color Cylindrical-coordinate representation of color #43AC9A: hue angle of 169.71º 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 #43AC9A is Cyan = 0.61, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 172 | 154 | - |
| CMYK | 0.61 | 0 | 0.10 | 0.33 |
| HSL | 169.71º | 0.44% | 0.47% | - |
| HSV(B) | 169.71º | 0.61% | 0.67% | - |
| XYZ | 22.9 | 33.03 | 35.74 | - |
| YUV | 138.55 | 136.71 | 76.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 172 | 154 | 0.61 | 0 | 0.10 | 0.33 | 169.71 | 0.44 | 0.47 |
| Hex | 43 | AC | 9A | 3D | 0 | A | 21 | AA | 2C | 2F |
| Octal | 103 | 254 | 232 | 75 | 0 | 12 | 41 | 252 | 54 | 57 |
| Binary | 1000011 | 10101100 | 10011010 | 111101 | 0 | 1010 | 100001 | 10101010 | 101100 | 101111 |
Color Harmonies of #43AC9A
Complementary color
Monochromatic Colors of #43AC9A
Black with #43AC9A
Text Example
Text Example
White with #43AC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43AC9A; }
p { color: rgb(67,172,154); }
H1.HeaderClassName
{
color: #43AC9A;
}
.AnyTagClassName
{
color: #43AC9A;
}
</style>
background-color css
<style>
a { background-color: #43AC9A; }
a { background-color: rgb(67,172,154); }
div.DivClassName
{
background-color: #43AC9A;
}
.BgClassName
{
background-color: #43AC9A;
}
</style>
border-color css
<style>
span { border-color: #43AC9A; }
span { border-color: rgb(67,172,154); }
td.TdClassName
{
border-color: #43AC9A;
}
.TagClassName
{
border-color: #43AC9A;
}
</style>