Html Css Color HEX #40A89B Gossamer

📋 copy color: '#40A89B'

red 64 ◦ green 168 ◦ blue 155

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

Shades of Gossamer #40A89B

Tints of Gossamer #40A89B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 43.41%

 BLUE value IS 155 (60.94% from 255) = 40.05%

R = 16.54%
G = 43.41%
B = 40.05%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.08

 K value IS 0.34

RGB Variations

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

Color information

#40A89B (or 0x40A89B) is known color: Gossamer. HEX triplet: 40, A8 and 9B. RGB value is (64,168,155). Sum of RGB (Red+Green+Blue) = 64+168+155=387 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.54% from 387); Green value is 168 (66.02% from 255 or 43.41% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 168 - color contains mainly: green. Hex color #40A89B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40A89B is #BF5764. Grayscale: #878787. Windows color (decimal): -12539749 or 10201152. OLE color: 10201152.

HSL color Cylindrical-coordinate representation of color #40A89B: hue angle of 172.5º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #40A89B is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB 64 168 155 -
CMYK 0.62 0 0.08 0.34
HSL 172.5º 0.45% 0.45% -
HSV(B) 172.5º 0.62% 0.66% -
XYZ 22.03 31.46 35.92 -
YUV 135.42 139.04 77.06 -
System Red Green Blue C M Y K H S L
Decimal 64 168 155 0.62 0 0.08 0.34 172.5 0.45 0.45
Hex 40 A8 9B 3E 0 8 22 AC 2D 2D
Octal 100 250 233 76 0 10 42 254 55 55
Binary 1000000 10101000 10011011 111110 0 1000 100010 10101100 101101 101101

Color Harmonies of #40A89B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A89B

Black with #40A89B

Text Example


Text Example

White with #40A89B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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