#26937F

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

Shades of Gossamer #26937F

Tints of Gossamer #26937F

Color information

#26937F (or 0x26937F) is unknown color: approx Gossamer. HEX triplet: 26, 93 and 7F. RGB value is (38,147,127). Sum of RGB (Red+Green+Blue) = 38+147+127=312 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.18% from 312); Green value is 147 (57.81% from 255 or 47.12% from 312); Blue value is 127 (50% from 255 or 40.71% from 312); Max value from RGB is 147 - color contains mainly: green. Hex color #26937F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26937F is #D96C80. Grayscale: #707070. Windows color (decimal): -14249089 or 8360742. OLE color: 8360742.

HSL color Cylindrical-coordinate representation of color #26937F: hue angle of 168.99º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #26937F is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB38147127-
CMYK0.7400.140.42
HSL168.99º58.92%36.27%-
HSV(B)168.99º74.15%57.65%-
XYZ15.0622.8123.69-
YUV112.13136.3975.13-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.18%
GREEN value IS 147 (57.81% from 255) = 47.12%
BLUE value IS 127 (50% from 255) = 40.71%
R=12.18%
G=47.12%
B=40.71%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal381471270.7400.140.42168.9958.9236.27
Hex26937F4A0E2Aa93b24
Octal46223177112016522517344
Binary10011010010011111111110010100111010101010101001111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26937F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26937F; }

 p { color: rgb(38,147,127); }

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

<style>
 a { background-color: #26937F; }

 a { background-color: rgb(38,147,127); }

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

<style>
 span { border-color: #26937F; }

 span { border-color: rgb(38,147,127); }

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