Html Css Color HEX #44AA96 Gossamer

📋 copy color: '#44AA96'

red 68 ◦ green 170 ◦ blue 150

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

Shades of Gossamer #44AA96

Tints of Gossamer #44AA96

RGB

 RED value IS 68 (26.95% from 255) = 17.53%

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

 BLUE value IS 150 (58.98% from 255) = 38.66%

R = 17.53%
G = 43.81%
B = 38.66%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#44AA96 (or 0x44AA96) is known color: Gossamer. HEX triplet: 44, AA and 96. RGB value is (68,170,150). Sum of RGB (Red+Green+Blue) = 68+170+150=388 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.53% from 388); Green value is 170 (66.80% from 255 or 43.81% from 388); Blue value is 150 (58.98% from 255 or 38.66% from 388); Max value from RGB is 170 - color contains mainly: green. Hex color #44AA96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44AA96 is #BB5569. Grayscale: #898989. Windows color (decimal): -12277098 or 9873988. OLE color: 9873988.

HSL color Cylindrical-coordinate representation of color #44AA96: hue angle of 168.24º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #44AA96 is Cyan = 0.6, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB 68 170 150 -
CMYK 0.6 0 0.12 0.33
HSL 168.24º 0.43% 0.47% -
HSV(B) 168.24º 0.6% 0.67% -
XYZ 22.26 32.18 33.89 -
YUV 137.22 135.21 78.63 -
System Red Green Blue C M Y K H S L
Decimal 68 170 150 0.6 0 0.12 0.33 168.24 0.43 0.47
Hex 44 AA 96 3C 0 C 21 A8 2B 2F
Octal 104 252 226 74 0 14 41 250 53 57
Binary 1000100 10101010 10010110 111100 0 1100 100001 10101000 101011 101111

Color Harmonies of #44AA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44AA96

Black with #44AA96

Text Example


Text Example

White with #44AA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44AA96; }

 p { color: rgb(68,170,150); }

 H1.HeaderClassName
 {
   color: #44AA96;
 }
 .AnyTagClassName
 {
   color: #44AA96;
 }
</style>

background-color css

<style>
 a { background-color: #44AA96; }

 a { background-color: rgb(68,170,150); }

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

border-color css

<style>
 span { border-color: #44AA96; }

 span { border-color: rgb(68,170,150); }

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