#2C9E7C

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

Shades of Gossamer #2C9E7C

Tints of Gossamer #2C9E7C

Color information

#2C9E7C (or 0x2C9E7C) is unknown color: approx Gossamer. HEX triplet: 2C, 9E and 7C. RGB value is (44,158,124). Sum of RGB (Red+Green+Blue) = 44+158+124=326 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.50% from 326); Green value is 158 (62.11% from 255 or 48.47% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 158 - color contains mainly: green. Hex color #2C9E7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C9E7C is #D36183. Grayscale: #787878. Windows color (decimal): -13853060 or 8166956. OLE color: 8166956.

HSL color Cylindrical-coordinate representation of color #2C9E7C: hue angle of 162.11º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C9E7C is Cyan = 0.72, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB44158124-
CMYK0.7200.220.38
HSL162.11º56.44%39.61%-
HSV(B)162.11º72.15%61.96%-
XYZ16.926.4423.28-
YUV120.04130.2373.76-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.50%
GREEN value IS 158 (62.11% from 255) = 48.47%
BLUE value IS 124 (48.83% from 255) = 38.04%
R=13.50%
G=48.47%
B=38.04%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal441581240.7200.220.38162.1156.4439.61
Hex2C9E7C4801626a23828
Octal54236174110026462427050
Binary101100100111101111100100100001011010011010100010111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C9E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,158,124); }

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

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

 a { background-color: rgb(44,158,124); }

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

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

 span { border-color: rgb(44,158,124); }

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