#449c88

Color #449C88 Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #449C88

Tints of Gossamer #449C88

Color information

#449C88 (or 0x449C88) is unknown color: approx Gossamer. HEX triplet: 44, 9C and 88. RGB value is (68,156,136). Sum of RGB (Red+Green+Blue) = 68+156+136=360 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.89% from 360); Green value is 156 (61.33% from 255 or 43.33% from 360); Blue value is 136 (53.52% from 255 or 37.78% from 360); Max value from RGB is 156 - color contains mainly: green. Hex color #449C88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449C88 is #BB6377. Grayscale: #7F7F7F. Windows color (decimal): -12280696 or 8952900. OLE color: 8952900.

HSL color Cylindrical-coordinate representation of color #449C88: hue angle of 166.36º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #449C88 is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.39.

Color convert

RGB68156136-
CMYK0.5600.130.39
HSL166.36º39.29%43.92%-
HSV(B)166.36º56.41%61.18%-
XYZ18.7226.7827.48-
YUV127.41132.8585.63-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.89%
GREEN value IS 156 (61.33% from 255) = 43.33%
BLUE value IS 136 (53.52% from 255) = 37.78%
R=18.89%
G=43.33%
B=37.78%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal681561360.5600.130.39166.3639.2943.92
Hex449C88380D27a6272c
Octal10423421070015472464754
Binary100010010011100100010001110000110110011110100110100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449c88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,156,136); }

 H1.HeaderClassName
 {
   color: #449c88;
 }
 .AnyTagClassName
 {
   color: #449c88;
 }
</style>
background-color css

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

 a { background-color: rgb(68,156,136); }

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

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

 span { border-color: rgb(68,156,136); }

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