Html Css Color HEX #449D8D Gossamer

📋 copy color: '#449D8D'

red 68 ◦ green 157 ◦ blue 141

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

Shades of Gossamer #449D8D

Tints of Gossamer #449D8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.52%

R = 18.58%
G = 42.9%
B = 38.52%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#449D8D (or 0x449D8D) is known color: Gossamer. HEX triplet: 44, 9D and 8D. RGB value is (68,157,141). Sum of RGB (Red+Green+Blue) = 68+157+141=366 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.58% from 366); Green value is 157 (61.72% from 255 or 42.90% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 157 - color contains mainly: green. Hex color #449D8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449D8D is #BB6272. Grayscale: #808080. Windows color (decimal): -12280435 or 9280836. OLE color: 9280836.

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

Color convert

RGB 68 157 141 -
CMYK 0.57 0 0.10 0.38
HSL 169.21º 0.4% 0.44% -
HSV(B) 169.21º 0.57% 0.62% -
XYZ 19.25 27.27 29.45 -
YUV 128.57 135.01 84.8 -
System Red Green Blue C M Y K H S L
Decimal 68 157 141 0.57 0 0.10 0.38 169.21 0.4 0.44
Hex 44 9D 8D 39 0 A 26 A9 28 2C
Octal 104 235 215 71 0 12 46 251 50 54
Binary 1000100 10011101 10001101 111001 0 1010 100110 10101001 101000 101100

Color Harmonies of #449D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449D8D

Black with #449D8D

Text Example


Text Example

White with #449D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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