Html Css Color HEX #44A28D Gossamer

📋 copy color: '#44A28D'

red 68 ◦ green 162 ◦ blue 141

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

Shades of Gossamer #44A28D

Tints of Gossamer #44A28D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.01%

R = 18.33%
G = 43.67%
B = 38.01%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#44A28D (or 0x44A28D) is known color: Gossamer. HEX triplet: 44, A2 and 8D. RGB value is (68,162,141). Sum of RGB (Red+Green+Blue) = 68+162+141=371 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.33% from 371); Green value is 162 (63.67% from 255 or 43.67% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 162 - color contains mainly: green. Hex color #44A28D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44A28D is #BB5D72. Grayscale: #838383. Windows color (decimal): -12279155 or 9282116. OLE color: 9282116.

HSL color Cylindrical-coordinate representation of color #44A28D: hue angle of 166.6º 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 #44A28D is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB 68 162 141 -
CMYK 0.58 0 0.13 0.36
HSL 166.6º 0.41% 0.45% -
HSV(B) 166.6º 0.58% 0.64% -
XYZ 20.11 28.99 29.74 -
YUV 131.5 133.36 82.71 -
System Red Green Blue C M Y K H S L
Decimal 68 162 141 0.58 0 0.13 0.36 166.6 0.41 0.45
Hex 44 A2 8D 3A 0 D 24 A7 29 2D
Octal 104 242 215 72 0 15 44 247 51 55
Binary 1000100 10100010 10001101 111010 0 1101 100100 10100111 101001 101101

Color Harmonies of #44A28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44A28D

Black with #44A28D

Text Example


Text Example

White with #44A28D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,162,141); }

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

background-color css

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

 a { background-color: rgb(68,162,141); }

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

border-color css

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

 span { border-color: rgb(68,162,141); }

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