Html Css Color HEX #40A08F Gossamer

📋 copy color: '#40A08F'

red 64 ◦ green 160 ◦ blue 143

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

Shades of Gossamer #40A08F

Tints of Gossamer #40A08F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.96%

R = 17.44%
G = 43.6%
B = 38.96%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#40A08F (or 0x40A08F) is known color: Gossamer. HEX triplet: 40, A0 and 8F. RGB value is (64,160,143). Sum of RGB (Red+Green+Blue) = 64+160+143=367 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.44% from 367); Green value is 160 (62.89% from 255 or 43.60% from 367); Blue value is 143 (56.25% from 255 or 38.96% from 367); Max value from RGB is 160 - color contains mainly: green. Hex color #40A08F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40A08F is #BF5F70. Grayscale: #818181. Windows color (decimal): -12541809 or 9412672. OLE color: 9412672.

HSL color Cylindrical-coordinate representation of color #40A08F: hue angle of 169.38º 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 #40A08F is Cyan = 0.6, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB 64 160 143 -
CMYK 0.6 0 0.11 0.37
HSL 169.38º 0.43% 0.44% -
HSV(B) 169.38º 0.6% 0.63% -
XYZ 19.64 28.21 30.4 -
YUV 129.36 135.7 81.38 -
System Red Green Blue C M Y K H S L
Decimal 64 160 143 0.6 0 0.11 0.37 169.38 0.43 0.44
Hex 40 A0 8F 3C 0 B 25 A9 2B 2C
Octal 100 240 217 74 0 13 45 251 53 54
Binary 1000000 10100000 10001111 111100 0 1011 100101 10101001 101011 101100

Color Harmonies of #40A08F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A08F

Black with #40A08F

Text Example


Text Example

White with #40A08F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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