Html Css Color HEX #40A693 Gossamer

📋 copy color: '#40A693'

red 64 ◦ green 166 ◦ blue 147

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

Shades of Gossamer #40A693

Tints of Gossamer #40A693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 38.99%

R = 16.98%
G = 44.03%
B = 38.99%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#40A693 (or 0x40A693) is known color: Gossamer. HEX triplet: 40, A6 and 93. RGB value is (64,166,147). Sum of RGB (Red+Green+Blue) = 64+166+147=377 (49% of max value = 765). Red value is 64 (25.39% from 255 or 16.98% from 377); Green value is 166 (65.23% from 255 or 44.03% from 377); Blue value is 147 (57.81% from 255 or 38.99% from 377); Max value from RGB is 166 - color contains mainly: green. Hex color #40A693 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40A693 is #BF596C. Grayscale: #858585. Windows color (decimal): -12540269 or 9676352. OLE color: 9676352.

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

Color convert

RGB 64 166 147 -
CMYK 0.61 0 0.11 0.35
HSL 168.82º 0.44% 0.45% -
HSV(B) 168.82º 0.61% 0.65% -
XYZ 21.02 30.47 32.38 -
YUV 133.34 135.71 78.54 -
System Red Green Blue C M Y K H S L
Decimal 64 166 147 0.61 0 0.11 0.35 168.82 0.44 0.45
Hex 40 A6 93 3D 0 B 23 A9 2C 2D
Octal 100 246 223 75 0 13 43 251 54 55
Binary 1000000 10100110 10010011 111101 0 1011 100011 10101001 101100 101101

Color Harmonies of #40A693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A693

Black with #40A693

Text Example


Text Example

White with #40A693

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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