Html Css Color HEX #419F8C Gossamer

📋 copy color: '#419F8C'

red 65 ◦ green 159 ◦ blue 140

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

Shades of Gossamer #419F8C

Tints of Gossamer #419F8C

RGB

 RED value IS 65 (25.78% from 255) = 17.86%

 GREEN value IS 159 (62.5% from 255) = 43.68%

 BLUE value IS 140 (55.08% from 255) = 38.46%

R = 17.86%
G = 43.68%
B = 38.46%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#419F8C (or 0x419F8C) is known color: Gossamer. HEX triplet: 41, 9F and 8C. RGB value is (65,159,140). Sum of RGB (Red+Green+Blue) = 65+159+140=364 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.86% from 364); Green value is 159 (62.5% from 255 or 43.68% from 364); Blue value is 140 (55.08% from 255 or 38.46% from 364); Max value from RGB is 159 - color contains mainly: green. Hex color #419F8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419F8C is #BE6073. Grayscale: #808080. Windows color (decimal): -12476532 or 9215809. OLE color: 9215809.

HSL color Cylindrical-coordinate representation of color #419F8C: hue angle of 167.87º 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 #419F8C is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB 65 159 140 -
CMYK 0.59 0 0.12 0.38
HSL 167.87º 0.42% 0.44% -
HSV(B) 167.87º 0.59% 0.62% -
XYZ 19.31 27.81 29.16 -
YUV 128.73 134.36 82.54 -
System Red Green Blue C M Y K H S L
Decimal 65 159 140 0.59 0 0.12 0.38 167.87 0.42 0.44
Hex 41 9F 8C 3B 0 C 26 A8 2A 2C
Octal 101 237 214 73 0 14 46 250 52 54
Binary 1000001 10011111 10001100 111011 0 1100 100110 10101000 101010 101100

Color Harmonies of #419F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419F8C

Black with #419F8C

Text Example


Text Example

White with #419F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,159,140); }

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

background-color css

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

 a { background-color: rgb(65,159,140); }

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

border-color css

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

 span { border-color: rgb(65,159,140); }

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