Html Css Color HEX #40A07B Gossamer

📋 copy color: '#40A07B'

red 64 ◦ green 160 ◦ blue 123

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

Shades of Gossamer #40A07B

Tints of Gossamer #40A07B

RGB

 RED value IS 64 (25.39% from 255) = 18.44%

 GREEN value IS 160 (62.89% from 255) = 46.11%

 BLUE value IS 123 (48.44% from 255) = 35.45%

R = 18.44%
G = 46.11%
B = 35.45%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#40A07B (or 0x40A07B) is known color: Gossamer. HEX triplet: 40, A0 and 7B. RGB value is (64,160,123). Sum of RGB (Red+Green+Blue) = 64+160+123=347 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.44% from 347); Green value is 160 (62.89% from 255 or 46.11% from 347); Blue value is 123 (48.44% from 255 or 35.45% from 347); Max value from RGB is 160 - color contains mainly: green. Hex color #40A07B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40A07B is #BF5F84. Grayscale: #7F7F7F. Windows color (decimal): -12541829 or 8101952. OLE color: 8101952.

HSL color Cylindrical-coordinate representation of color #40A07B: hue angle of 156.88º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #40A07B is Cyan = 0.6, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB 64 160 123 -
CMYK 0.6 0 0.23 0.37
HSL 156.88º 0.43% 0.44% -
HSV(B) 156.88º 0.6% 0.63% -
XYZ 18.26 27.66 23.12 -
YUV 127.08 125.7 83.01 -
System Red Green Blue C M Y K H S L
Decimal 64 160 123 0.6 0 0.23 0.37 156.88 0.43 0.44
Hex 40 A0 7B 3C 0 17 25 9D 2B 2C
Octal 100 240 173 74 0 27 45 235 53 54
Binary 1000000 10100000 1111011 111100 0 10111 100101 10011101 101011 101100

Color Harmonies of #40A07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A07B

Black with #40A07B

Text Example


Text Example

White with #40A07B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,160,123); }

 H1.HeaderClassName
 {
   color: #40A07B;
 }
 .AnyTagClassName
 {
   color: #40A07B;
 }
</style>

background-color css

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

 a { background-color: rgb(64,160,123); }

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

border-color css

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

 span { border-color: rgb(64,160,123); }

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