Html Css Color HEX #40AB97 Gossamer

📋 copy color: '#40AB97'

red 64 ◦ green 171 ◦ blue 151

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

Shades of Gossamer #40AB97

Tints of Gossamer #40AB97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 39.12%

R = 16.58%
G = 44.3%
B = 39.12%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#40AB97 (or 0x40AB97) is known color: Gossamer. HEX triplet: 40, AB and 97. RGB value is (64,171,151). Sum of RGB (Red+Green+Blue) = 64+171+151=386 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.58% from 386); Green value is 171 (67.19% from 255 or 44.30% from 386); Blue value is 151 (59.38% from 255 or 39.12% from 386); Max value from RGB is 171 - color contains mainly: green. Hex color #40AB97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40AB97 is #BF5468. Grayscale: #888888. Windows color (decimal): -12538985 or 9939776. OLE color: 9939776.

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

Color convert

RGB 64 171 151 -
CMYK 0.63 0 0.12 0.33
HSL 168.79º 0.46% 0.46% -
HSV(B) 168.79º 0.63% 0.67% -
XYZ 22.26 32.45 34.37 -
YUV 136.73 136.05 76.13 -
System Red Green Blue C M Y K H S L
Decimal 64 171 151 0.63 0 0.12 0.33 168.79 0.46 0.46
Hex 40 AB 97 3F 0 C 21 A9 2E 2E
Octal 100 253 227 77 0 14 41 251 56 56
Binary 1000000 10101011 10010111 111111 0 1100 100001 10101001 101110 101110

Color Harmonies of #40AB97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AB97

Black with #40AB97

Text Example


Text Example

White with #40AB97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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