#419D8B

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

Shades of Gossamer #419D8B

Tints of Gossamer #419D8B

Color information

#419D8B (or 0x419D8B) is unknown color: approx Gossamer. HEX triplet: 41, 9D and 8B. RGB value is (65,157,139). Sum of RGB (Red+Green+Blue) = 65+157+139=361 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.01% from 361); Green value is 157 (61.72% from 255 or 43.49% from 361); Blue value is 139 (54.69% from 255 or 38.50% from 361); Max value from RGB is 157 - color contains mainly: green. Hex color #419D8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419D8B is #BE6274. Grayscale: #7F7F7F. Windows color (decimal): -12477045 or 9149761. OLE color: 9149761.

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

Color convert

RGB65157139-
CMYK0.5900.110.38
HSL168.26º41.44%43.53%-
HSV(B)168.26º58.6%61.57%-
XYZ18.927.128.66-
YUV127.44134.5283.46-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.01%
GREEN value IS 157 (61.72% from 255) = 43.49%
BLUE value IS 139 (54.69% from 255) = 38.50%
R=18.01%
G=43.49%
B=38.50%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal651571390.5900.110.38168.2641.4443.53
Hex419D8B3B0B26a8292c
Octal10123521373013462505154
Binary100000110011101100010111110110101110011010101000101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,157,139); }

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

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

 a { background-color: rgb(65,157,139); }

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

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

 span { border-color: rgb(65,157,139); }

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