#269680

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

Shades of Gossamer #269680

Tints of Gossamer #269680

Color information

#269680 (or 0x269680) is unknown color: approx Gossamer. HEX triplet: 26, 96 and 80. RGB value is (38,150,128). Sum of RGB (Red+Green+Blue) = 38+150+128=316 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.03% from 316); Green value is 150 (58.98% from 255 or 47.47% from 316); Blue value is 128 (50.39% from 255 or 40.51% from 316); Max value from RGB is 150 - color contains mainly: green. Hex color #269680 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269680 is #D9697F. Grayscale: #717171. Windows color (decimal): -14248320 or 8427046. OLE color: 8427046.

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

Color convert

RGB38150128-
CMYK0.7500.150.41
HSL168.21º59.57%36.86%-
HSV(B)168.21º74.67%58.82%-
XYZ15.623.7824.19-
YUV114135.8973.79-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.03%
GREEN value IS 150 (58.98% from 255) = 47.47%
BLUE value IS 128 (50.39% from 255) = 40.51%
R=12.03%
G=47.47%
B=40.51%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal381501280.7500.150.41168.2159.5736.86
Hex2696804B0F29a83c25
Octal46226200113017512507445
Binary100110100101101000000010010110111110100110101000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269680; }

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

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

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

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

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

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

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

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