Html Css Color HEX #40AC8A Gossamer

📋 copy color: '#40AC8A'

red 64 ◦ green 172 ◦ blue 138

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

Shades of Gossamer #40AC8A

Tints of Gossamer #40AC8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.9%

R = 17.11%
G = 45.99%
B = 36.9%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#40AC8A (or 0x40AC8A) is known color: Gossamer. HEX triplet: 40, AC and 8A. RGB value is (64,172,138). Sum of RGB (Red+Green+Blue) = 64+172+138=374 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.11% from 374); Green value is 172 (67.58% from 255 or 45.99% from 374); Blue value is 138 (54.30% from 255 or 36.90% from 374); Max value from RGB is 172 - color contains mainly: green. Hex color #40AC8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40AC8A is #BF5375. Grayscale: #878787. Windows color (decimal): -12538742 or 9088064. OLE color: 9088064.

HSL color Cylindrical-coordinate representation of color #40AC8A: hue angle of 161.11º 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 #40AC8A is Cyan = 0.63, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 172 138 -
CMYK 0.63 0 0.20 0.33
HSL 161.11º 0.46% 0.46% -
HSV(B) 161.11º 0.63% 0.67% -
XYZ 21.45 32.43 29.17 -
YUV 135.83 129.22 76.76 -
System Red Green Blue C M Y K H S L
Decimal 64 172 138 0.63 0 0.20 0.33 161.11 0.46 0.46
Hex 40 AC 8A 3F 0 14 21 A1 2E 2E
Octal 100 254 212 77 0 24 41 241 56 56
Binary 1000000 10101100 10001010 111111 0 10100 100001 10100001 101110 101110

Color Harmonies of #40AC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AC8A

Black with #40AC8A

Text Example


Text Example

White with #40AC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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