#269581

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

Shades of Gossamer #269581

Tints of Gossamer #269581

Color information

#269581 (or 0x269581) is unknown color: approx Gossamer. HEX triplet: 26, 95 and 81. RGB value is (38,149,129). Sum of RGB (Red+Green+Blue) = 38+149+129=316 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.03% from 316); Green value is 149 (58.59% from 255 or 47.15% from 316); Blue value is 129 (50.78% from 255 or 40.82% from 316); Max value from RGB is 149 - color contains mainly: green. Hex color #269581 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269581 is #D96A7E. Grayscale: #717171. Windows color (decimal): -14248575 or 8492326. OLE color: 8492326.

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

Color convert

RGB38149129-
CMYK0.7400.130.42
HSL169.19º59.36%36.67%-
HSV(B)169.19º74.5%58.43%-
XYZ15.5123.4924.49-
YUV113.53136.7374.13-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.03%
GREEN value IS 149 (58.59% from 255) = 47.15%
BLUE value IS 129 (50.78% from 255) = 40.82%
R=12.03%
G=47.15%
B=40.82%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal381491290.7400.130.42169.1959.3636.67
Hex2695814A0D2Aa93b25
Octal46225201112015522517345
Binary100110100101011000000110010100110110101010101001111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269581; }

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

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

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

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

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

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

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

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