Shades of Gossamer #2C917E
Tints of Gossamer #2C917E
RGB
CMYK
RGB Variations
Color information
#2C917E (or 0x2C917E) is known color: Gossamer. HEX triplet: 2C, 91 and 7E. RGB value is (44,145,126). Sum of RGB (Red+Green+Blue) = 44+145+126=315 (41% of max value = 765). Red value is 44 (17.58% from 255 or 13.97% from 315); Green value is 145 (57.03% from 255 or 46.03% from 315); Blue value is 126 (49.61% from 255 or 40% from 315); Max value from RGB is 145 - color contains mainly: green. Hex color #2C917E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C917E is #D36E81. Grayscale: #707070. Windows color (decimal): -13856386 or 8294700. OLE color: 8294700.
HSL color Cylindrical-coordinate representation of color #2C917E: hue angle of 168.71º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2C917E is Cyan = 0.70, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 44 | 145 | 126 | - |
| CMYK | 0.70 | 0 | 0.13 | 0.43 |
| HSL | 168.71º | 0.53% | 0.37% | - |
| HSV(B) | 168.71º | 0.7% | 0.57% | - |
| XYZ | 14.93 | 22.29 | 23.25 | - |
| YUV | 112.64 | 135.54 | 79.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 145 | 126 | 0.70 | 0 | 0.13 | 0.43 | 168.71 | 0.53 | 0.37 |
| Hex | 2C | 91 | 7E | 46 | 0 | D | 2B | A9 | 35 | 25 |
| Octal | 54 | 221 | 176 | 106 | 0 | 15 | 53 | 251 | 65 | 45 |
| Binary | 101100 | 10010001 | 1111110 | 1000110 | 0 | 1101 | 101011 | 10101001 | 110101 | 100101 |
Color Harmonies of #2C917E
Complementary color
Monochromatic Colors of #2C917E
Black with #2C917E
Text Example
Text Example
White with #2C917E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C917E; }
p { color: rgb(44,145,126); }
H1.HeaderClassName
{
color: #2C917E;
}
.AnyTagClassName
{
color: #2C917E;
}
</style>
background-color css
<style>
a { background-color: #2C917E; }
a { background-color: rgb(44,145,126); }
div.DivClassName
{
background-color: #2C917E;
}
.BgClassName
{
background-color: #2C917E;
}
</style>
border-color css
<style>
span { border-color: #2C917E; }
span { border-color: rgb(44,145,126); }
td.TdClassName
{
border-color: #2C917E;
}
.TagClassName
{
border-color: #2C917E;
}
</style>