Shades of Gossamer #43B08C
Tints of Gossamer #43B08C
RGB
CMYK
RGB Variations
Color information
#43B08C (or 0x43B08C) is known color: Gossamer. HEX triplet: 43, B0 and 8C. RGB value is (67,176,140). Sum of RGB (Red+Green+Blue) = 67+176+140=383 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.49% from 383); Green value is 176 (69.14% from 255 or 45.95% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 176 - color contains mainly: green. Hex color #43B08C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43B08C is #BC4F73. Grayscale: #8B8B8B. Windows color (decimal): -12341108 or 9220163. OLE color: 9220163.
HSL color Cylindrical-coordinate representation of color #43B08C: hue angle of 160.18º 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 #43B08C is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 67 | 176 | 140 | - |
| CMYK | 0.62 | 0 | 0.20 | 0.31 |
| HSL | 160.18º | 0.45% | 0.48% | - |
| HSV(B) | 160.18º | 0.62% | 0.69% | - |
| XYZ | 22.57 | 34.14 | 30.21 | - |
| YUV | 139.31 | 128.39 | 76.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 176 | 140 | 0.62 | 0 | 0.20 | 0.31 | 160.18 | 0.45 | 0.48 |
| Hex | 43 | B0 | 8C | 3E | 0 | 14 | 1F | A0 | 2D | 30 |
| Octal | 103 | 260 | 214 | 76 | 0 | 24 | 37 | 240 | 55 | 60 |
| Binary | 1000011 | 10110000 | 10001100 | 111110 | 0 | 10100 | 11111 | 10100000 | 101101 | 110000 |
Color Harmonies of #43B08C
Complementary color
Monochromatic Colors of #43B08C
Black with #43B08C
Text Example
Text Example
White with #43B08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43B08C; }
p { color: rgb(67,176,140); }
H1.HeaderClassName
{
color: #43B08C;
}
.AnyTagClassName
{
color: #43B08C;
}
</style>
background-color css
<style>
a { background-color: #43B08C; }
a { background-color: rgb(67,176,140); }
div.DivClassName
{
background-color: #43B08C;
}
.BgClassName
{
background-color: #43B08C;
}
</style>
border-color css
<style>
span { border-color: #43B08C; }
span { border-color: rgb(67,176,140); }
td.TdClassName
{
border-color: #43B08C;
}
.TagClassName
{
border-color: #43B08C;
}
</style>