#40B191

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

Shades of Gossamer #40B191

Tints of Gossamer #40B191

Color information

#40B191 (or 0x40B191) is unknown color: approx Gossamer. HEX triplet: 40, B1 and 91. RGB value is (64,177,145). Sum of RGB (Red+Green+Blue) = 64+177+145=386 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.58% from 386); Green value is 177 (69.53% from 255 or 45.85% from 386); Blue value is 145 (57.03% from 255 or 37.56% from 386); Max value from RGB is 177 - color contains mainly: green. Hex color #40B191 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40B191 is #BF4E6E. Grayscale: #8B8B8B. Windows color (decimal): -12537455 or 9548096. OLE color: 9548096.

HSL color Cylindrical-coordinate representation of color #40B191: hue angle of 163.01º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #40B191 is Cyan = 0.64, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB64177145-
CMYK0.6400.180.31
HSL163.01º46.89%47.25%-
HSV(B)163.01º63.84%69.41%-
XYZ22.9534.5832.25-
YUV139.56131.0674.1-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.58%
GREEN value IS 177 (69.53% from 255) = 45.85%
BLUE value IS 145 (57.03% from 255) = 37.56%
R=16.58%
G=45.85%
B=37.56%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal641771450.6400.180.31163.0146.8947.25
Hex40B191400121Fa32f2f
Octal100261221100022372435757
Binary1000000101100011001000110000000100101111110100011101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40B191; }

 p { color: rgb(64,177,145); }

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

<style>
 a { background-color: #40B191; }

 a { background-color: rgb(64,177,145); }

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

<style>
 span { border-color: #40B191; }

 span { border-color: rgb(64,177,145); }

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