Shades of Gossamer #43A98C
Tints of Gossamer #43A98C
RGB
CMYK
RGB Variations
Color information
#43A98C (or 0x43A98C) is known color: Gossamer. HEX triplet: 43, A9 and 8C. RGB value is (67,169,140). Sum of RGB (Red+Green+Blue) = 67+169+140=376 (49% of max value = 765). Red value is 67 (26.56% from 255 or 17.82% from 376); Green value is 169 (66.41% from 255 or 44.95% from 376); Blue value is 140 (55.08% from 255 or 37.23% from 376); Max value from RGB is 169 - color contains mainly: green. Hex color #43A98C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43A98C is #BC5673. Grayscale: #878787. Windows color (decimal): -12342900 or 9218371. OLE color: 9218371.
HSL color Cylindrical-coordinate representation of color #43A98C: hue angle of 162.94º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #43A98C is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 67 | 169 | 140 | - |
| CMYK | 0.60 | 0 | 0.17 | 0.34 |
| HSL | 162.94º | 0.43% | 0.46% | - |
| HSV(B) | 162.94º | 0.6% | 0.66% | - |
| XYZ | 21.24 | 31.46 | 29.76 | - |
| YUV | 135.2 | 130.71 | 79.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 169 | 140 | 0.60 | 0 | 0.17 | 0.34 | 162.94 | 0.43 | 0.46 |
| Hex | 43 | A9 | 8C | 3C | 0 | 11 | 22 | A3 | 2B | 2E |
| Octal | 103 | 251 | 214 | 74 | 0 | 21 | 42 | 243 | 53 | 56 |
| Binary | 1000011 | 10101001 | 10001100 | 111100 | 0 | 10001 | 100010 | 10100011 | 101011 | 101110 |
Color Harmonies of #43A98C
Complementary color
Monochromatic Colors of #43A98C
Black with #43A98C
Text Example
Text Example
White with #43A98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43A98C; }
p { color: rgb(67,169,140); }
H1.HeaderClassName
{
color: #43A98C;
}
.AnyTagClassName
{
color: #43A98C;
}
</style>
background-color css
<style>
a { background-color: #43A98C; }
a { background-color: rgb(67,169,140); }
div.DivClassName
{
background-color: #43A98C;
}
.BgClassName
{
background-color: #43A98C;
}
</style>
border-color css
<style>
span { border-color: #43A98C; }
span { border-color: rgb(67,169,140); }
td.TdClassName
{
border-color: #43A98C;
}
.TagClassName
{
border-color: #43A98C;
}
</style>