Html Css Color HEX #40AA88 Gossamer

📋 copy color: '#40AA88'

red 64 ◦ green 170 ◦ blue 136

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

Shades of Gossamer #40AA88

Tints of Gossamer #40AA88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 36.76%

R = 17.3%
G = 45.95%
B = 36.76%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#40AA88 (or 0x40AA88) is known color: Gossamer. HEX triplet: 40, AA and 88. RGB value is (64,170,136). Sum of RGB (Red+Green+Blue) = 64+170+136=370 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.30% from 370); Green value is 170 (66.80% from 255 or 45.95% from 370); Blue value is 136 (53.52% from 255 or 36.76% from 370); Max value from RGB is 170 - color contains mainly: green. Hex color #40AA88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40AA88 is #BF5577. Grayscale: #868686. Windows color (decimal): -12539256 or 8956480. OLE color: 8956480.

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

Color convert

RGB 64 170 136 -
CMYK 0.62 0 0.20 0.33
HSL 160.75º 0.45% 0.46% -
HSV(B) 160.75º 0.62% 0.67% -
XYZ 20.93 31.62 28.29 -
YUV 134.43 128.88 77.76 -
System Red Green Blue C M Y K H S L
Decimal 64 170 136 0.62 0 0.20 0.33 160.75 0.45 0.46
Hex 40 AA 88 3E 0 14 21 A1 2D 2E
Octal 100 252 210 76 0 24 41 241 55 56
Binary 1000000 10101010 10001000 111110 0 10100 100001 10100001 101101 101110

Color Harmonies of #40AA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AA88

Black with #40AA88

Text Example


Text Example

White with #40AA88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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