#26927F

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

Shades of Gossamer #26927F

Tints of Gossamer #26927F

Color information

#26927F (or 0x26927F) is unknown color: approx Gossamer. HEX triplet: 26, 92 and 7F. RGB value is (38,146,127). Sum of RGB (Red+Green+Blue) = 38+146+127=311 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.22% from 311); Green value is 146 (57.42% from 255 or 46.95% from 311); Blue value is 127 (50% from 255 or 40.84% from 311); Max value from RGB is 146 - color contains mainly: green. Hex color #26927F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26927F is #D96D80. Grayscale: #6F6F6F. Windows color (decimal): -14249345 or 8360486. OLE color: 8360486.

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

Color convert

RGB38146127-
CMYK0.7400.130.43
HSL169.44º58.7%36.08%-
HSV(B)169.44º73.97%57.25%-
XYZ14.9122.523.64-
YUV111.54136.7275.54-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.22%
GREEN value IS 146 (57.42% from 255) = 46.95%
BLUE value IS 127 (50% from 255) = 40.84%
R=12.22%
G=46.95%
B=40.84%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal381461270.7400.130.43169.4458.736.08
Hex26927F4A0D2Ba93b24
Octal46222177112015532517344
Binary10011010010010111111110010100110110101110101001111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26927F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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