Html Css Color HEX #44A396 Gossamer

📋 copy color: '#44A396'

red 68 ◦ green 163 ◦ blue 150

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

Shades of Gossamer #44A396

Tints of Gossamer #44A396

RGB

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

 GREEN value IS 163 (64.06% from 255) = 42.78%

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

R = 17.85%
G = 42.78%
B = 39.37%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#44A396 (or 0x44A396) is known color: Gossamer. HEX triplet: 44, A3 and 96. RGB value is (68,163,150). Sum of RGB (Red+Green+Blue) = 68+163+150=381 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.85% from 381); Green value is 163 (64.06% from 255 or 42.78% from 381); Blue value is 150 (58.98% from 255 or 39.37% from 381); Max value from RGB is 163 - color contains mainly: green. Hex color #44A396 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44A396 is #BB5C69. Grayscale: #858585. Windows color (decimal): -12278890 or 9872196. OLE color: 9872196.

HSL color Cylindrical-coordinate representation of color #44A396: hue angle of 171.79º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #44A396 is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB 68 163 150 -
CMYK 0.58 0 0.08 0.36
HSL 171.79º 0.41% 0.45% -
HSV(B) 171.79º 0.58% 0.64% -
XYZ 20.99 29.63 33.47 -
YUV 133.11 137.53 81.56 -
System Red Green Blue C M Y K H S L
Decimal 68 163 150 0.58 0 0.08 0.36 171.79 0.41 0.45
Hex 44 A3 96 3A 0 8 24 AC 29 2D
Octal 104 243 226 72 0 10 44 254 51 55
Binary 1000100 10100011 10010110 111010 0 1000 100100 10101100 101001 101101

Color Harmonies of #44A396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44A396

Black with #44A396

Text Example


Text Example

White with #44A396

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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