Shades of Gossamer #27957C
Tints of Gossamer #27957C
RGB
CMYK
RGB Variations
Color information
#27957C (or 0x27957C) is known color: Gossamer. HEX triplet: 27, 95 and 7C. RGB value is (39,149,124). Sum of RGB (Red+Green+Blue) = 39+149+124=312 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.5% from 312); Green value is 149 (58.59% from 255 or 47.76% from 312); Blue value is 124 (48.83% from 255 or 39.74% from 312); Max value from RGB is 149 - color contains mainly: green. Hex color #27957C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27957C is #D86A83. Grayscale: #717171. Windows color (decimal): -14183044 or 8164647. OLE color: 8164647.
HSL color Cylindrical-coordinate representation of color #27957C: hue angle of 166.36º 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 #27957C is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 39 | 149 | 124 | - |
| CMYK | 0.74 | 0 | 0.17 | 0.42 |
| HSL | 166.36º | 0.59% | 0.37% | - |
| HSV(B) | 166.36º | 0.74% | 0.58% | - |
| XYZ | 15.22 | 23.38 | 22.78 | - |
| YUV | 113.26 | 134.06 | 75.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 149 | 124 | 0.74 | 0 | 0.17 | 0.42 | 166.36 | 0.59 | 0.37 |
| Hex | 27 | 95 | 7C | 4A | 0 | 11 | 2A | A6 | 3B | 25 |
| Octal | 47 | 225 | 174 | 112 | 0 | 21 | 52 | 246 | 73 | 45 |
| Binary | 100111 | 10010101 | 1111100 | 1001010 | 0 | 10001 | 101010 | 10100110 | 111011 | 100101 |
Color Harmonies of #27957C
Complementary color
Monochromatic Colors of #27957C
Black with #27957C
Text Example
Text Example
White with #27957C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27957C; }
p { color: rgb(39,149,124); }
H1.HeaderClassName
{
color: #27957C;
}
.AnyTagClassName
{
color: #27957C;
}
</style>
background-color css
<style>
a { background-color: #27957C; }
a { background-color: rgb(39,149,124); }
div.DivClassName
{
background-color: #27957C;
}
.BgClassName
{
background-color: #27957C;
}
</style>
border-color css
<style>
span { border-color: #27957C; }
span { border-color: rgb(39,149,124); }
td.TdClassName
{
border-color: #27957C;
}
.TagClassName
{
border-color: #27957C;
}
</style>