Shades of Gossamer #43A08A
Tints of Gossamer #43A08A
RGB
CMYK
RGB Variations
Color information
#43A08A (or 0x43A08A) is known color: Gossamer. HEX triplet: 43, A0 and 8A. RGB value is (67,160,138). Sum of RGB (Red+Green+Blue) = 67+160+138=365 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.36% from 365); Green value is 160 (62.89% from 255 or 43.84% from 365); Blue value is 138 (54.30% from 255 or 37.81% from 365); Max value from RGB is 160 - color contains mainly: green. Hex color #43A08A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43A08A is #BC5F75. Grayscale: #818181. Windows color (decimal): -12345206 or 9084995. OLE color: 9084995.
HSL color Cylindrical-coordinate representation of color #43A08A: hue angle of 165.81º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #43A08A is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 67 | 160 | 138 | - |
| CMYK | 0.58 | 0 | 0.14 | 0.37 |
| HSL | 165.81º | 0.41% | 0.45% | - |
| HSV(B) | 165.81º | 0.58% | 0.63% | - |
| XYZ | 19.47 | 28.17 | 28.46 | - |
| YUV | 129.69 | 132.69 | 83.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 160 | 138 | 0.58 | 0 | 0.14 | 0.37 | 165.81 | 0.41 | 0.45 |
| Hex | 43 | A0 | 8A | 3A | 0 | E | 25 | A6 | 29 | 2D |
| Octal | 103 | 240 | 212 | 72 | 0 | 16 | 45 | 246 | 51 | 55 |
| Binary | 1000011 | 10100000 | 10001010 | 111010 | 0 | 1110 | 100101 | 10100110 | 101001 | 101101 |
Color Harmonies of #43A08A
Complementary color
Monochromatic Colors of #43A08A
Black with #43A08A
Text Example
Text Example
White with #43A08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43A08A; }
p { color: rgb(67,160,138); }
H1.HeaderClassName
{
color: #43A08A;
}
.AnyTagClassName
{
color: #43A08A;
}
</style>
background-color css
<style>
a { background-color: #43A08A; }
a { background-color: rgb(67,160,138); }
div.DivClassName
{
background-color: #43A08A;
}
.BgClassName
{
background-color: #43A08A;
}
</style>
border-color css
<style>
span { border-color: #43A08A; }
span { border-color: rgb(67,160,138); }
td.TdClassName
{
border-color: #43A08A;
}
.TagClassName
{
border-color: #43A08A;
}
</style>