Html Css Color HEX #40B28C Gossamer

📋 copy color: '#40B28C'

red 64 ◦ green 178 ◦ blue 140

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

Shades of Gossamer #40B28C

Tints of Gossamer #40B28C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 46.6%

 BLUE value IS 140 (55.08% from 255) = 36.65%

R = 16.75%
G = 46.6%
B = 36.65%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#40B28C (or 0x40B28C) is known color: Gossamer. HEX triplet: 40, B2 and 8C. RGB value is (64,178,140). Sum of RGB (Red+Green+Blue) = 64+178+140=382 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.75% from 382); Green value is 178 (69.92% from 255 or 46.60% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 178 - color contains mainly: green. Hex color #40B28C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40B28C is #BF4D73. Grayscale: #8B8B8B. Windows color (decimal): -12537204 or 9220672. OLE color: 9220672.

HSL color Cylindrical-coordinate representation of color #40B28C: hue angle of 160º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #40B28C is Cyan = 0.64, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 64 178 140 -
CMYK 0.64 0 0.21 0.30
HSL 160º 0.47% 0.47% -
HSV(B) 160º 0.64% 0.7% -
XYZ 22.77 34.82 30.33 -
YUV 139.58 128.23 74.09 -
System Red Green Blue C M Y K H S L
Decimal 64 178 140 0.64 0 0.21 0.30 160 0.47 0.47
Hex 40 B2 8C 40 0 15 1E A0 2F 2F
Octal 100 262 214 100 0 25 36 240 57 57
Binary 1000000 10110010 10001100 1000000 0 10101 11110 10100000 101111 101111

Color Harmonies of #40B28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B28C

Black with #40B28C

Text Example


Text Example

White with #40B28C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,178,140); }

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

background-color css

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

 a { background-color: rgb(64,178,140); }

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

border-color css

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

 span { border-color: rgb(64,178,140); }

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