#419E8A

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

Shades of Gossamer #419E8A

Tints of Gossamer #419E8A

Color information

#419E8A (or 0x419E8A) is unknown color: approx Gossamer. HEX triplet: 41, 9E and 8A. RGB value is (65,158,138). Sum of RGB (Red+Green+Blue) = 65+158+138=361 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.01% from 361); Green value is 158 (62.11% from 255 or 43.77% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 158 - color contains mainly: green. Hex color #419E8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419E8A is #BE6175. Grayscale: #7F7F7F. Windows color (decimal): -12476790 or 9084481. OLE color: 9084481.

HSL color Cylindrical-coordinate representation of color #419E8A: hue angle of 167.1º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #419E8A is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB65158138-
CMYK0.5900.130.38
HSL167.1º41.7%43.73%-
HSV(B)167.1º58.86%61.96%-
XYZ18.9927.4128.33-
YUV127.91133.6983.13-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.01%
GREEN value IS 158 (62.11% from 255) = 43.77%
BLUE value IS 138 (54.30% from 255) = 38.23%
R=18.01%
G=43.77%
B=38.23%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal651581380.5900.130.38167.141.743.73
Hex419E8A3B0D26a72a2c
Octal10123621273015462475254
Binary100000110011110100010101110110110110011010100111101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,158,138); }

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

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

 a { background-color: rgb(65,158,138); }

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

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

 span { border-color: rgb(65,158,138); }

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