Shades of Gossamer #2C987F
Tints of Gossamer #2C987F
RGB
CMYK
RGB Variations
Color information
#2C987F (or 0x2C987F) is known color: Gossamer. HEX triplet: 2C, 98 and 7F. RGB value is (44,152,127). Sum of RGB (Red+Green+Blue) = 44+152+127=323 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.62% from 323); Green value is 152 (59.77% from 255 or 47.06% from 323); Blue value is 127 (50% from 255 or 39.32% from 323); Max value from RGB is 152 - color contains mainly: green. Hex color #2C987F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C987F is #D36780. Grayscale: #747474. Windows color (decimal): -13854593 or 8362028. OLE color: 8362028.
HSL color Cylindrical-coordinate representation of color #2C987F: hue angle of 166.11º 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 #2C987F is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 44 | 152 | 127 | - |
| CMYK | 0.71 | 0 | 0.16 | 0.40 |
| HSL | 166.11º | 0.55% | 0.38% | - |
| HSV(B) | 166.11º | 0.71% | 0.6% | - |
| XYZ | 16.1 | 24.52 | 23.96 | - |
| YUV | 116.86 | 133.72 | 76.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 152 | 127 | 0.71 | 0 | 0.16 | 0.40 | 166.11 | 0.55 | 0.38 |
| Hex | 2C | 98 | 7F | 47 | 0 | 10 | 28 | A6 | 37 | 26 |
| Octal | 54 | 230 | 177 | 107 | 0 | 20 | 50 | 246 | 67 | 46 |
| Binary | 101100 | 10011000 | 1111111 | 1000111 | 0 | 10000 | 101000 | 10100110 | 110111 | 100110 |
Color Harmonies of #2C987F
Complementary color
Monochromatic Colors of #2C987F
Black with #2C987F
Text Example
Text Example
White with #2C987F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C987F; }
p { color: rgb(44,152,127); }
H1.HeaderClassName
{
color: #2C987F;
}
.AnyTagClassName
{
color: #2C987F;
}
</style>
background-color css
<style>
a { background-color: #2C987F; }
a { background-color: rgb(44,152,127); }
div.DivClassName
{
background-color: #2C987F;
}
.BgClassName
{
background-color: #2C987F;
}
</style>
border-color css
<style>
span { border-color: #2C987F; }
span { border-color: rgb(44,152,127); }
td.TdClassName
{
border-color: #2C987F;
}
.TagClassName
{
border-color: #2C987F;
}
</style>