Html Css Color HEX #44A895 Gossamer

📋 copy color: '#44A895'

red 68 ◦ green 168 ◦ blue 149

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

Shades of Gossamer #44A895

Tints of Gossamer #44A895

RGB

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

 GREEN value IS 168 (66.02% from 255) = 43.64%

 BLUE value IS 149 (58.59% from 255) = 38.7%

R = 17.66%
G = 43.64%
B = 38.7%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.11

 K value IS 0.34

RGB Variations

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

Color information

#44A895 (or 0x44A895) is known color: Gossamer. HEX triplet: 44, A8 and 95. RGB value is (68,168,149). Sum of RGB (Red+Green+Blue) = 68+168+149=385 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.66% from 385); Green value is 168 (66.02% from 255 or 43.64% from 385); Blue value is 149 (58.59% from 255 or 38.70% from 385); Max value from RGB is 168 - color contains mainly: green. Hex color #44A895 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44A895 is #BB576A. Grayscale: #878787. Windows color (decimal): -12277611 or 9807940. OLE color: 9807940.

HSL color Cylindrical-coordinate representation of color #44A895: hue angle of 168.6º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #44A895 is Cyan = 0.60, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB 68 168 149 -
CMYK 0.60 0 0.11 0.34
HSL 168.6º 0.42% 0.46% -
HSV(B) 168.6º 0.6% 0.66% -
XYZ 21.81 31.4 33.35 -
YUV 135.93 135.37 79.54 -
System Red Green Blue C M Y K H S L
Decimal 68 168 149 0.60 0 0.11 0.34 168.6 0.42 0.46
Hex 44 A8 95 3C 0 B 22 A9 2A 2E
Octal 104 250 225 74 0 13 42 251 52 56
Binary 1000100 10101000 10010101 111100 0 1011 100010 10101001 101010 101110

Color Harmonies of #44A895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44A895

Black with #44A895

Text Example


Text Example

White with #44A895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,168,149); }

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

background-color css

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

 a { background-color: rgb(68,168,149); }

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

border-color css

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

 span { border-color: rgb(68,168,149); }

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