#2C9C82

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

Shades of Gossamer #2C9C82

Tints of Gossamer #2C9C82

Color information

#2C9C82 (or 0x2C9C82) is unknown color: approx Gossamer. HEX triplet: 2C, 9C and 82. RGB value is (44,156,130). Sum of RGB (Red+Green+Blue) = 44+156+130=330 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.33% from 330); Green value is 156 (61.33% from 255 or 47.27% from 330); Blue value is 130 (51.17% from 255 or 39.39% from 330); Max value from RGB is 156 - color contains mainly: green. Hex color #2C9C82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C9C82 is #D3637D. Grayscale: #777777. Windows color (decimal): -13853566 or 8559660. OLE color: 8559660.

HSL color Cylindrical-coordinate representation of color #2C9C82: hue angle of 166.07º 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 #2C9C82 is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB44156130-
CMYK0.7200.170.39
HSL166.07º56%39.22%-
HSV(B)166.07º71.79%61.18%-
XYZ16.9625.9225.23-
YUV119.55133.8974.11-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.33%
GREEN value IS 156 (61.33% from 255) = 47.27%
BLUE value IS 130 (51.17% from 255) = 39.39%
R=13.33%
G=47.27%
B=39.39%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal441561300.7200.170.39166.075639.22
Hex2C9C824801127a63827
Octal54234202110021472467047
Binary1011001001110010000010100100001000110011110100110111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C9C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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