Shades of Gossamer #43A28B
Tints of Gossamer #43A28B
RGB
CMYK
RGB Variations
Color information
#43A28B (or 0x43A28B) is known color: Gossamer. HEX triplet: 43, A2 and 8B. RGB value is (67,162,139). Sum of RGB (Red+Green+Blue) = 67+162+139=368 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.21% from 368); Green value is 162 (63.67% from 255 or 44.02% from 368); Blue value is 139 (54.69% from 255 or 37.77% from 368); Max value from RGB is 162 - color contains mainly: green. Hex color #43A28B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43A28B is #BC5D74. Grayscale: #828282. Windows color (decimal): -12344693 or 9151043. OLE color: 9151043.
HSL color Cylindrical-coordinate representation of color #43A28B: hue angle of 165.47º degrees, saturation: 0.41, 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 #43A28B is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 67 | 162 | 139 | - |
| CMYK | 0.59 | 0 | 0.14 | 0.36 |
| HSL | 165.47º | 0.41% | 0.45% | - |
| HSV(B) | 165.47º | 0.59% | 0.64% | - |
| XYZ | 19.9 | 28.9 | 28.96 | - |
| YUV | 130.97 | 132.53 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 162 | 139 | 0.59 | 0 | 0.14 | 0.36 | 165.47 | 0.41 | 0.45 |
| Hex | 43 | A2 | 8B | 3B | 0 | E | 24 | A5 | 29 | 2D |
| Octal | 103 | 242 | 213 | 73 | 0 | 16 | 44 | 245 | 51 | 55 |
| Binary | 1000011 | 10100010 | 10001011 | 111011 | 0 | 1110 | 100100 | 10100101 | 101001 | 101101 |
Color Harmonies of #43A28B
Complementary color
Monochromatic Colors of #43A28B
Black with #43A28B
Text Example
Text Example
White with #43A28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43A28B; }
p { color: rgb(67,162,139); }
H1.HeaderClassName
{
color: #43A28B;
}
.AnyTagClassName
{
color: #43A28B;
}
</style>
background-color css
<style>
a { background-color: #43A28B; }
a { background-color: rgb(67,162,139); }
div.DivClassName
{
background-color: #43A28B;
}
.BgClassName
{
background-color: #43A28B;
}
</style>
border-color css
<style>
span { border-color: #43A28B; }
span { border-color: rgb(67,162,139); }
td.TdClassName
{
border-color: #43A28B;
}
.TagClassName
{
border-color: #43A28B;
}
</style>