Shades of Gossamer #43987E
Tints of Gossamer #43987E
RGB
CMYK
RGB Variations
Color information
#43987E (or 0x43987E) is known color: Gossamer. HEX triplet: 43, 98 and 7E. RGB value is (67,152,126). Sum of RGB (Red+Green+Blue) = 67+152+126=345 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.42% from 345); Green value is 152 (59.77% from 255 or 44.06% from 345); Blue value is 126 (49.61% from 255 or 36.52% from 345); Max value from RGB is 152 - color contains mainly: green. Hex color #43987E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43987E is #BC6781. Grayscale: #7B7B7B. Windows color (decimal): -12347266 or 8296515. OLE color: 8296515.
HSL color Cylindrical-coordinate representation of color #43987E: hue angle of 161.65º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #43987E is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 67 | 152 | 126 | - |
| CMYK | 0.56 | 0 | 0.17 | 0.40 |
| HSL | 161.65º | 0.39% | 0.43% | - |
| HSV(B) | 161.65º | 0.56% | 0.6% | - |
| XYZ | 17.31 | 25.16 | 23.68 | - |
| YUV | 123.62 | 129.34 | 87.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 152 | 126 | 0.56 | 0 | 0.17 | 0.40 | 161.65 | 0.39 | 0.43 |
| Hex | 43 | 98 | 7E | 38 | 0 | 11 | 28 | A2 | 27 | 2B |
| Octal | 103 | 230 | 176 | 70 | 0 | 21 | 50 | 242 | 47 | 53 |
| Binary | 1000011 | 10011000 | 1111110 | 111000 | 0 | 10001 | 101000 | 10100010 | 100111 | 101011 |
Color Harmonies of #43987E
Complementary color
Monochromatic Colors of #43987E
Black with #43987E
Text Example
Text Example
White with #43987E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43987E; }
p { color: rgb(67,152,126); }
H1.HeaderClassName
{
color: #43987E;
}
.AnyTagClassName
{
color: #43987E;
}
</style>
background-color css
<style>
a { background-color: #43987E; }
a { background-color: rgb(67,152,126); }
div.DivClassName
{
background-color: #43987E;
}
.BgClassName
{
background-color: #43987E;
}
</style>
border-color css
<style>
span { border-color: #43987E; }
span { border-color: rgb(67,152,126); }
td.TdClassName
{
border-color: #43987E;
}
.TagClassName
{
border-color: #43987E;
}
</style>