Html Css Color HEX #40A286 Gossamer

📋 copy color: '#40A286'

red 64 ◦ green 162 ◦ blue 134

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

Shades of Gossamer #40A286

Tints of Gossamer #40A286

RGB

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

 GREEN value IS 162 (63.67% from 255) = 45%

 BLUE value IS 134 (52.73% from 255) = 37.22%

R = 17.78%
G = 45%
B = 37.22%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#40A286 (or 0x40A286) is known color: Gossamer. HEX triplet: 40, A2 and 86. RGB value is (64,162,134). Sum of RGB (Red+Green+Blue) = 64+162+134=360 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.78% from 360); Green value is 162 (63.67% from 255 or 45% from 360); Blue value is 134 (52.73% from 255 or 37.22% from 360); Max value from RGB is 162 - color contains mainly: green. Hex color #40A286 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40A286 is #BF5D79. Grayscale: #818181. Windows color (decimal): -12541306 or 8823360. OLE color: 8823360.

HSL color Cylindrical-coordinate representation of color #40A286: hue angle of 162.86º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #40A286 is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB 64 162 134 -
CMYK 0.60 0 0.17 0.36
HSL 162.86º 0.43% 0.44% -
HSV(B) 162.86º 0.6% 0.64% -
XYZ 19.34 28.65 27.07 -
YUV 129.51 130.53 81.28 -
System Red Green Blue C M Y K H S L
Decimal 64 162 134 0.60 0 0.17 0.36 162.86 0.43 0.44
Hex 40 A2 86 3C 0 11 24 A3 2B 2C
Octal 100 242 206 74 0 21 44 243 53 54
Binary 1000000 10100010 10000110 111100 0 10001 100100 10100011 101011 101100

Color Harmonies of #40A286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A286

Black with #40A286

Text Example


Text Example

White with #40A286

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,162,134); }

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

background-color css

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

 a { background-color: rgb(64,162,134); }

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

border-color css

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

 span { border-color: rgb(64,162,134); }

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