#2C9C86

Color #2C9C86 Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #2C9C86

Tints of Gossamer #2C9C86

Color information

#2C9C86 (or 0x2C9C86) is unknown color: approx Gossamer. HEX triplet: 2C, 9C and 86. RGB value is (44,156,134). Sum of RGB (Red+Green+Blue) = 44+156+134=334 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.17% from 334); Green value is 156 (61.33% from 255 or 46.71% from 334); Blue value is 134 (52.73% from 255 or 40.12% from 334); Max value from RGB is 156 - color contains mainly: green. Hex color #2C9C86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C9C86 is #D36379. Grayscale: #777777. Windows color (decimal): -13853562 or 8821804. OLE color: 8821804.

HSL color Cylindrical-coordinate representation of color #2C9C86: hue angle of 168.21º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C9C86 is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB44156134-
CMYK0.7200.140.39
HSL168.21º56%39.22%-
HSV(B)168.21º71.79%61.18%-
XYZ17.2326.0326.67-
YUV120135.8973.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 44 (17.58% from 255) = 13.17%
GREEN value IS 156 (61.33% from 255) = 46.71%
BLUE value IS 134 (52.73% from 255) = 40.12%
R=13.17%
G=46.71%
B=40.12%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal441561340.7200.140.39168.215639.22
Hex2C9C86480E27a83827
Octal54234206110016472507047
Binary101100100111001000011010010000111010011110101000111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C9C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C9C86; }

 p { color: rgb(44,156,134); }

 H1.HeaderClassName
 {
   color: #2C9C86;
 }
 .AnyTagClassName
 {
   color: #2C9C86;
 }
</style>
background-color css

<style>
 a { background-color: #2C9C86; }

 a { background-color: rgb(44,156,134); }

 div.DivClassName
 {
   background-color: #2C9C86;
 }
 .BgClassName
 {
   background-color: #2C9C86;
 }
</style>
border-color css

<style>
 span { border-color: #2C9C86; }

 span { border-color: rgb(44,156,134); }

 td.TdClassName
 {
   border-color: #2C9C86;
 }
 .TagClassName
 {
   border-color: #2C9C86;
 }
</style>