Html Css Color HEX #449E82 Gossamer

📋 copy color: '#449E82'

red 68 ◦ green 158 ◦ blue 130

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

Shades of Gossamer #449E82

Tints of Gossamer #449E82

RGB

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

 GREEN value IS 158 (62.11% from 255) = 44.38%

 BLUE value IS 130 (51.17% from 255) = 36.52%

R = 19.1%
G = 44.38%
B = 36.52%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#449E82 (or 0x449E82) is known color: Gossamer. HEX triplet: 44, 9E and 82. RGB value is (68,158,130). Sum of RGB (Red+Green+Blue) = 68+158+130=356 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.10% from 356); Green value is 158 (62.11% from 255 or 44.38% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 158 - color contains mainly: green. Hex color #449E82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449E82 is #BB617D. Grayscale: #7F7F7F. Windows color (decimal): -12280190 or 8560196. OLE color: 8560196.

HSL color Cylindrical-coordinate representation of color #449E82: hue angle of 161.33º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #449E82 is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB 68 158 130 -
CMYK 0.57 0 0.18 0.38
HSL 161.33º 0.4% 0.44% -
HSV(B) 161.33º 0.57% 0.62% -
XYZ 18.64 27.29 25.41 -
YUV 127.9 129.18 85.28 -
System Red Green Blue C M Y K H S L
Decimal 68 158 130 0.57 0 0.18 0.38 161.33 0.4 0.44
Hex 44 9E 82 39 0 12 26 A1 28 2C
Octal 104 236 202 71 0 22 46 241 50 54
Binary 1000100 10011110 10000010 111001 0 10010 100110 10100001 101000 101100

Color Harmonies of #449E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449E82

Black with #449E82

Text Example


Text Example

White with #449E82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449E82; }

 p { color: rgb(68,158,130); }

 H1.HeaderClassName
 {
   color: #449E82;
 }
 .AnyTagClassName
 {
   color: #449E82;
 }
</style>

background-color css

<style>
 a { background-color: #449E82; }

 a { background-color: rgb(68,158,130); }

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

border-color css

<style>
 span { border-color: #449E82; }

 span { border-color: rgb(68,158,130); }

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