#2C997E

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

Shades of Gossamer #2C997E

Tints of Gossamer #2C997E

Color information

#2C997E (or 0x2C997E) is unknown color: approx Gossamer. HEX triplet: 2C, 99 and 7E. RGB value is (44,153,126). Sum of RGB (Red+Green+Blue) = 44+153+126=323 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.62% from 323); Green value is 153 (60.16% from 255 or 47.37% from 323); Blue value is 126 (49.61% from 255 or 39.01% from 323); Max value from RGB is 153 - color contains mainly: green. Hex color #2C997E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C997E is #D36681. Grayscale: #757575. Windows color (decimal): -13854338 or 8296748. OLE color: 8296748.

HSL color Cylindrical-coordinate representation of color #2C997E: hue angle of 165.14º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2C997E is Cyan = 0.71, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB44153126-
CMYK0.7100.180.4
HSL165.14º55.33%38.63%-
HSV(B)165.14º71.24%60%-
XYZ16.224.8223.68-
YUV117.33132.8975.7-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.62%
GREEN value IS 153 (60.16% from 255) = 47.37%
BLUE value IS 126 (49.61% from 255) = 39.01%
R=13.62%
G=47.37%
B=39.01%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal441531260.7100.180.4165.1455.3338.63
Hex2C997E4701228a53727
Octal54231176107022502456747
Binary101100100110011111110100011101001010100010100101110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C997E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,153,126); }

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

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

 a { background-color: rgb(44,153,126); }

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

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

 span { border-color: rgb(44,153,126); }

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