Shades of Gossamer #279682
Tints of Gossamer #279682
RGB
CMYK
RGB Variations
Color information
#279682 (or 0x279682) is known color: Gossamer. HEX triplet: 27, 96 and 82. RGB value is (39,150,130). Sum of RGB (Red+Green+Blue) = 39+150+130=319 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.23% from 319); Green value is 150 (58.98% from 255 or 47.02% from 319); Blue value is 130 (51.17% from 255 or 40.75% from 319); Max value from RGB is 150 - color contains mainly: green. Hex color #279682 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279682 is #D8697D. Grayscale: #727272. Windows color (decimal): -14182782 or 8558119. OLE color: 8558119.
HSL color Cylindrical-coordinate representation of color #279682: hue angle of 169.19º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #279682 is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 39 | 150 | 130 | - |
| CMYK | 0.74 | 0 | 0.13 | 0.41 |
| HSL | 169.19º | 0.59% | 0.37% | - |
| HSV(B) | 169.19º | 0.74% | 0.59% | - |
| XYZ | 15.77 | 23.86 | 24.89 | - |
| YUV | 114.53 | 136.73 | 74.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 150 | 130 | 0.74 | 0 | 0.13 | 0.41 | 169.19 | 0.59 | 0.37 |
| Hex | 27 | 96 | 82 | 4A | 0 | D | 29 | A9 | 3B | 25 |
| Octal | 47 | 226 | 202 | 112 | 0 | 15 | 51 | 251 | 73 | 45 |
| Binary | 100111 | 10010110 | 10000010 | 1001010 | 0 | 1101 | 101001 | 10101001 | 111011 | 100101 |
Color Harmonies of #279682
Complementary color
Monochromatic Colors of #279682
Black with #279682
Text Example
Text Example
White with #279682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279682; }
p { color: rgb(39,150,130); }
H1.HeaderClassName
{
color: #279682;
}
.AnyTagClassName
{
color: #279682;
}
</style>
background-color css
<style>
a { background-color: #279682; }
a { background-color: rgb(39,150,130); }
div.DivClassName
{
background-color: #279682;
}
.BgClassName
{
background-color: #279682;
}
</style>
border-color css
<style>
span { border-color: #279682; }
span { border-color: rgb(39,150,130); }
td.TdClassName
{
border-color: #279682;
}
.TagClassName
{
border-color: #279682;
}
</style>