Html Css Color HEX #269582 Gossamer

📋 copy color: '#269582'

red 38 ◦ green 149 ◦ blue 130

#269582
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossamer #269582

Tints of Gossamer #269582

RGB

 RED value IS 38 (15.23% from 255) = 11.99%

 GREEN value IS 149 (58.59% from 255) = 47%

 BLUE value IS 130 (51.17% from 255) = 41.01%

R = 11.99%
G = 47%
B = 41.01%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#269582 (or 0x269582) is known color: Gossamer. HEX triplet: 26, 95 and 82. RGB value is (38,149,130). Sum of RGB (Red+Green+Blue) = 38+149+130=317 (41% of max value = 765). Red value is 38 (15.23% from 255 or 11.99% from 317); Green value is 149 (58.59% from 255 or 47.00% from 317); Blue value is 130 (51.17% from 255 or 41.01% from 317); Max value from RGB is 149 - color contains mainly: green. Hex color #269582 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269582 is #D96A7D. Grayscale: #717171. Windows color (decimal): -14248574 or 8557862. OLE color: 8557862.

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

Color convert

RGB 38 149 130 -
CMYK 0.74 0 0.13 0.42
HSL 169.73º 0.59% 0.37% -
HSV(B) 169.73º 0.74% 0.58% -
XYZ 15.58 23.52 24.84 -
YUV 113.65 137.23 74.04 -
System Red Green Blue C M Y K H S L
Decimal 38 149 130 0.74 0 0.13 0.42 169.73 0.59 0.37
Hex 26 95 82 4A 0 D 2A AA 3B 25
Octal 46 225 202 112 0 15 52 252 73 45
Binary 100110 10010101 10000010 1001010 0 1101 101010 10101010 111011 100101

Color Harmonies of #269582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269582

Black with #269582

Text Example


Text Example

White with #269582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269582; }

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

 H1.HeaderClassName
 {
   color: #269582;
 }
 .AnyTagClassName
 {
   color: #269582;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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