#269181

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

Shades of Gossamer #269181

Tints of Gossamer #269181

Color information

#269181 (or 0x269181) is unknown color: approx Gossamer. HEX triplet: 26, 91 and 81. RGB value is (38,145,129). Sum of RGB (Red+Green+Blue) = 38+145+129=312 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.18% from 312); Green value is 145 (57.03% from 255 or 46.47% from 312); Blue value is 129 (50.78% from 255 or 41.35% from 312); Max value from RGB is 145 - color contains mainly: green. Hex color #269181 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269181 is #D96E7E. Grayscale: #6F6F6F. Windows color (decimal): -14249599 or 8491302. OLE color: 8491302.

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

Color convert

RGB38145129-
CMYK0.7400.110.43
HSL171.03º58.47%35.88%-
HSV(B)171.03º73.79%56.86%-
XYZ14.8922.2524.28-
YUV111.18138.0575.8-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.18%
GREEN value IS 145 (57.03% from 255) = 46.47%
BLUE value IS 129 (50.78% from 255) = 41.35%
R=12.18%
G=46.47%
B=41.35%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal381451290.7400.110.43171.0358.4735.88
Hex2691814A0B2Bab3a24
Octal46221201112013532537244
Binary100110100100011000000110010100101110101110101011111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269181; }

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

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

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

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

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

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

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

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