Shades of Gossamer #43997D
Tints of Gossamer #43997D
RGB
CMYK
RGB Variations
Color information
#43997D (or 0x43997D) is known color: Gossamer. HEX triplet: 43, 99 and 7D. RGB value is (67,153,125). Sum of RGB (Red+Green+Blue) = 67+153+125=345 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.42% from 345); Green value is 153 (60.16% from 255 or 44.35% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 153 - color contains mainly: green. Hex color #43997D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43997D is #BC6682. Grayscale: #7C7C7C. Windows color (decimal): -12347011 or 8231235. OLE color: 8231235.
HSL color Cylindrical-coordinate representation of color #43997D: hue angle of 160.47º 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 #43997D is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 67 | 153 | 125 | - |
| CMYK | 0.56 | 0 | 0.18 | 0.4 |
| HSL | 160.47º | 0.39% | 0.43% | - |
| HSV(B) | 160.47º | 0.56% | 0.6% | - |
| XYZ | 17.41 | 25.46 | 23.4 | - |
| YUV | 124.09 | 128.51 | 87.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 153 | 125 | 0.56 | 0 | 0.18 | 0.4 | 160.47 | 0.39 | 0.43 |
| Hex | 43 | 99 | 7D | 38 | 0 | 12 | 28 | A0 | 27 | 2B |
| Octal | 103 | 231 | 175 | 70 | 0 | 22 | 50 | 240 | 47 | 53 |
| Binary | 1000011 | 10011001 | 1111101 | 111000 | 0 | 10010 | 101000 | 10100000 | 100111 | 101011 |
Color Harmonies of #43997D
Complementary color
Monochromatic Colors of #43997D
Black with #43997D
Text Example
Text Example
White with #43997D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43997D; }
p { color: rgb(67,153,125); }
H1.HeaderClassName
{
color: #43997D;
}
.AnyTagClassName
{
color: #43997D;
}
</style>
background-color css
<style>
a { background-color: #43997D; }
a { background-color: rgb(67,153,125); }
div.DivClassName
{
background-color: #43997D;
}
.BgClassName
{
background-color: #43997D;
}
</style>
border-color css
<style>
span { border-color: #43997D; }
span { border-color: rgb(67,153,125); }
td.TdClassName
{
border-color: #43997D;
}
.TagClassName
{
border-color: #43997D;
}
</style>