#299683

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

Shades of Gossamer #299683

Tints of Gossamer #299683

Color information

#299683 (or 0x299683) is unknown color: approx Gossamer. HEX triplet: 29, 96 and 83. RGB value is (41,150,131). Sum of RGB (Red+Green+Blue) = 41+150+131=322 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.73% from 322); Green value is 150 (58.98% from 255 or 46.58% from 322); Blue value is 131 (51.56% from 255 or 40.68% from 322); Max value from RGB is 150 - color contains mainly: green. Hex color #299683 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299683 is #D6697C. Grayscale: #737373. Windows color (decimal): -14051709 or 8623657. OLE color: 8623657.

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

Color convert

RGB41150131-
CMYK0.7300.130.41
HSL169.54º57.07%37.45%-
HSV(B)169.54º72.67%58.82%-
XYZ15.9223.9225.25-
YUV115.24136.8975.04-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.73%
GREEN value IS 150 (58.98% from 255) = 46.58%
BLUE value IS 131 (51.56% from 255) = 40.68%
R=12.73%
G=46.58%
B=40.68%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal411501310.7300.130.41169.5457.0737.45
Hex299683490D29aa3925
Octal51226203111015512527145
Binary101001100101101000001110010010110110100110101010111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #299683; }

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

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

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

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

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

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

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

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