#26947E

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

Shades of Gossamer #26947E

Tints of Gossamer #26947E

Color information

#26947E (or 0x26947E) is unknown color: approx Gossamer. HEX triplet: 26, 94 and 7E. RGB value is (38,148,126). Sum of RGB (Red+Green+Blue) = 38+148+126=312 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.18% from 312); Green value is 148 (58.20% from 255 or 47.44% from 312); Blue value is 126 (49.61% from 255 or 40.38% from 312); Max value from RGB is 148 - color contains mainly: green. Hex color #26947E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26947E is #D96B81. Grayscale: #707070. Windows color (decimal): -14248834 or 8295462. OLE color: 8295462.

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

Color convert

RGB38148126-
CMYK0.7400.150.42
HSL168º59.14%36.47%-
HSV(B)168º74.32%58.04%-
XYZ15.1623.123.4-
YUV112.6135.5674.79-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.18%
GREEN value IS 148 (58.20% from 255) = 47.44%
BLUE value IS 126 (49.61% from 255) = 40.38%
R=12.18%
G=47.44%
B=40.38%

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
Decimal381481260.7400.150.4216859.1436.47
Hex26947E4A0F2Aa83b24
Octal46224176112017522507344
Binary10011010010100111111010010100111110101010101000111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26947E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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