Shades of Gossamer #43A180
Tints of Gossamer #43A180
RGB
CMYK
RGB Variations
Color information
#43A180 (or 0x43A180) is known color: Gossamer. HEX triplet: 43, A1 and 80. RGB value is (67,161,128). Sum of RGB (Red+Green+Blue) = 67+161+128=356 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.82% from 356); Green value is 161 (63.28% from 255 or 45.22% from 356); Blue value is 128 (50.39% from 255 or 35.96% from 356); Max value from RGB is 161 - color contains mainly: green. Hex color #43A180 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43A180 is #BC5E7F. Grayscale: #818181. Windows color (decimal): -12344960 or 8429891. OLE color: 8429891.
HSL color Cylindrical-coordinate representation of color #43A180: hue angle of 158.94º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #43A180 is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 67 | 161 | 128 | - |
| CMYK | 0.58 | 0 | 0.20 | 0.37 |
| HSL | 158.94º | 0.41% | 0.45% | - |
| HSV(B) | 158.94º | 0.58% | 0.63% | - |
| XYZ | 18.96 | 28.24 | 24.87 | - |
| YUV | 129.13 | 127.36 | 83.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 161 | 128 | 0.58 | 0 | 0.20 | 0.37 | 158.94 | 0.41 | 0.45 |
| Hex | 43 | A1 | 80 | 3A | 0 | 14 | 25 | 9F | 29 | 2D |
| Octal | 103 | 241 | 200 | 72 | 0 | 24 | 45 | 237 | 51 | 55 |
| Binary | 1000011 | 10100001 | 10000000 | 111010 | 0 | 10100 | 100101 | 10011111 | 101001 | 101101 |
Color Harmonies of #43A180
Complementary color
Monochromatic Colors of #43A180
Black with #43A180
Text Example
Text Example
White with #43A180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43A180; }
p { color: rgb(67,161,128); }
H1.HeaderClassName
{
color: #43A180;
}
.AnyTagClassName
{
color: #43A180;
}
</style>
background-color css
<style>
a { background-color: #43A180; }
a { background-color: rgb(67,161,128); }
div.DivClassName
{
background-color: #43A180;
}
.BgClassName
{
background-color: #43A180;
}
</style>
border-color css
<style>
span { border-color: #43A180; }
span { border-color: rgb(67,161,128); }
td.TdClassName
{
border-color: #43A180;
}
.TagClassName
{
border-color: #43A180;
}
</style>