#2C9E80

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

Shades of Gossamer #2C9E80

Tints of Gossamer #2C9E80

Color information

#2C9E80 (or 0x2C9E80) is unknown color: approx Gossamer. HEX triplet: 2C, 9E and 80. RGB value is (44,158,128). Sum of RGB (Red+Green+Blue) = 44+158+128=330 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.33% from 330); Green value is 158 (62.11% from 255 or 47.88% from 330); Blue value is 128 (50.39% from 255 or 38.79% from 330); Max value from RGB is 158 - color contains mainly: green. Hex color #2C9E80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C9E80 is #D3617F. Grayscale: #787878. Windows color (decimal): -13853056 or 8429100. OLE color: 8429100.

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

Color convert

RGB44158128-
CMYK0.7200.190.38
HSL164.21º56.44%39.61%-
HSV(B)164.21º72.15%61.96%-
XYZ17.1626.5524.64-
YUV120.49132.2373.44-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.33%
GREEN value IS 158 (62.11% from 255) = 47.88%
BLUE value IS 128 (50.39% from 255) = 38.79%
R=13.33%
G=47.88%
B=38.79%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal441581280.7200.190.38164.2156.4439.61
Hex2C9E804801326a43828
Octal54236200110023462447050
Binary1011001001111010000000100100001001110011010100100111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C9E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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