Html Css Color HEX #40AE99 Gossamer

📋 copy color: '#40AE99'

red 64 ◦ green 174 ◦ blue 153

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

Shades of Gossamer #40AE99

Tints of Gossamer #40AE99

RGB

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

 GREEN value IS 174 (68.36% from 255) = 44.5%

 BLUE value IS 153 (60.16% from 255) = 39.13%

R = 16.37%
G = 44.5%
B = 39.13%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#40AE99 (or 0x40AE99) is known color: Gossamer. HEX triplet: 40, AE and 99. RGB value is (64,174,153). Sum of RGB (Red+Green+Blue) = 64+174+153=391 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.37% from 391); Green value is 174 (68.36% from 255 or 44.50% from 391); Blue value is 153 (60.16% from 255 or 39.13% from 391); Max value from RGB is 174 - color contains mainly: green. Hex color #40AE99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40AE99 is #BF5166. Grayscale: #8A8A8A. Windows color (decimal): -12538215 or 10071616. OLE color: 10071616.

HSL color Cylindrical-coordinate representation of color #40AE99: hue angle of 168.55º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40AE99 is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB 64 174 153 -
CMYK 0.63 0 0.12 0.32
HSL 168.55º 0.46% 0.47% -
HSV(B) 168.55º 0.63% 0.68% -
XYZ 23 33.66 35.42 -
YUV 138.72 136.06 74.71 -
System Red Green Blue C M Y K H S L
Decimal 64 174 153 0.63 0 0.12 0.32 168.55 0.46 0.47
Hex 40 AE 99 3F 0 C 20 A9 2E 2F
Octal 100 256 231 77 0 14 40 251 56 57
Binary 1000000 10101110 10011001 111111 0 1100 100000 10101001 101110 101111

Color Harmonies of #40AE99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AE99

Black with #40AE99

Text Example


Text Example

White with #40AE99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,174,153); }

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

background-color css

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

 a { background-color: rgb(64,174,153); }

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

border-color css

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

 span { border-color: rgb(64,174,153); }

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