Html Css Color HEX #44AB9A Gossamer

📋 copy color: '#44AB9A'

red 68 ◦ green 171 ◦ blue 154

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

Shades of Gossamer #44AB9A

Tints of Gossamer #44AB9A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.51%

 BLUE value IS 154 (60.55% from 255) = 39.19%

R = 17.3%
G = 43.51%
B = 39.19%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#44AB9A (or 0x44AB9A) is known color: Gossamer. HEX triplet: 44, AB and 9A. RGB value is (68,171,154). Sum of RGB (Red+Green+Blue) = 68+171+154=393 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.30% from 393); Green value is 171 (67.19% from 255 or 43.51% from 393); Blue value is 154 (60.55% from 255 or 39.19% from 393); Max value from RGB is 171 - color contains mainly: green. Hex color #44AB9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44AB9A is #BB5465. Grayscale: #8A8A8A. Windows color (decimal): -12276838 or 10136388. OLE color: 10136388.

HSL color Cylindrical-coordinate representation of color #44AB9A: hue angle of 170.1º 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 #44AB9A is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB 68 171 154 -
CMYK 0.60 0 0.10 0.33
HSL 170.1º 0.43% 0.47% -
HSV(B) 170.1º 0.6% 0.67% -
XYZ 22.78 32.69 35.68 -
YUV 138.27 136.88 77.88 -
System Red Green Blue C M Y K H S L
Decimal 68 171 154 0.60 0 0.10 0.33 170.1 0.43 0.47
Hex 44 AB 9A 3C 0 A 21 AA 2B 2F
Octal 104 253 232 74 0 12 41 252 53 57
Binary 1000100 10101011 10011010 111100 0 1010 100001 10101010 101011 101111

Color Harmonies of #44AB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44AB9A

Black with #44AB9A

Text Example


Text Example

White with #44AB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,171,154); }

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

background-color css

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

 a { background-color: rgb(68,171,154); }

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

border-color css

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

 span { border-color: rgb(68,171,154); }

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