Html Css Color HEX #44AE8B Gossamer

📋 copy color: '#44AE8B'

red 68 ◦ green 174 ◦ blue 139

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

Shades of Gossamer #44AE8B

Tints of Gossamer #44AE8B

RGB

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

 GREEN value IS 174 (68.36% from 255) = 45.67%

 BLUE value IS 139 (54.69% from 255) = 36.48%

R = 17.85%
G = 45.67%
B = 36.48%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#44AE8B (or 0x44AE8B) is known color: Gossamer. HEX triplet: 44, AE and 8B. RGB value is (68,174,139). Sum of RGB (Red+Green+Blue) = 68+174+139=381 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.85% from 381); Green value is 174 (68.36% from 255 or 45.67% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 174 - color contains mainly: green. Hex color #44AE8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44AE8B is #BB5174. Grayscale: #8A8A8A. Windows color (decimal): -12276085 or 9154116. OLE color: 9154116.

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

Color convert

RGB 68 174 139 -
CMYK 0.61 0 0.20 0.32
HSL 160.19º 0.44% 0.47% -
HSV(B) 160.19º 0.61% 0.68% -
XYZ 22.18 33.37 29.7 -
YUV 138.32 128.38 77.85 -
System Red Green Blue C M Y K H S L
Decimal 68 174 139 0.61 0 0.20 0.32 160.19 0.44 0.47
Hex 44 AE 8B 3D 0 14 20 A0 2C 2F
Octal 104 256 213 75 0 24 40 240 54 57
Binary 1000100 10101110 10001011 111101 0 10100 100000 10100000 101100 101111

Color Harmonies of #44AE8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44AE8B

Black with #44AE8B

Text Example


Text Example

White with #44AE8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,174,139); }

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

background-color css

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

 a { background-color: rgb(68,174,139); }

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

border-color css

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

 span { border-color: rgb(68,174,139); }

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