#31A17F

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

Shades of Gossamer #31A17F

Tints of Gossamer #31A17F

Color information

#31A17F (or 0x31A17F) is unknown color: approx Gossamer. HEX triplet: 31, A1 and 7F. RGB value is (49,161,127). Sum of RGB (Red+Green+Blue) = 49+161+127=337 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.54% from 337); Green value is 161 (63.28% from 255 or 47.77% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 161 - color contains mainly: green. Hex color #31A17F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A17F is #CE5E80. Grayscale: #7B7B7B. Windows color (decimal): -13524609 or 8364337. OLE color: 8364337.

HSL color Cylindrical-coordinate representation of color #31A17F: hue angle of 161.79º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31A17F is Cyan = 0.70, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB49161127-
CMYK0.7000.210.37
HSL161.79º53.33%41.18%-
HSV(B)161.79º69.57%63.14%-
XYZ17.8427.6824.48-
YUV123.64129.8974.76-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.54%
GREEN value IS 161 (63.28% from 255) = 47.77%
BLUE value IS 127 (50% from 255) = 37.69%
R=14.54%
G=47.77%
B=37.69%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal491611270.7000.210.37161.7953.3341.18
Hex31A17F4601525a23529
Octal61241177106025452426551
Binary110001101000011111111100011001010110010110100010110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31A17F; }

 p { color: rgb(49,161,127); }

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

<style>
 a { background-color: #31A17F; }

 a { background-color: rgb(49,161,127); }

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

<style>
 span { border-color: #31A17F; }

 span { border-color: rgb(49,161,127); }

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