Shades of Gossamer #26947D
Tints of Gossamer #26947D
RGB
CMYK
RGB Variations
Color information
#26947D (or 0x26947D) is known color: Gossamer. HEX triplet: 26, 94 and 7D. RGB value is (38,148,125). Sum of RGB (Red+Green+Blue) = 38+148+125=311 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.22% from 311); Green value is 148 (58.20% from 255 or 47.59% from 311); Blue value is 125 (49.22% from 255 or 40.19% from 311); Max value from RGB is 148 - color contains mainly: green. Hex color #26947D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26947D is #D96B82. Grayscale: #707070. Windows color (decimal): -14248835 or 8229926. OLE color: 8229926.
HSL color Cylindrical-coordinate representation of color #26947D: hue angle of 167.45º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #26947D is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 148 | 125 | - |
| CMYK | 0.74 | 0 | 0.16 | 0.42 |
| HSL | 167.45º | 0.59% | 0.36% | - |
| HSV(B) | 167.45º | 0.74% | 0.58% | - |
| XYZ | 15.09 | 23.07 | 23.06 | - |
| YUV | 112.49 | 135.06 | 74.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 148 | 125 | 0.74 | 0 | 0.16 | 0.42 | 167.45 | 0.59 | 0.36 |
| Hex | 26 | 94 | 7D | 4A | 0 | 10 | 2A | A7 | 3B | 24 |
| Octal | 46 | 224 | 175 | 112 | 0 | 20 | 52 | 247 | 73 | 44 |
| Binary | 100110 | 10010100 | 1111101 | 1001010 | 0 | 10000 | 101010 | 10100111 | 111011 | 100100 |
Color Harmonies of #26947D
Complementary color
Monochromatic Colors of #26947D
Black with #26947D
Text Example
Text Example
White with #26947D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26947D; }
p { color: rgb(38,148,125); }
H1.HeaderClassName
{
color: #26947D;
}
.AnyTagClassName
{
color: #26947D;
}
</style>
background-color css
<style>
a { background-color: #26947D; }
a { background-color: rgb(38,148,125); }
div.DivClassName
{
background-color: #26947D;
}
.BgClassName
{
background-color: #26947D;
}
</style>
border-color css
<style>
span { border-color: #26947D; }
span { border-color: rgb(38,148,125); }
td.TdClassName
{
border-color: #26947D;
}
.TagClassName
{
border-color: #26947D;
}
</style>