#419B8E

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

Shades of Gossamer #419B8E

Tints of Gossamer #419B8E

Color information

#419B8E (or 0x419B8E) is unknown color: approx Gossamer. HEX triplet: 41, 9B and 8E. RGB value is (65,155,142). Sum of RGB (Red+Green+Blue) = 65+155+142=362 (47% of max value = 765). Red value is 65 (25.78% from 255 or 17.96% from 362); Green value is 155 (60.94% from 255 or 42.82% from 362); Blue value is 142 (55.86% from 255 or 39.23% from 362); Max value from RGB is 155 - color contains mainly: green. Hex color #419B8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419B8E is #BE6471. Grayscale: #7E7E7E. Windows color (decimal): -12477554 or 9345857. OLE color: 9345857.

HSL color Cylindrical-coordinate representation of color #419B8E: hue angle of 171.33º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #419B8E is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB65155142-
CMYK0.5800.080.39
HSL171.33º40.91%43.14%-
HSV(B)171.33º58.06%60.78%-
XYZ18.7826.5229.72-
YUV126.61136.6884.06-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.96%
GREEN value IS 155 (60.94% from 255) = 42.82%
BLUE value IS 142 (55.86% from 255) = 39.23%
R=17.96%
G=42.82%
B=39.23%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal651551420.5800.080.39171.3340.9143.14
Hex419B8E3A0827ab292b
Octal10123321672010472535153
Binary100000110011011100011101110100100010011110101011101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419B8E; }

 p { color: rgb(65,155,142); }

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

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

 a { background-color: rgb(65,155,142); }

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

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

 span { border-color: rgb(65,155,142); }

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