#409B8B

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

Shades of Gossamer #409B8B

Tints of Gossamer #409B8B

Color information

#409B8B (or 0x409B8B) is unknown color: approx Gossamer. HEX triplet: 40, 9B and 8B. RGB value is (64,155,139). Sum of RGB (Red+Green+Blue) = 64+155+139=358 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.88% from 358); Green value is 155 (60.94% from 255 or 43.30% from 358); Blue value is 139 (54.69% from 255 or 38.83% from 358); Max value from RGB is 155 - color contains mainly: green. Hex color #409B8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409B8B is #BF6474. Grayscale: #7D7D7D. Windows color (decimal): -12543093 or 9149248. OLE color: 9149248.

HSL color Cylindrical-coordinate representation of color #409B8B: hue angle of 169.45º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #409B8B is Cyan = 0.59, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB64155139-
CMYK0.5900.100.39
HSL169.45º41.55%42.94%-
HSV(B)169.45º58.71%60.78%-
XYZ18.526.428.55-
YUV125.97135.3583.8-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.88%
GREEN value IS 155 (60.94% from 255) = 43.30%
BLUE value IS 139 (54.69% from 255) = 38.83%
R=17.88%
G=43.30%
B=38.83%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal641551390.5900.100.39169.4541.5542.94
Hex409B8B3B0A27a92a2b
Octal10023321373012472515253
Binary100000010011011100010111110110101010011110101001101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409B8B; }

 p { color: rgb(64,155,139); }

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

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

 a { background-color: rgb(64,155,139); }

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

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

 span { border-color: rgb(64,155,139); }

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