#269180

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

Shades of Gossamer #269180

Tints of Gossamer #269180

Color information

#269180 (or 0x269180) is unknown color: approx Gossamer. HEX triplet: 26, 91 and 80. RGB value is (38,145,128). Sum of RGB (Red+Green+Blue) = 38+145+128=311 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.22% from 311); Green value is 145 (57.03% from 255 or 46.62% from 311); Blue value is 128 (50.39% from 255 or 41.16% from 311); Max value from RGB is 145 - color contains mainly: green. Hex color #269180 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269180 is #D96E7F. Grayscale: #6F6F6F. Windows color (decimal): -14249600 or 8425766. OLE color: 8425766.

HSL color Cylindrical-coordinate representation of color #269180: hue angle of 170.47º degrees, saturation: 0.58, 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 #269180 is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB38145128-
CMYK0.7400.120.43
HSL170.47º58.47%35.88%-
HSV(B)170.47º73.79%56.86%-
XYZ14.8222.2223.93-
YUV111.07137.5575.88-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.22%
GREEN value IS 145 (57.03% from 255) = 46.62%
BLUE value IS 128 (50.39% from 255) = 41.16%
R=12.22%
G=46.62%
B=41.16%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal381451280.7400.120.43170.4758.4735.88
Hex2691804A0C2Baa3a24
Octal46221200112014532527244
Binary100110100100011000000010010100110010101110101010111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269180; }

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

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

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

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

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

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

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

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