#26967E

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

Shades of Gossamer #26967E

Tints of Gossamer #26967E

Color information

#26967E (or 0x26967E) is unknown color: approx Gossamer. HEX triplet: 26, 96 and 7E. RGB value is (38,150,126). Sum of RGB (Red+Green+Blue) = 38+150+126=314 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.10% from 314); Green value is 150 (58.98% from 255 or 47.77% from 314); Blue value is 126 (49.61% from 255 or 40.13% from 314); Max value from RGB is 150 - color contains mainly: green. Hex color #26967E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26967E is #D96981. Grayscale: #717171. Windows color (decimal): -14248322 or 8295974. OLE color: 8295974.

HSL color Cylindrical-coordinate representation of color #26967E: hue angle of 167.14º 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 #26967E is Cyan = 0.75, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB38150126-
CMYK0.7500.160.41
HSL167.14º59.57%36.86%-
HSV(B)167.14º74.67%58.82%-
XYZ15.4723.7323.5-
YUV113.78134.8973.95-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.10%
GREEN value IS 150 (58.98% from 255) = 47.77%
BLUE value IS 126 (49.61% from 255) = 40.13%
R=12.10%
G=47.77%
B=40.13%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal381501260.7500.160.41167.1459.5736.86
Hex26967E4B01029a73c25
Octal46226176113020512477445
Binary100110100101101111110100101101000010100110100111111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26967E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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