Html Css Color HEX #44AA84 Gossamer

📋 copy color: '#44AA84'

red 68 ◦ green 170 ◦ blue 132

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

Shades of Gossamer #44AA84

Tints of Gossamer #44AA84

RGB

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

 GREEN value IS 170 (66.8% from 255) = 45.95%

 BLUE value IS 132 (51.95% from 255) = 35.68%

R = 18.38%
G = 45.95%
B = 35.68%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#44AA84 (or 0x44AA84) is known color: Gossamer. HEX triplet: 44, AA and 84. RGB value is (68,170,132). Sum of RGB (Red+Green+Blue) = 68+170+132=370 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.38% from 370); Green value is 170 (66.80% from 255 or 45.95% from 370); Blue value is 132 (51.95% from 255 or 35.68% from 370); Max value from RGB is 170 - color contains mainly: green. Hex color #44AA84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44AA84 is #BB557B. Grayscale: #878787. Windows color (decimal): -12277116 or 8694340. OLE color: 8694340.

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

Color convert

RGB 68 170 132 -
CMYK 0.6 0 0.22 0.33
HSL 157.65º 0.43% 0.47% -
HSV(B) 157.65º 0.6% 0.67% -
XYZ 20.92 31.64 26.83 -
YUV 135.17 126.21 80.09 -
System Red Green Blue C M Y K H S L
Decimal 68 170 132 0.6 0 0.22 0.33 157.65 0.43 0.47
Hex 44 AA 84 3C 0 16 21 9E 2B 2F
Octal 104 252 204 74 0 26 41 236 53 57
Binary 1000100 10101010 10000100 111100 0 10110 100001 10011110 101011 101111

Color Harmonies of #44AA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44AA84

Black with #44AA84

Text Example


Text Example

White with #44AA84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,170,132); }

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

background-color css

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

 a { background-color: rgb(68,170,132); }

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

border-color css

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

 span { border-color: rgb(68,170,132); }

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