#26967C

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

Shades of Gossamer #26967C

Tints of Gossamer #26967C

Color information

#26967C (or 0x26967C) is unknown color: approx Gossamer. HEX triplet: 26, 96 and 7C. RGB value is (38,150,124). Sum of RGB (Red+Green+Blue) = 38+150+124=312 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.18% from 312); Green value is 150 (58.98% from 255 or 48.08% from 312); Blue value is 124 (48.83% from 255 or 39.74% from 312); Max value from RGB is 150 - color contains mainly: green. Hex color #26967C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26967C is #D96983. Grayscale: #717171. Windows color (decimal): -14248324 or 8164902. OLE color: 8164902.

HSL color Cylindrical-coordinate representation of color #26967C: hue angle of 166.07º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #26967C is Cyan = 0.75, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB38150124-
CMYK0.7500.170.41
HSL166.07º59.57%36.86%-
HSV(B)166.07º74.67%58.82%-
XYZ15.3423.6822.83-
YUV113.55133.8974.11-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.18%
GREEN value IS 150 (58.98% from 255) = 48.08%
BLUE value IS 124 (48.83% from 255) = 39.74%
R=12.18%
G=48.08%
B=39.74%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal381501240.7500.170.41166.0759.5736.86
Hex26967C4B01129a63c25
Octal46226174113021512467445
Binary100110100101101111100100101101000110100110100110111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26967C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26967C; }

 p { color: rgb(38,150,124); }

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

<style>
 a { background-color: #26967C; }

 a { background-color: rgb(38,150,124); }

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

<style>
 span { border-color: #26967C; }

 span { border-color: rgb(38,150,124); }

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