#26957F

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

Shades of Gossamer #26957F

Tints of Gossamer #26957F

Color information

#26957F (or 0x26957F) is unknown color: approx Gossamer. HEX triplet: 26, 95 and 7F. RGB value is (38,149,127). Sum of RGB (Red+Green+Blue) = 38+149+127=314 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.10% from 314); Green value is 149 (58.59% from 255 or 47.45% from 314); Blue value is 127 (50% from 255 or 40.45% from 314); Max value from RGB is 149 - color contains mainly: green. Hex color #26957F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26957F is #D96A80. Grayscale: #717171. Windows color (decimal): -14248577 or 8361254. OLE color: 8361254.

HSL color Cylindrical-coordinate representation of color #26957F: hue angle of 168.11º 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 #26957F is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB38149127-
CMYK0.7400.150.42
HSL168.11º59.36%36.67%-
HSV(B)168.11º74.5%58.43%-
XYZ15.3823.4423.79-
YUV113.3135.7374.29-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.10%
GREEN value IS 149 (58.59% from 255) = 47.45%
BLUE value IS 127 (50% from 255) = 40.45%
R=12.10%
G=47.45%
B=40.45%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal381491270.7400.150.42168.1159.3636.67
Hex26957F4A0F2Aa83b25
Octal46225177112017522507345
Binary10011010010101111111110010100111110101010101000111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26957F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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