Html Css Color HEX #40A69C Gossamer

📋 copy color: '#40A69C'

red 64 ◦ green 166 ◦ blue 156

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

Shades of Gossamer #40A69C

Tints of Gossamer #40A69C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 43.01%

 BLUE value IS 156 (61.33% from 255) = 40.41%

R = 16.58%
G = 43.01%
B = 40.41%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#40A69C (or 0x40A69C) is known color: Gossamer. HEX triplet: 40, A6 and 9C. RGB value is (64,166,156). Sum of RGB (Red+Green+Blue) = 64+166+156=386 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.58% from 386); Green value is 166 (65.23% from 255 or 43.01% from 386); Blue value is 156 (61.33% from 255 or 40.41% from 386); Max value from RGB is 166 - color contains mainly: green. Hex color #40A69C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40A69C is #BF5963. Grayscale: #868686. Windows color (decimal): -12540260 or 10266176. OLE color: 10266176.

HSL color Cylindrical-coordinate representation of color #40A69C: hue angle of 174.12º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #40A69C is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB 64 166 156 -
CMYK 0.61 0 0.06 0.35
HSL 174.12º 0.44% 0.45% -
HSV(B) 174.12º 0.61% 0.65% -
XYZ 21.75 30.76 36.24 -
YUV 134.36 140.21 77.81 -
System Red Green Blue C M Y K H S L
Decimal 64 166 156 0.61 0 0.06 0.35 174.12 0.44 0.45
Hex 40 A6 9C 3D 0 6 23 AE 2C 2D
Octal 100 246 234 75 0 6 43 256 54 55
Binary 1000000 10100110 10011100 111101 0 110 100011 10101110 101100 101101

Color Harmonies of #40A69C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A69C

Black with #40A69C

Text Example


Text Example

White with #40A69C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,166,156); }

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

background-color css

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

 a { background-color: rgb(64,166,156); }

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

border-color css

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

 span { border-color: rgb(64,166,156); }

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