Shades of Gossamer #43A38B
Tints of Gossamer #43A38B
RGB
CMYK
RGB Variations
Color information
#43A38B (or 0x43A38B) is known color: Gossamer. HEX triplet: 43, A3 and 8B. RGB value is (67,163,139). Sum of RGB (Red+Green+Blue) = 67+163+139=369 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.16% from 369); Green value is 163 (64.06% from 255 or 44.17% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 163 - color contains mainly: green. Hex color #43A38B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43A38B is #BC5C74. Grayscale: #838383. Windows color (decimal): -12344437 or 9151299. OLE color: 9151299.
HSL color Cylindrical-coordinate representation of color #43A38B: hue angle of 165º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #43A38B is Cyan = 0.59, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 67 | 163 | 139 | - |
| CMYK | 0.59 | 0 | 0.15 | 0.36 |
| HSL | 165º | 0.42% | 0.45% | - |
| HSV(B) | 165º | 0.59% | 0.64% | - |
| XYZ | 20.07 | 29.25 | 29.01 | - |
| YUV | 131.56 | 132.2 | 81.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 163 | 139 | 0.59 | 0 | 0.15 | 0.36 | 165 | 0.42 | 0.45 |
| Hex | 43 | A3 | 8B | 3B | 0 | F | 24 | A5 | 2A | 2D |
| Octal | 103 | 243 | 213 | 73 | 0 | 17 | 44 | 245 | 52 | 55 |
| Binary | 1000011 | 10100011 | 10001011 | 111011 | 0 | 1111 | 100100 | 10100101 | 101010 | 101101 |
Color Harmonies of #43A38B
Complementary color
Monochromatic Colors of #43A38B
Black with #43A38B
Text Example
Text Example
White with #43A38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43A38B; }
p { color: rgb(67,163,139); }
H1.HeaderClassName
{
color: #43A38B;
}
.AnyTagClassName
{
color: #43A38B;
}
</style>
background-color css
<style>
a { background-color: #43A38B; }
a { background-color: rgb(67,163,139); }
div.DivClassName
{
background-color: #43A38B;
}
.BgClassName
{
background-color: #43A38B;
}
</style>
border-color css
<style>
span { border-color: #43A38B; }
span { border-color: rgb(67,163,139); }
td.TdClassName
{
border-color: #43A38B;
}
.TagClassName
{
border-color: #43A38B;
}
</style>