#2C9E7B

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

Shades of Gossamer #2C9E7B

Tints of Gossamer #2C9E7B

Color information

#2C9E7B (or 0x2C9E7B) is unknown color: approx Gossamer. HEX triplet: 2C, 9E and 7B. RGB value is (44,158,123). Sum of RGB (Red+Green+Blue) = 44+158+123=325 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.54% from 325); Green value is 158 (62.11% from 255 or 48.62% from 325); Blue value is 123 (48.44% from 255 or 37.85% from 325); Max value from RGB is 158 - color contains mainly: green. Hex color #2C9E7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C9E7B is #D36184. Grayscale: #777777. Windows color (decimal): -13853061 or 8101420. OLE color: 8101420.

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

Color convert

RGB44158123-
CMYK0.7200.220.38
HSL161.58º56.44%39.61%-
HSV(B)161.58º72.15%61.96%-
XYZ16.8426.4222.95-
YUV119.92129.7373.85-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.54%
GREEN value IS 158 (62.11% from 255) = 48.62%
BLUE value IS 123 (48.44% from 255) = 37.85%
R=13.54%
G=48.62%
B=37.85%

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
Decimal441581230.7200.220.38161.5856.4439.61
Hex2C9E7B4801626a23828
Octal54236173110026462427050
Binary101100100111101111011100100001011010011010100010111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C9E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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