#31998E

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

Shades of Gossamer #31998E

Tints of Gossamer #31998E

Color information

#31998E (or 0x31998E) is unknown color: approx Gossamer. HEX triplet: 31, 99 and 8E. RGB value is (49,153,142). Sum of RGB (Red+Green+Blue) = 49+153+142=344 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.24% from 344); Green value is 153 (60.16% from 255 or 44.48% from 344); Blue value is 142 (55.86% from 255 or 41.28% from 344); Max value from RGB is 153 - color contains mainly: green. Hex color #31998E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31998E is #CE6671. Grayscale: #787878. Windows color (decimal): -13526642 or 9345329. OLE color: 9345329.

HSL color Cylindrical-coordinate representation of color #31998E: hue angle of 173.65º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #31998E is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB49153142-
CMYK0.6800.070.4
HSL173.65º51.49%39.61%-
HSV(B)173.65º67.97%60%-
XYZ17.5425.3929.57-
YUV120.65140.0476.89-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.24%
GREEN value IS 153 (60.16% from 255) = 44.48%
BLUE value IS 142 (55.86% from 255) = 41.28%
R=14.24%
G=44.48%
B=41.28%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal491531420.6800.070.4173.6551.4939.61
Hex31998E440728ae3328
Octal6123121610407502566350
Binary11000110011001100011101000100011110100010101110110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31998E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31998E; }

 p { color: rgb(49,153,142); }

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

<style>
 a { background-color: #31998E; }

 a { background-color: rgb(49,153,142); }

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

<style>
 span { border-color: #31998E; }

 span { border-color: rgb(49,153,142); }

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