Shades of Gossamer #27957E
Tints of Gossamer #27957E
RGB
CMYK
RGB Variations
Color information
#27957E (or 0x27957E) is known color: Gossamer. HEX triplet: 27, 95 and 7E. RGB value is (39,149,126). Sum of RGB (Red+Green+Blue) = 39+149+126=314 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.42% from 314); Green value is 149 (58.59% from 255 or 47.45% from 314); Blue value is 126 (49.61% from 255 or 40.13% from 314); Max value from RGB is 149 - color contains mainly: green. Hex color #27957E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27957E is #D86A81. Grayscale: #717171. Windows color (decimal): -14183042 or 8295719. OLE color: 8295719.
HSL color Cylindrical-coordinate representation of color #27957E: hue angle of 167.45º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #27957E is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 39 | 149 | 126 | - |
| CMYK | 0.74 | 0 | 0.15 | 0.42 |
| HSL | 167.45º | 0.59% | 0.37% | - |
| HSV(B) | 167.45º | 0.74% | 0.58% | - |
| XYZ | 15.35 | 23.43 | 23.45 | - |
| YUV | 113.49 | 135.06 | 74.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 149 | 126 | 0.74 | 0 | 0.15 | 0.42 | 167.45 | 0.59 | 0.37 |
| Hex | 27 | 95 | 7E | 4A | 0 | F | 2A | A7 | 3B | 25 |
| Octal | 47 | 225 | 176 | 112 | 0 | 17 | 52 | 247 | 73 | 45 |
| Binary | 100111 | 10010101 | 1111110 | 1001010 | 0 | 1111 | 101010 | 10100111 | 111011 | 100101 |
Color Harmonies of #27957E
Complementary color
Monochromatic Colors of #27957E
Black with #27957E
Text Example
Text Example
White with #27957E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27957E; }
p { color: rgb(39,149,126); }
H1.HeaderClassName
{
color: #27957E;
}
.AnyTagClassName
{
color: #27957E;
}
</style>
background-color css
<style>
a { background-color: #27957E; }
a { background-color: rgb(39,149,126); }
div.DivClassName
{
background-color: #27957E;
}
.BgClassName
{
background-color: #27957E;
}
</style>
border-color css
<style>
span { border-color: #27957E; }
span { border-color: rgb(39,149,126); }
td.TdClassName
{
border-color: #27957E;
}
.TagClassName
{
border-color: #27957E;
}
</style>