Html Css Color HEX #449D8A Gossamer

📋 copy color: '#449D8A'

red 68 ◦ green 157 ◦ blue 138

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

Shades of Gossamer #449D8A

Tints of Gossamer #449D8A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 43.25%

 BLUE value IS 138 (54.3% from 255) = 38.02%

R = 18.73%
G = 43.25%
B = 38.02%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#449D8A (or 0x449D8A) is known color: Gossamer. HEX triplet: 44, 9D and 8A. RGB value is (68,157,138). Sum of RGB (Red+Green+Blue) = 68+157+138=363 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.73% from 363); Green value is 157 (61.72% from 255 or 43.25% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 157 - color contains mainly: green. Hex color #449D8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449D8A is #BB6275. Grayscale: #808080. Windows color (decimal): -12280438 or 9084228. OLE color: 9084228.

HSL color Cylindrical-coordinate representation of color #449D8A: hue angle of 167.19º 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 #449D8A is Cyan = 0.57, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB 68 157 138 -
CMYK 0.57 0 0.12 0.38
HSL 167.19º 0.4% 0.44% -
HSV(B) 167.19º 0.57% 0.62% -
XYZ 19.03 27.18 28.29 -
YUV 128.22 133.51 85.04 -
System Red Green Blue C M Y K H S L
Decimal 68 157 138 0.57 0 0.12 0.38 167.19 0.4 0.44
Hex 44 9D 8A 39 0 C 26 A7 28 2C
Octal 104 235 212 71 0 14 46 247 50 54
Binary 1000100 10011101 10001010 111001 0 1100 100110 10100111 101000 101100

Color Harmonies of #449D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449D8A

Black with #449D8A

Text Example


Text Example

White with #449D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,157,138); }

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

background-color css

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

 a { background-color: rgb(68,157,138); }

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

border-color css

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

 span { border-color: rgb(68,157,138); }

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