Html Css Color HEX #40AB8E Gossamer

📋 copy color: '#40AB8E'

red 64 ◦ green 171 ◦ blue 142

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

Shades of Gossamer #40AB8E

Tints of Gossamer #40AB8E

RGB

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

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

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

R = 16.98%
G = 45.36%
B = 37.67%

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

#40AB8E (or 0x40AB8E) is known color: Gossamer. HEX triplet: 40, AB and 8E. RGB value is (64,171,142). Sum of RGB (Red+Green+Blue) = 64+171+142=377 (49% of max value = 765). Red value is 64 (25.39% from 255 or 16.98% from 377); Green value is 171 (67.19% from 255 or 45.36% from 377); Blue value is 142 (55.86% from 255 or 37.67% from 377); Max value from RGB is 171 - color contains mainly: green. Hex color #40AB8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40AB8E is #BF5471. Grayscale: #878787. Windows color (decimal): -12538994 or 9349952. OLE color: 9349952.

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

Color convert

RGB 64 171 142 -
CMYK 0.63 0 0.17 0.33
HSL 163.74º 0.46% 0.46% -
HSV(B) 163.74º 0.63% 0.67% -
XYZ 21.56 32.17 30.66 -
YUV 135.7 131.55 76.86 -
System Red Green Blue C M Y K H S L
Decimal 64 171 142 0.63 0 0.17 0.33 163.74 0.46 0.46
Hex 40 AB 8E 3F 0 11 21 A4 2E 2E
Octal 100 253 216 77 0 21 41 244 56 56
Binary 1000000 10101011 10001110 111111 0 10001 100001 10100100 101110 101110

Color Harmonies of #40AB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AB8E

Black with #40AB8E

Text Example


Text Example

White with #40AB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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