Shades of Gossamer #43B191
Tints of Gossamer #43B191
RGB
CMYK
RGB Variations
Color information
#43B191 (or 0x43B191) is known color: Gossamer. HEX triplet: 43, B1 and 91. RGB value is (67,177,145). Sum of RGB (Red+Green+Blue) = 67+177+145=389 (51% of max value = 765). Red value is 67 (26.56% from 255 or 17.22% from 389); Green value is 177 (69.53% from 255 or 45.50% from 389); Blue value is 145 (57.03% from 255 or 37.28% from 389); Max value from RGB is 177 - color contains mainly: green. Hex color #43B191 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43B191 is #BC4E6E. Grayscale: #8C8C8C. Windows color (decimal): -12340847 or 9548099. OLE color: 9548099.
HSL color Cylindrical-coordinate representation of color #43B191: hue angle of 162.55º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #43B191 is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 67 | 177 | 145 | - |
| CMYK | 0.62 | 0 | 0.18 | 0.31 |
| HSL | 162.55º | 0.45% | 0.48% | - |
| HSV(B) | 162.55º | 0.62% | 0.69% | - |
| XYZ | 23.15 | 34.68 | 32.26 | - |
| YUV | 140.46 | 130.56 | 75.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 177 | 145 | 0.62 | 0 | 0.18 | 0.31 | 162.55 | 0.45 | 0.48 |
| Hex | 43 | B1 | 91 | 3E | 0 | 12 | 1F | A3 | 2D | 30 |
| Octal | 103 | 261 | 221 | 76 | 0 | 22 | 37 | 243 | 55 | 60 |
| Binary | 1000011 | 10110001 | 10010001 | 111110 | 0 | 10010 | 11111 | 10100011 | 101101 | 110000 |
Color Harmonies of #43B191
Complementary color
Monochromatic Colors of #43B191
Black with #43B191
Text Example
Text Example
White with #43B191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43B191; }
p { color: rgb(67,177,145); }
H1.HeaderClassName
{
color: #43B191;
}
.AnyTagClassName
{
color: #43B191;
}
</style>
background-color css
<style>
a { background-color: #43B191; }
a { background-color: rgb(67,177,145); }
div.DivClassName
{
background-color: #43B191;
}
.BgClassName
{
background-color: #43B191;
}
</style>
border-color css
<style>
span { border-color: #43B191; }
span { border-color: rgb(67,177,145); }
td.TdClassName
{
border-color: #43B191;
}
.TagClassName
{
border-color: #43B191;
}
</style>