#2C9E84

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

Shades of Gossamer #2C9E84

Tints of Gossamer #2C9E84

Color information

#2C9E84 (or 0x2C9E84) is unknown color: approx Gossamer. HEX triplet: 2C, 9E and 84. RGB value is (44,158,132). Sum of RGB (Red+Green+Blue) = 44+158+132=334 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.17% from 334); Green value is 158 (62.11% from 255 or 47.31% from 334); Blue value is 132 (51.95% from 255 or 39.52% from 334); Max value from RGB is 158 - color contains mainly: green. Hex color #2C9E84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C9E84 is #D3617B. Grayscale: #787878. Windows color (decimal): -13853052 or 8691244. OLE color: 8691244.

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

Color convert

RGB44158132-
CMYK0.7200.160.38
HSL166.32º56.44%39.61%-
HSV(B)166.32º72.15%61.96%-
XYZ17.4326.6626.06-
YUV120.95134.2373.11-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.17%
GREEN value IS 158 (62.11% from 255) = 47.31%
BLUE value IS 132 (51.95% from 255) = 39.52%
R=13.17%
G=47.31%
B=39.52%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal441581320.7200.160.38166.3256.4439.61
Hex2C9E844801026a63828
Octal54236204110020462467050
Binary1011001001111010000100100100001000010011010100110111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C9E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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