Html Css Color HEX #40AA9A Gossamer

📋 copy color: '#40AA9A'

red 64 ◦ green 170 ◦ blue 154

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

Shades of Gossamer #40AA9A

Tints of Gossamer #40AA9A

RGB

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

 GREEN value IS 170 (66.8% from 255) = 43.81%

 BLUE value IS 154 (60.55% from 255) = 39.69%

R = 16.49%
G = 43.81%
B = 39.69%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#40AA9A (or 0x40AA9A) is known color: Gossamer. HEX triplet: 40, AA and 9A. RGB value is (64,170,154). Sum of RGB (Red+Green+Blue) = 64+170+154=388 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.49% from 388); Green value is 170 (66.80% from 255 or 43.81% from 388); Blue value is 154 (60.55% from 255 or 39.69% from 388); Max value from RGB is 170 - color contains mainly: green. Hex color #40AA9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40AA9A is #BF5565. Grayscale: #888888. Windows color (decimal): -12539238 or 10136128. OLE color: 10136128.

HSL color Cylindrical-coordinate representation of color #40AA9A: hue angle of 170.94º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #40AA9A is Cyan = 0.62, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 170 154 -
CMYK 0.62 0 0.09 0.33
HSL 170.94º 0.45% 0.46% -
HSV(B) 170.94º 0.62% 0.67% -
XYZ 22.32 32.17 35.61 -
YUV 136.48 137.88 76.3 -
System Red Green Blue C M Y K H S L
Decimal 64 170 154 0.62 0 0.09 0.33 170.94 0.45 0.46
Hex 40 AA 9A 3E 0 9 21 AB 2D 2E
Octal 100 252 232 76 0 11 41 253 55 56
Binary 1000000 10101010 10011010 111110 0 1001 100001 10101011 101101 101110

Color Harmonies of #40AA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AA9A

Black with #40AA9A

Text Example


Text Example

White with #40AA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,170,154); }

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

background-color css

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

 a { background-color: rgb(64,170,154); }

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

border-color css

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

 span { border-color: rgb(64,170,154); }

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