Html Css Color HEX #40AB8A Gossamer

📋 copy color: '#40AB8A'

red 64 ◦ green 171 ◦ blue 138

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

Shades of Gossamer #40AB8A

Tints of Gossamer #40AB8A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 45.84%

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

R = 17.16%
G = 45.84%
B = 37%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#40AB8A (or 0x40AB8A) is known color: Gossamer. HEX triplet: 40, AB and 8A. RGB value is (64,171,138). Sum of RGB (Red+Green+Blue) = 64+171+138=373 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.16% from 373); Green value is 171 (67.19% from 255 or 45.84% from 373); Blue value is 138 (54.30% from 255 or 37.00% from 373); Max value from RGB is 171 - color contains mainly: green. Hex color #40AB8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40AB8A is #BF5475. Grayscale: #878787. Windows color (decimal): -12538998 or 9087808. OLE color: 9087808.

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

Color convert

RGB 64 171 138 -
CMYK 0.63 0 0.19 0.33
HSL 161.5º 0.46% 0.46% -
HSV(B) 161.5º 0.63% 0.67% -
XYZ 21.26 32.05 29.11 -
YUV 135.25 129.55 77.18 -
System Red Green Blue C M Y K H S L
Decimal 64 171 138 0.63 0 0.19 0.33 161.5 0.46 0.46
Hex 40 AB 8A 3F 0 13 21 A1 2E 2E
Octal 100 253 212 77 0 23 41 241 56 56
Binary 1000000 10101011 10001010 111111 0 10011 100001 10100001 101110 101110

Color Harmonies of #40AB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AB8A

Black with #40AB8A

Text Example


Text Example

White with #40AB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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