Html Css Color HEX #44B08D Gossamer

📋 copy color: '#44B08D'

red 68 ◦ green 176 ◦ blue 141

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

Shades of Gossamer #44B08D

Tints of Gossamer #44B08D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.71%

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

R = 17.66%
G = 45.71%
B = 36.62%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#44B08D (or 0x44B08D) is known color: Gossamer. HEX triplet: 44, B0 and 8D. RGB value is (68,176,141). Sum of RGB (Red+Green+Blue) = 68+176+141=385 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.66% from 385); Green value is 176 (69.14% from 255 or 45.71% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 176 - color contains mainly: green. Hex color #44B08D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44B08D is #BB4F72. Grayscale: #8B8B8B. Windows color (decimal): -12275571 or 9285700. OLE color: 9285700.

HSL color Cylindrical-coordinate representation of color #44B08D: hue angle of 160.56º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #44B08D is Cyan = 0.61, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 68 176 141 -
CMYK 0.61 0 0.20 0.31
HSL 160.56º 0.44% 0.48% -
HSV(B) 160.56º 0.61% 0.69% -
XYZ 22.72 34.2 30.6 -
YUV 139.72 128.72 76.85 -
System Red Green Blue C M Y K H S L
Decimal 68 176 141 0.61 0 0.20 0.31 160.56 0.44 0.48
Hex 44 B0 8D 3D 0 14 1F A1 2C 30
Octal 104 260 215 75 0 24 37 241 54 60
Binary 1000100 10110000 10001101 111101 0 10100 11111 10100001 101100 110000

Color Harmonies of #44B08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44B08D

Black with #44B08D

Text Example


Text Example

White with #44B08D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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