Shades of Gossamer #2C987D
Tints of Gossamer #2C987D
RGB
CMYK
RGB Variations
Color information
#2C987D (or 0x2C987D) is known color: Gossamer. HEX triplet: 2C, 98 and 7D. RGB value is (44,152,125). Sum of RGB (Red+Green+Blue) = 44+152+125=321 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.71% from 321); Green value is 152 (59.77% from 255 or 47.35% from 321); Blue value is 125 (49.22% from 255 or 38.94% from 321); Max value from RGB is 152 - color contains mainly: green. Hex color #2C987D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C987D is #D36782. Grayscale: #747474. Windows color (decimal): -13854595 or 8230956. OLE color: 8230956.
HSL color Cylindrical-coordinate representation of color #2C987D: hue angle of 165º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2C987D is Cyan = 0.71, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 44 | 152 | 125 | - |
| CMYK | 0.71 | 0 | 0.18 | 0.40 |
| HSL | 165º | 0.55% | 0.38% | - |
| HSV(B) | 165º | 0.71% | 0.6% | - |
| XYZ | 15.97 | 24.47 | 23.28 | - |
| YUV | 116.63 | 132.72 | 76.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 152 | 125 | 0.71 | 0 | 0.18 | 0.40 | 165 | 0.55 | 0.38 |
| Hex | 2C | 98 | 7D | 47 | 0 | 12 | 28 | A5 | 37 | 26 |
| Octal | 54 | 230 | 175 | 107 | 0 | 22 | 50 | 245 | 67 | 46 |
| Binary | 101100 | 10011000 | 1111101 | 1000111 | 0 | 10010 | 101000 | 10100101 | 110111 | 100110 |
Color Harmonies of #2C987D
Complementary color
Monochromatic Colors of #2C987D
Black with #2C987D
Text Example
Text Example
White with #2C987D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C987D; }
p { color: rgb(44,152,125); }
H1.HeaderClassName
{
color: #2C987D;
}
.AnyTagClassName
{
color: #2C987D;
}
</style>
background-color css
<style>
a { background-color: #2C987D; }
a { background-color: rgb(44,152,125); }
div.DivClassName
{
background-color: #2C987D;
}
.BgClassName
{
background-color: #2C987D;
}
</style>
border-color css
<style>
span { border-color: #2C987D; }
span { border-color: rgb(44,152,125); }
td.TdClassName
{
border-color: #2C987D;
}
.TagClassName
{
border-color: #2C987D;
}
</style>