Html Css Color HEX #40AC8E Gossamer

📋 copy color: '#40AC8E'

red 64 ◦ green 172 ◦ blue 142

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

Shades of Gossamer #40AC8E

Tints of Gossamer #40AC8E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 45.5%

 BLUE value IS 142 (55.86% from 255) = 37.57%

R = 16.93%
G = 45.5%
B = 37.57%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#40AC8E (or 0x40AC8E) is known color: Gossamer. HEX triplet: 40, AC and 8E. RGB value is (64,172,142). Sum of RGB (Red+Green+Blue) = 64+172+142=378 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.93% from 378); Green value is 172 (67.58% from 255 or 45.50% from 378); Blue value is 142 (55.86% from 255 or 37.57% from 378); Max value from RGB is 172 - color contains mainly: green. Hex color #40AC8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40AC8E is #BF5371. Grayscale: #888888. Windows color (decimal): -12538738 or 9350208. OLE color: 9350208.

HSL color Cylindrical-coordinate representation of color #40AC8E: hue angle of 163.33º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40AC8E is Cyan = 0.63, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 172 142 -
CMYK 0.63 0 0.17 0.33
HSL 163.33º 0.46% 0.46% -
HSV(B) 163.33º 0.63% 0.67% -
XYZ 21.75 32.55 30.73 -
YUV 136.29 131.22 76.44 -
System Red Green Blue C M Y K H S L
Decimal 64 172 142 0.63 0 0.17 0.33 163.33 0.46 0.46
Hex 40 AC 8E 3F 0 11 21 A3 2E 2E
Octal 100 254 216 77 0 21 41 243 56 56
Binary 1000000 10101100 10001110 111111 0 10001 100001 10100011 101110 101110

Color Harmonies of #40AC8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AC8E

Black with #40AC8E

Text Example


Text Example

White with #40AC8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,172,142); }

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

background-color css

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

 a { background-color: rgb(64,172,142); }

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

border-color css

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

 span { border-color: rgb(64,172,142); }

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