#26957D

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

Shades of Gossamer #26957D

Tints of Gossamer #26957D

Color information

#26957D (or 0x26957D) is unknown color: approx Gossamer. HEX triplet: 26, 95 and 7D. RGB value is (38,149,125). Sum of RGB (Red+Green+Blue) = 38+149+125=312 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.18% from 312); Green value is 149 (58.59% from 255 or 47.76% from 312); Blue value is 125 (49.22% from 255 or 40.06% from 312); Max value from RGB is 149 - color contains mainly: green. Hex color #26957D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26957D is #D96A82. Grayscale: #717171. Windows color (decimal): -14248579 or 8230182. OLE color: 8230182.

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

Color convert

RGB38149125-
CMYK0.7400.160.42
HSL167.03º59.36%36.67%-
HSV(B)167.03º74.5%58.43%-
XYZ15.2523.3923.11-
YUV113.07134.7374.45-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.18%
GREEN value IS 149 (58.59% from 255) = 47.76%
BLUE value IS 125 (49.22% from 255) = 40.06%
R=12.18%
G=47.76%
B=40.06%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal381491250.7400.160.42167.0359.3636.67
Hex26957D4A0102Aa73b25
Octal46225175112020522477345
Binary100110100101011111101100101001000010101010100111111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26957D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26957D; }

 p { color: rgb(38,149,125); }

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

<style>
 a { background-color: #26957D; }

 a { background-color: rgb(38,149,125); }

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

<style>
 span { border-color: #26957D; }

 span { border-color: rgb(38,149,125); }

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