Html Css Color HEX #44B68E Gossamer

📋 copy color: '#44B68E'

red 68 ◦ green 182 ◦ blue 142

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

Shades of Gossamer #44B68E

Tints of Gossamer #44B68E

RGB

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

 GREEN value IS 182 (71.48% from 255) = 46.43%

 BLUE value IS 142 (55.86% from 255) = 36.22%

R = 17.35%
G = 46.43%
B = 36.22%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#44B68E (or 0x44B68E) is known color: Gossamer. HEX triplet: 44, B6 and 8E. RGB value is (68,182,142). Sum of RGB (Red+Green+Blue) = 68+182+142=392 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.35% from 392); Green value is 182 (71.48% from 255 or 46.43% from 392); Blue value is 142 (55.86% from 255 or 36.22% from 392); Max value from RGB is 182 - color contains mainly: green. Hex color #44B68E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44B68E is #BB4971. Grayscale: #8F8F8F. Windows color (decimal): -12274034 or 9352772. OLE color: 9352772.

HSL color Cylindrical-coordinate representation of color #44B68E: hue angle of 158.95º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #44B68E is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB 68 182 142 -
CMYK 0.63 0 0.22 0.29
HSL 158.95º 0.46% 0.49% -
HSV(B) 158.95º 0.63% 0.71% -
XYZ 23.99 36.64 31.4 -
YUV 143.35 127.23 74.25 -
System Red Green Blue C M Y K H S L
Decimal 68 182 142 0.63 0 0.22 0.29 158.95 0.46 0.49
Hex 44 B6 8E 3F 0 16 1D 9F 2E 31
Octal 104 266 216 77 0 26 35 237 56 61
Binary 1000100 10110110 10001110 111111 0 10110 11101 10011111 101110 110001

Color Harmonies of #44B68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44B68E

Black with #44B68E

Text Example


Text Example

White with #44B68E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,182,142); }

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

background-color css

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

 a { background-color: rgb(68,182,142); }

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

border-color css

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

 span { border-color: rgb(68,182,142); }

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