Html Css Color HEX #299682 Gossamer

📋 copy color: '#299682'

red 41 ◦ green 150 ◦ blue 130

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

Shades of Gossamer #299682

Tints of Gossamer #299682

RGB

 RED value IS 41 (16.41% from 255) = 12.77%

 GREEN value IS 150 (58.98% from 255) = 46.73%

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

R = 12.77%
G = 46.73%
B = 40.5%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#299682 (or 0x299682) is known color: Gossamer. HEX triplet: 29, 96 and 82. RGB value is (41,150,130). Sum of RGB (Red+Green+Blue) = 41+150+130=321 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.77% from 321); Green value is 150 (58.98% from 255 or 46.73% from 321); Blue value is 130 (51.17% from 255 or 40.50% from 321); Max value from RGB is 150 - color contains mainly: green. Hex color #299682 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299682 is #D6697D. Grayscale: #737373. Windows color (decimal): -14051710 or 8558121. OLE color: 8558121.

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

Color convert

RGB 41 150 130 -
CMYK 0.73 0 0.13 0.41
HSL 168.99º 0.57% 0.37% -
HSV(B) 168.99º 0.73% 0.59% -
XYZ 15.85 23.9 24.9 -
YUV 115.13 136.39 75.13 -
System Red Green Blue C M Y K H S L
Decimal 41 150 130 0.73 0 0.13 0.41 168.99 0.57 0.37
Hex 29 96 82 49 0 D 29 A9 39 25
Octal 51 226 202 111 0 15 51 251 71 45
Binary 101001 10010110 10000010 1001001 0 1101 101001 10101001 111001 100101

Color Harmonies of #299682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299682

Black with #299682

Text Example


Text Example

White with #299682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299682; }

 p { color: rgb(41,150,130); }

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

background-color css

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

 a { background-color: rgb(41,150,130); }

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

border-color css

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

 span { border-color: rgb(41,150,130); }

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