Shades of Gossamer #43AA8B
Tints of Gossamer #43AA8B
RGB
CMYK
RGB Variations
Color information
#43AA8B (or 0x43AA8B) is known color: Gossamer. HEX triplet: 43, AA and 8B. RGB value is (67,170,139). Sum of RGB (Red+Green+Blue) = 67+170+139=376 (49% of max value = 765). Red value is 67 (26.56% from 255 or 17.82% from 376); Green value is 170 (66.80% from 255 or 45.21% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 170 - color contains mainly: green. Hex color #43AA8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43AA8B is #BC5574. Grayscale: #878787. Windows color (decimal): -12342645 or 9153091. OLE color: 9153091.
HSL color Cylindrical-coordinate representation of color #43AA8B: hue angle of 161.94º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #43AA8B is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 170 | 139 | - |
| CMYK | 0.61 | 0 | 0.18 | 0.33 |
| HSL | 161.94º | 0.43% | 0.46% | - |
| HSV(B) | 161.94º | 0.61% | 0.67% | - |
| XYZ | 21.35 | 31.81 | 29.44 | - |
| YUV | 135.67 | 129.88 | 79.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 170 | 139 | 0.61 | 0 | 0.18 | 0.33 | 161.94 | 0.43 | 0.46 |
| Hex | 43 | AA | 8B | 3D | 0 | 12 | 21 | A2 | 2B | 2E |
| Octal | 103 | 252 | 213 | 75 | 0 | 22 | 41 | 242 | 53 | 56 |
| Binary | 1000011 | 10101010 | 10001011 | 111101 | 0 | 10010 | 100001 | 10100010 | 101011 | 101110 |
Color Harmonies of #43AA8B
Complementary color
Monochromatic Colors of #43AA8B
Black with #43AA8B
Text Example
Text Example
White with #43AA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43AA8B; }
p { color: rgb(67,170,139); }
H1.HeaderClassName
{
color: #43AA8B;
}
.AnyTagClassName
{
color: #43AA8B;
}
</style>
background-color css
<style>
a { background-color: #43AA8B; }
a { background-color: rgb(67,170,139); }
div.DivClassName
{
background-color: #43AA8B;
}
.BgClassName
{
background-color: #43AA8B;
}
</style>
border-color css
<style>
span { border-color: #43AA8B; }
span { border-color: rgb(67,170,139); }
td.TdClassName
{
border-color: #43AA8B;
}
.TagClassName
{
border-color: #43AA8B;
}
</style>